Commit 40db06cd by lichengming

添加了汇总表模板的按钮权限

parent 2031afb8
...@@ -45,8 +45,8 @@ export default { ...@@ -45,8 +45,8 @@ export default {
modalTitle: '', modalTitle: '',
showModal: false, showModal: false,
btn: [ btn: [
{ type: 'success', id: '', name: '添加配置' }, { type: 'success', id: 'item-report-config-add', name: '添加配置' },
{ type: 'error', id: '', name: '删除' } { type: 'error', id: 'item-report-config-delete', name: '删除' }
], ],
tableHeight: document.documentElement.clientHeight - 180, tableHeight: document.documentElement.clientHeight - 180,
pageColumns: [ pageColumns: [
...@@ -58,7 +58,9 @@ export default { ...@@ -58,7 +58,9 @@ export default {
{ title: '合并行数', key: 'mergeRowNum', width: 120 } { title: '合并行数', key: 'mergeRowNum', width: 120 }
], ],
getPage: {}, getPage: {},
iconMsg: [{ type: 'md-create', id: '', name: '编辑' }], iconMsg: [
{ type: 'md-create', id: 'item-report-config-edit', name: '编辑' }
],
selectIds: [], selectIds: [],
formObj: { formObj: {
attributeName: undefined, attributeName: undefined,
......
...@@ -77,16 +77,16 @@ export default { ...@@ -77,16 +77,16 @@ export default {
classType: undefined classType: undefined
}, },
iconMsg: [ iconMsg: [
{ type: 'md-create', id: '', name: '编辑' }, { type: 'md-create', id: 'item-report-edit', name: '编辑' },
{ type: 'ios-build-outline', id: '', name: '配置' }, { type: 'ios-build-outline', id: 'item-report-config', name: '配置' },
{ type: 'ios-book', id: '', name: '预览/编辑' }, { type: 'ios-book', id: 'item-report-view', name: '预览/编辑' },
{ type: 'md-remove-circle', id: '', name: '删除' } { type: 'md-remove-circle', id: 'item-report-delete', name: '删除' }
], ],
getPage: {}, getPage: {},
tableStyleObj: {}, tableStyleObj: {},
btn: [ btn: [
{ type: 'success', id: '', name: '添加' }, { type: 'success', id: 'item-report-add', name: '添加' },
{ type: 'error', id: '', name: '删除' } { type: 'error', id: 'item-report-deletes', name: '删除' }
], ],
typeList: [ typeList: [
{ {
......
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