Commit 9c4f6fac by lichengming

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

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