Commit 7213641b by lichengming

添加了样品管理出入库导出模板的按钮权限

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