From 1392d8f3def2c21e7a6fc15cf3f68fc1056ec0b6 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期二, 29 七月 2025 19:01:20 +0800 Subject: [PATCH] 三不原则 --- src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModelEdit.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModelEdit.vue b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModelEdit.vue index 9b0c3eb..5e50be4 100644 --- a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModelEdit.vue +++ b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModelEdit.vue @@ -45,17 +45,17 @@ <a-row :gutter="24"> <a-col :span="12"> - <a-form-item label="鏃ユ湡" :labelCol="labelCol" :wrapperCol="wrapperCol"> - <j-date date-format="YYYY-MM-DD" placeholder="璇烽�夋嫨鏃ユ湡" - v-decorator="['efficientDate', validatorRules.efficientDate]"></j-date> - </a-form-item> - - </a-col> - <a-col :span="12"> <a-form-item label='鍔犲伐鏁伴噺' :labelCol="labelCol" :wrapperCol="wrapperCol"> <a-input-number :min="0" placeholder="璇疯緭鍏ュ姞宸ユ暟閲�" v-decorator="['processQuantity', validatorRules.processQuantity]"></a-input-number> </a-form-item> </a-col> + + <a-col :span="12"> + <a-form-item label="鏃ユ湡" :labelCol="labelCol" :wrapperCol="wrapperCol"> + <j-date date-format="YYYY-MM-DD" placeholder="璇烽�夋嫨鏃ユ湡" + v-decorator="['efficientDate', validatorRules.efficientDate]"></j-date> + </a-form-item> + </a-col> </a-row> <a-row :gutter="24"> <a-col :span="24"> -- Gitblit v1.9.3