Commit 618dbb10 by lichengming

修改了检测数据录入的按钮id

parent 53305f1b
......@@ -81,14 +81,14 @@ export default {
btn: [
{
type: 'success',
id: 'sample-flow-meter-sample-flow-flow-btn',
id: 'meter-sample-flow-flow-btn',
name: '流转'
}
],
iconMsg: [
{
type: 'md-cloud',
id: 'sample-flow-meter-sample-flow-accessory',
id: 'meter-sample-flow-accessory',
name: '附件'
}
// {
......
......@@ -60,16 +60,16 @@ export default {
formId: 'meterSubcontractorFormId',
searchOpen: false,
btn: [
{
type: 'success',
id: 'sample-flow-meter-sample-flow-his-add-btn',
name: '添加'
},
{
type: 'success',
id: 'sample-flow-meter-sample-flow-his-submit-btn',
name: '提交'
}
// {
// type: 'success',
// id: 'meter-sample-flow-his-add-btn',
// name: '添加'
// },
// {
// type: 'success',
// id: 'meter-sample-flow-his-submit-btn',
// name: '提交'
// }
],
iconMsg: [
// {
......@@ -84,17 +84,17 @@ export default {
// },
{
type: 'md-cloud',
id: 'sample-flow-meter-sample-flow-his-accessory',
id: 'meter-sample-flow-his-accessory',
name: '附件'
},
{
type: 'md-remove-circle',
id: 'sample-flow-meter-sample-flow-his-remove',
id: 'meter-sample-flow-his-remove',
name: '删除'
},
{
type: 'ios-clock',
id: 'sample-flow-meter-sample-flow-his-record',
id: 'meter-sample-flow-his-record',
name: '操作日志'
}
],
......
......@@ -90,12 +90,12 @@ export default {
btn: [
{
type: 'success',
id: 'sample-input-meter-person-item-task-manage-input-btn',
id: 'meter-person-item-task-manage-input-btn',
name: '填写检测值'
},
{
type: 'success',
id: 'sample-input-meter-person-item-task-manage-judge-btn',
id: 'meter-person-item-task-manage-judge-btn',
name: '判定'
}
],
......
......@@ -99,49 +99,49 @@ export default {
btn: [
{
type: 'success',
id: 'sample-input-meter-sample-input-take-btn',
id: 'meter-sample-input-take-btn',
name: '仪器领用'
},
{
type: 'success',
id: 'sample-input-meter-sample-input-car-btn',
id: 'meter-sample-input-car-btn',
name: '车辆管理'
},
{
type: 'success',
id: 'sample-input-meter-sample-input-submit-btn',
id: 'meter-sample-input-submit-btn',
name: '提交'
},
{
type: 'success',
id: 'sample-input-meter-sample-input-submit-create-btn',
id: 'meter-sample-input-submit-create-btn',
name: '提交至证书编制'
}
],
iconMsg: [
{
type: 'ios-bookmarks',
id: 'sample-input-meter-sample-input-create',
id: 'meter-sample-input-create',
name: '编制证书'
},
{
type: 'md-create',
id: 'sample-input-meter-sample-input-edit',
id: 'meter-sample-input-edit',
name: '编辑'
},
{
type: 'md-car',
id: 'sample-input-meter-sample-input-car',
id: 'meter-sample-input-car',
name: '车辆管理'
},
{
type: 'ios-list-box',
id: 'sample-input-meter-sample-input-take',
id: 'meter-sample-input-take',
name: '仪器领用'
},
{
type: 'md-cloud',
id: 'sample-input-meter-sample-input-accessory',
id: 'meter-sample-input-accessory',
name: '附件'
}
// { type: 'md-remove-circle', id: '', name: '删除' },
......
......@@ -121,7 +121,7 @@ export default {
iconMsg: [
{
type: 'ios-bookmarks',
id: 'sample-input-meter-sample-input-his-view',
id: 'meter-sample-input-his-view',
name: '查看证书'
},
// {
......@@ -141,7 +141,7 @@ export default {
// },
{
type: 'md-cloud',
id: 'sample-input-meter-sample-input-his-accessory',
id: 'meter-sample-input-his-accessory',
name: '附件'
}
// { type: 'md-remove-circle', id: '', 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