Commit 49827deb by lichengming

添加了样品管理货架管理的按钮权限

parent d39751f0
...@@ -82,11 +82,11 @@ export default { ...@@ -82,11 +82,11 @@ export default {
btn: [ btn: [
{ {
type: 'success', type: 'success',
id: '', id: 'storehouse-place-add',
name: '添加', name: '添加',
componentName: 'StandardsManageEdit' componentName: 'StandardsManageEdit'
}, },
{ type: 'error', id: '', name: '删除' } { type: 'error', id: 'storehouse-place-deletes', name: '删除' }
], ],
// 表格 // 表格
pageColumns: [ pageColumns: [
...@@ -100,16 +100,20 @@ export default { ...@@ -100,16 +100,20 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'md-create', type: 'md-create',
id: '', id: 'storehouse-place-edit',
name: '编辑', name: '编辑',
componentName: 'StandardsManageEdit' componentName: 'StandardsManageEdit'
}, },
{ {
type: 'md-apps', type: 'md-apps',
id: '', id: 'storehouse-place-view',
name: '查看试样' name: '查看试样'
}, },
{ type: 'md-remove-circle', id: '', name: '删除' } {
type: 'md-remove-circle',
id: 'storehouse-place-delete',
name: '删除'
}
], ],
searchOpen: false, searchOpen: false,
getPage: {}, getPage: {},
......
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