Commit b7bad59f by lichengming

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

parent f6346144
......@@ -107,17 +107,17 @@ export default {
btn: [
{
type: 'primary',
id: '',
id: 'surplus-apply-dispose',
name: '申请处理'
},
{
type: 'primary',
id: '',
id: 'surplus-finish-dispose',
name: '完成处理'
},
{
type: 'primary',
id: '',
id: 'surplus-batch-input',
name: '批量填写存放信息'
}
// { type: '', id: '', name: '填写存放信息' },
......@@ -125,10 +125,12 @@ export default {
// { type: '', id: '', name: '导出' },
],
iconMsg: [
{ type: 'md-create', id: '', name: '编辑' }, // food-sample-prepare-edit
{ type: 'ios-clock', id: '', name: '操作日志' }
{ type: 'md-create', id: 'surplus-edit', name: '编辑' }, // food-sample-prepare-edit
{ type: 'ios-clock', id: 'surplus-record', name: '操作日志' }
],
iconMsgSave: [
{ type: 'ios-checkmark', id: 'surplus-save', name: '保存' }
],
iconMsgSave: [{ type: 'ios-checkmark', id: '', name: '保存' }],
pageColumns: [
{ title: '试样编号', key: 'sampleCode', width: 150 },
{ title: '状态', key: 'status', status: true, width: 100 },
......
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