Commit 107b6034 by lichengming

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

parent 40db06cd
......@@ -45,8 +45,8 @@ export default {
modalTitle: '',
showModal: false,
btn: [
{ type: 'success', id: '', name: '添加配置' },
{ type: 'error', id: '', name: '删除' }
{ type: 'success', id: 'summary-report-config-add', name: '添加配置' },
{ type: 'error', id: 'summary-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: 'summary-report-config-edit', name: '编辑' }
],
selectIds: [],
formObj: {
attributeName: undefined,
......
......@@ -68,16 +68,20 @@ export default {
name: 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: 'summary-report-edit', name: '编辑' },
{
type: 'ios-build-outline',
id: 'summary-report-config',
name: '配置'
},
{ type: 'ios-book', id: 'summary-report-view', name: '预览/编辑' },
{ type: 'md-remove-circle', id: 'summary-report-delete', name: '删除' }
],
getPage: {},
tableStyleObj: {},
btn: [
{ type: 'success', id: '', name: '添加' },
{ type: 'error', id: '', name: '删除' }
{ type: 'success', id: 'summary-report-add', name: '添加' },
{ type: 'error', id: 'summary-report-deletes', name: '删除' }
],
searchOpen: true,
selectIds: []
......
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