调整
This commit is contained in:
@@ -282,8 +282,8 @@ const ImageEditor = require('tui-image-editor')
|
||||
},
|
||||
colConfigs: [
|
||||
{ prop: 'url', label: '商品地址', align: 'left' },
|
||||
{ prop: 'type', label: '来源', align: 'left',formart: v => this.$dict.getLabel('copy_from', v), },
|
||||
{ prop: 'mallName', label: '店铺名称', align: 'left'},
|
||||
{ prop: 'type', label: '来源', width: '100px', align: 'left',format: v => this.$dict.getLabel('copy_from', v), },
|
||||
{ prop: 'mallName', label: '店铺名称', width: '200px', align: 'left'},
|
||||
{ prop: 'createTime', label: '复制时间', width: '180px', fixed: 'right'}
|
||||
],
|
||||
tableData: [],
|
||||
@@ -304,6 +304,7 @@ const ImageEditor = require('tui-image-editor')
|
||||
|
||||
created () {
|
||||
this.$dict.load('copy_from');
|
||||
this.getList()
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user