Commit 0f19a65c by lichengming

添加了试样管理开土制备试样列表的按钮权限

parent ba0b9450
...@@ -121,11 +121,13 @@ export default { ...@@ -121,11 +121,13 @@ export default {
btn: [ btn: [
{ {
type: 'success', type: 'success',
id: '', id: 'prepare-sample-item-import',
name: '导入检测项目' name: '导入检测项目'
} }
], ],
iconMsg: [{ type: 'md-trash', id: '', name: '删除' }], iconMsg: [
{ type: 'md-trash', id: 'prepare-sample-item-delete', name: '删除' }
],
sampleId: '', // 样品id sampleId: '', // 样品id
showModal: false, showModal: false,
modalTitle: '管理检测项目', modalTitle: '管理检测项目',
......
...@@ -146,9 +146,21 @@ export default { ...@@ -146,9 +146,21 @@ export default {
{ name: '制备完成', type: 'primary', id: '' } { name: '制备完成', type: 'primary', id: '' }
], ],
btn: [ btn: [
{ type: 'success', id: '', name: '打印标签' }, {
{ type: 'error', id: '', name: '删除' }, type: 'success',
{ type: 'success', id: '', name: '批量填写制备信息' } id: 'prepare-sample-preparation-print',
name: '打印标签'
},
{
type: 'error',
id: 'prepare-sample-preparation-delete',
name: '删除'
},
{
type: 'success',
id: 'prepare-sample-preparation-input',
name: '批量填写制备信息'
}
], ],
iconMsg: [ iconMsg: [
// { type: 'md-create', id: '', name: '批量赋值' }, // { type: 'md-create', id: '', name: '批量赋值' },
......
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