Commit 40db06cd by lichengming

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

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