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

调整

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