20220909-qian-add

zhc4dev
lenovo 2 years ago
parent de81882e7e
commit 58aeaafc2e
  1. 6
      ant-design-vue-jeecg/src/views/process/modules/ZyProcessActionForm.vue

@ -47,6 +47,11 @@
/> />
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :span="24">
<a-form-model-item label="顺序" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="needlePitch">
<a-input-number v-model="model.sortAction" placeholder="请选择顺序" style="width: 100%" />
</a-form-model-item>
</a-col>
</a-row> </a-row>
</a-form-model> </a-form-model>
@ -77,6 +82,7 @@
id:'', id:'',
model:{ model:{
processId:'', processId:'',
sortAction:'1'
}, },
labelCol: { labelCol: {
xs: { span: 24 }, xs: { span: 24 },

Loading…
Cancel
Save