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

调整bug

parent b4d7d9a2
...@@ -18,10 +18,9 @@ ...@@ -18,10 +18,9 @@
mixins: [editMixin], mixins: [editMixin],
data() { data() {
return { return {
editColItemList: [ editColItemList: [{
{
label: '设备名称', label: '设备名称',
prop: 'sbxxid', prop: 'sbxxCode',
span: 12, span: 12,
required: true, required: true,
type: 'AuxInput', type: 'AuxInput',
...@@ -35,8 +34,8 @@ ...@@ -35,8 +34,8 @@
value: 'id', value: 'id',
label: 'name' label: 'name'
}, },
give(res){ give(res) {
this.form.sbxxCode=res.code this.form.sbxxCode = res.code
} }
} }
}, },
...@@ -103,7 +102,7 @@ ...@@ -103,7 +102,7 @@
{ {
label: '管径', label: '管径',
prop: 'gj', prop: 'gj',
span: 8, span: 12,
"type": "inputNumber", "type": "inputNumber",
required: true, required: true,
}, },
......
...@@ -123,7 +123,8 @@ ...@@ -123,7 +123,8 @@
} }
], ],
queryParams: [ queryParams: [
[{ [
{
label: '名称', label: '名称',
prop: 'name', prop: 'name',
span: 6, span: 6,
...@@ -135,9 +136,8 @@ ...@@ -135,9 +136,8 @@
prop: 'sbxxCode', prop: 'sbxxCode',
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: '',
} }
] ]
], ],
/* 默认启停用 */ /* 默认启停用 */
......
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