|
@@ -394,14 +394,14 @@ export default {
|
|
|
that.$createElement(
|
|
|
"span",
|
|
|
null,
|
|
|
- that.statusFilter(item.adminNoticeType)
|
|
|
+ that.statusFilter(item.adminNoticeType) + ' '
|
|
|
),
|
|
|
that.$createElement(
|
|
|
"span",
|
|
|
{
|
|
|
- style: 'color: #409EFF;margin-left: 10px;',
|
|
|
+ style: 'color: #409EFF;',
|
|
|
},
|
|
|
- item.adminNoticeType=='NOTICE'?item.title:item.orderId
|
|
|
+ ' ' + item.adminNoticeType=='NOTICE'?item.title:item.orderId
|
|
|
),
|
|
|
that.$createElement(
|
|
|
"span",
|