|
|
|
|
@ -125,6 +125,16 @@
|
|
|
|
|
</el-select>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:sort>
|
|
|
|
|
<div class="xy-table-item">
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
<span style="color: red;font-weight: 600;padding-right: 4px;" />排序:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<el-input type="number" :min="0" v-model="form.sort" placeholder="请填写排序" clearable style="width: 300px;" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
</xy-dialog>
|
|
|
|
|
</div>
|
|
|
|
|
@ -156,7 +166,8 @@ export default {
|
|
|
|
|
chubeinianxian: '',
|
|
|
|
|
cunfangyaoqiu: '',
|
|
|
|
|
weihuyaoqiu: '',
|
|
|
|
|
equipment_maintain_config_id: '',
|
|
|
|
|
equipment_maintain_config_id: '',
|
|
|
|
|
sort:0
|
|
|
|
|
},
|
|
|
|
|
rules: {
|
|
|
|
|
name: [{
|
|
|
|
|
@ -216,7 +227,8 @@ export default {
|
|
|
|
|
chubeinianxian: res?.chubeinianxian,
|
|
|
|
|
cunfangyaoqiu: res?.cunfangyaoqiu,
|
|
|
|
|
weihuyaoqiu: res?.weihuyaoqiu,
|
|
|
|
|
equipment_maintain_config_id: res?.equipment_maintain_config_id,
|
|
|
|
|
equipment_maintain_config_id: res?.equipment_maintain_config_id,
|
|
|
|
|
sort:res.sort?res.sort:0
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
submit() {
|
|
|
|
|
|