Commit e2b90600 authored by 李苏's avatar 李苏 💬

调整

parent e151f0f6
...@@ -68,16 +68,17 @@ ...@@ -68,16 +68,17 @@
required: true, required: true,
readonly: true readonly: true
}, },
{ {
label: '检修作业方法', label: '检修作业编码',
prop: 'name', prop: 'code',
span: 24, span: 24,
type: 'input', type: 'input',
required: true, required: true,
}, },
{ {
label: '检修作业编码', label: '检修作业方法',
prop: 'code', prop: 'name',
span: 24, span: 24,
type: 'input', type: 'input',
required: true, required: true,
......
...@@ -263,15 +263,16 @@ ...@@ -263,15 +263,16 @@
width: '260' width: '260'
}, },
{ {
label: '检修作业方法', label: '检修作业方法编码',
prop: 'name', prop: 'code',
width: '260' width: '260'
}, },
{ {
label: '检修作业方法编码', label: '检修作业方法',
prop: 'code', prop: 'name',
width: '260' width: '260'
} },
], ],
editTableData1: [], editTableData1: [],
...@@ -536,6 +537,10 @@ ...@@ -536,6 +537,10 @@
{ {
id: 'U_BPBJ', id: 'U_BPBJ',
records: [...this.editTableData2] || [] records: [...this.editTableData2] || []
},
{
id: 'U_JXZYFF',
records: [...this.editTableData4] || []
} }
], ],
master: this.form master: this.form
......
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