Commit 860d82f8 by lichengming

添加了试样管理开土制备导出模板管理的按钮权限

parent cd2533de
......@@ -71,17 +71,25 @@ export default {
name: undefined
},
iconMsg: [
{ type: 'md-create', id: '', name: '编辑' },
{ type: 'ios-build-outline', id: '', name: '配置' },
{ type: 'ios-book', id: '', name: '预览/编辑' },
{ type: 'md-create', id: 'open-soil-template-edit', name: '编辑' },
{
type: 'ios-build-outline',
id: 'open-soil-template-config',
name: '配置'
},
{ type: 'ios-book', id: 'open-soil-template-view', name: '预览/编辑' },
// { type: 'ios-download', id: '', name: '下载' },
{ type: 'md-remove-circle', id: '', name: '删除' }
{
type: 'md-remove-circle',
id: 'open-soil-template-delete',
name: '删除'
}
],
getPage: {},
tableStyleObj: {},
btn: [
{ type: 'success', id: '', name: '添加' },
{ type: 'error', id: '', name: '删除' }
{ type: 'success', id: 'open-soil-template-add', name: '添加' },
{ type: 'error', id: 'open-soil-template-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