Commit 4b584541 by lichengming

修改了合同登记的按钮id

parent ca54cfc8
......@@ -165,7 +165,7 @@ export default {
iconMsg: [
{
type: 'md-trash',
id: '',
id: 'meter-contract-register-edit-remove-o',
name: '删除'
}
],
......
......@@ -64,7 +64,7 @@ export default {
btn: [
{
type: 'success',
id: 'contract-register-meter-contract-register-his-add',
id: 'meter-contract-register-his-add',
name: '添加'
}
],
......@@ -81,18 +81,17 @@ export default {
// },
{
type: 'md-cloud',
id:
'contract-register-meter-contract-register-his-accessory-operation',
id: 'meter-contract-register-his-accessory-o',
name: '附件'
},
{
type: 'md-remove-circle',
id: 'contract-register-meter-contract-register-his-remove-operation',
id: 'meter-contract-register-his-remove-o',
name: '删除'
},
{
type: 'ios-clock',
id: 'contract-register-meter-contract-register-his-record-operation',
id: 'meter-contract-register-his-record-o',
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