Commit 20018f17 by lichengming

添加了报告审核的按钮权限

parent 5e5d32ff
...@@ -90,12 +90,12 @@ export default { ...@@ -90,12 +90,12 @@ export default {
btn: [ btn: [
{ {
type: 'primary', type: 'primary',
id: '', id: 'report-audit-sum-submit',
name: '提交' name: '提交'
}, },
{ {
type: 'primary', type: 'primary',
id: '', id: 'report-audit-sum-back',
name: '退回' name: '退回'
} }
], ],
...@@ -105,7 +105,9 @@ export default { ...@@ -105,7 +105,9 @@ export default {
entrustId: '' entrustId: ''
}, },
dateList: [], dateList: [],
iconMsg: [{ type: 'ios-book', id: '', name: '预览报告' }], iconMsg: [
{ type: 'ios-book', id: 'report-audit-sum-view', name: '预览报告' }
],
// 签发日期 // 签发日期
issueDateTemp: '', issueDateTemp: '',
issueDate: '', issueDate: '',
......
...@@ -108,13 +108,13 @@ export default { ...@@ -108,13 +108,13 @@ export default {
selectIds: [], selectIds: [],
selectData: [], selectData: [],
iconMsg: [ iconMsg: [
{ type: 'md-cloud', id: '', name: '附件' }, { type: 'md-cloud', id: 'report-audit-upload-his', name: '附件' },
{ {
type: 'ios-clock', type: 'ios-clock',
id: '', id: 'report-audit-record-his',
name: '操作日志' name: '操作日志'
}, },
{ id: '', type: 'md-trash', name: '删除' } { id: 'report-audit-delete-his', type: 'md-trash', name: '删除' }
] ]
} }
}, },
......
...@@ -111,10 +111,14 @@ export default { ...@@ -111,10 +111,14 @@ export default {
selectIds: [], selectIds: [],
selectData: [], selectData: [],
iconMsg: [ iconMsg: [
{ id: '', type: 'md-image', name: '预览报告' }, { id: 'report-audit-view', type: 'md-image', name: '预览报告' },
{ id: '', type: 'ios-book', name: '查看汇总报告' }, {
{ id: '', type: 'ios-cloud', name: '附件' }, id: 'report-audit-view-report',
{ id: '', type: 'ios-clock', name: '操作日志' } type: 'ios-book',
name: '查看汇总报告'
},
{ id: 'report-audit-upload', type: 'ios-cloud', name: '附件' },
{ id: 'report-audit-record', type: 'ios-clock', 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