Browse Source

价格新增模板名称字段

dev-xx
马远东 5 months ago
parent
commit
7fa7c56163
  1. 11
      src/option/Pricesystem/index.js

11
src/option/Pricesystem/index.js

@ -102,6 +102,17 @@ export const columnList = [
sortable: true,
head: false,
},
{
prop: 'templateName',
label: '模板名称',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'createUserName',
label: '操作',

Loading…
Cancel
Save