Commit 1dc38556 by chenyu

update: update

parent 68d69d73
......@@ -77,12 +77,12 @@ export default {
methods: {
getTableHeader() {
this.tableHeader = [
{ label: '活动分类', prop: 'activityCategoryId', width: '120', formatter: ({ activityCategoryId = '' }) => ( this.categoryFilter[ activityCategoryId ] ? this.categoryFilter[ activityCategoryId ] : '--') },
{ label: '活动名称', prop: 'activityName', 'min-width': '100' },
{ label: '活动说明', prop: 'activityExplain', 'min-width': '100' },
{ label: '标签文案', prop: 'activityRemark', 'min-width': '50' },
{ label: '排序号', prop: 'activitySort', width: '100' },
{ label: '活动图片', prop: 'activityImage', width: '100', isImage: true },
{ 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: '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