Commit 9c4f6fac by lichengming

添加了试样管理独立预检的按钮权限

parent 72715c59
...@@ -87,13 +87,13 @@ export default { ...@@ -87,13 +87,13 @@ export default {
iconMsg: [ iconMsg: [
{ {
type: 'ios-beaker', type: 'ios-beaker',
id: '', id: 'alone-keep-sample-manage',
name: '管理样品' name: '管理样品'
}, },
{ type: 'md-cloud', id: '', name: '附件' }, { type: 'md-cloud', id: 'alone-keep-upload', name: '附件' },
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: 'alone-keep-record',
name: '操作日志' name: '操作日志'
} }
], ],
......
...@@ -110,12 +110,12 @@ export default { ...@@ -110,12 +110,12 @@ export default {
data() { data() {
return { return {
btn: [ btn: [
{ type: 'primary', id: '', name: '调出' }, { type: 'primary', id: 'alone-keep-callout', name: '调出' },
{ type: 'primary', id: '', name: '编辑' }, { type: 'primary', id: 'alone-keep-edit', name: '编辑' },
{ type: 'primary', id: '', name: '导入试验项目' }, { type: 'primary', id: 'alone-keep-import', name: '导入试验项目' },
{ {
type: 'primary', type: 'primary',
id: '', id: 'alone-keep-export',
name: '导出样品抽样单模板' name: '导出样品抽样单模板'
} }
], ],
...@@ -147,7 +147,7 @@ export default { ...@@ -147,7 +147,7 @@ export default {
{ title: '样品包装类型', key: 'samplePack', width: 120 }, { title: '样品包装类型', key: 'samplePack', width: 120 },
{ title: '备注', key: 'remark', width: 210 } { title: '备注', key: 'remark', width: 210 }
], ],
iconMsg: [{ type: 'ios-list', id: '', name: '试验项目' }], iconMsg: [{ type: 'ios-list', id: 'alone-keep-item', name: '试验项目' }],
type: '', type: '',
contractId: '', // 合同id contractId: '', // 合同id
selectData: [], selectData: [],
......
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