Commit 7c8d615e by lichengming

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

parent df887e3f
...@@ -95,7 +95,7 @@ export default { ...@@ -95,7 +95,7 @@ export default {
}, },
{ {
type: 'success', type: 'success',
id: '', id: 'prepare-check-sample-input-his',
name: '批量填写土质描述详情' name: '批量填写土质描述详情'
} }
], ],
...@@ -108,12 +108,12 @@ export default { ...@@ -108,12 +108,12 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'ios-paper', type: 'ios-paper',
id: '', id: 'prepare-check-sample-detail-his',
name: '制备详情' name: '制备详情'
}, },
{ {
type: 'ios-beaker', type: 'ios-beaker',
id: '', id: 'prepare-check-sample-item-his',
name: '管理检测项目' name: '管理检测项目'
} }
// { type: 'md-trash', id: '', name: '删除' } // { type: 'md-trash', id: '', name: '删除' }
......
...@@ -88,12 +88,12 @@ export default { ...@@ -88,12 +88,12 @@ export default {
btn: [ btn: [
{ {
type: 'success', type: 'success',
id: '', id: 'prepare-check-sample-pass',
name: '通过' name: '通过'
}, },
{ {
type: 'error', type: 'error',
id: '', id: 'prepare-check-sample-back',
name: '驳回' name: '驳回'
}, },
{ {
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'ios-beaker', type: 'ios-beaker',
id: '', id: 'prepare-check-sample-item',
name: '管理检测项目' 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