web端产品库 vite版本
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
:total="total"
|
||||
:current.sync="page.current"
|
||||
:size.sync="page.size"
|
||||
:dict="dict"
|
||||
@getList="getList">
|
||||
<el-table-column slot="option" label="操作" fixed="right" width="300" align="center">
|
||||
<template slot-scope="{ row }">
|
||||
@@ -80,7 +81,7 @@
|
||||
{prop: 'viewTotal', label: '浏览数', align: 'center'},
|
||||
{prop: 'publishUserName', label: '发布人'},
|
||||
{prop: 'publishTime', label: '发布时间'},
|
||||
{prop: 'status', label: '发布状态', align: 'center',render:(h,{row})=>[<span>{this.$dict.getLabel('newsCenterStatus',row.status)}</span>]},
|
||||
{prop: 'status', label: '发布状态', align: 'center',dict:"newsCenterStatus"},
|
||||
{slot: 'option'},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user