Commit 71d98686 by chenyu

update: update

parent 1dc38556
......@@ -77,12 +77,12 @@ export default {
methods: {
getTableHeader() {
this.tableHeader = [
{ label: '活动分类', prop: 'activityCategoryId', formatter: ({ activityCategoryId = '' }) => ( this.categoryFilter[ activityCategoryId ] ? this.categoryFilter[ activityCategoryId ] : '--') },
{ label: '活动名称', prop: 'activityName', },
{ label: '活动说明', prop: 'activityExplain', 'min-width': '200' },
{ label: '标签文案', prop: 'activityRemark', },
{ label: '排序号', prop: 'activitySort', },
{ label: '活动图片', prop: 'activityImage', isImage: true },
{ label: '活动分类', prop: 'activityCategoryId', 'min-width': '100', formatter: ({ activityCategoryId = '' }) => ( this.categoryFilter[ activityCategoryId ] ? this.categoryFilter[ activityCategoryId ] : '--') },
{ label: '活动名称', prop: 'activityName', 'min-width': '100' },
{ label: '活动说明', prop: 'activityExplain', 'min-width': '220' },
{ label: '标签文案', prop: 'activityRemark', 'min-width': '100' },
{ label: '排序号', prop: 'activitySort', 'min-width': '100' },
{ label: '活动图片', prop: 'activityImage', 'min-width': '100', isImage: true },
{
label: '添加时间', prop: 'createTime', 'width': '180', formatter: ({ createTime = '' }) => this.$options.filters.formatDate(createTime)
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment