From 4c31f76a8db1f1d503f50cf4f367786882b18d62 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期二, 18 七月 2023 15:27:14 +0800 Subject: [PATCH] 关于数值的新增,组件的调换,合格率的界面绘制和接口调取数据渲染 --- src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModal.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModal.vue b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModal.vue index 22c7794..604401a 100644 --- a/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModal.vue +++ b/src/views/mdc/base/modules/mdcProcessQuantity/mdcProcessQuantityModal.vue @@ -50,7 +50,7 @@ </a-col> <a-col :span="12"> <a-form-item label='鍔犲伐鏁伴噺' :labelCol="labelCol" :wrapperCol="wrapperCol"> - <a-input placeholder="璇疯緭鍏ュ姞宸ユ暟閲�" v-decorator="['processQuantity', validatorRules.processQuantity]"></a-input> + <a-input-number :min="0" placeholder="璇疯緭鍏ュ姞宸ユ暟閲�" v-decorator="['processQuantity', validatorRules.processQuantity]"></a-input-number> </a-form-item> </a-col> </a-row> @@ -331,7 +331,7 @@ } </script> -<style scoped> +<style scoped lang="less"> .ant-btn { padding: 0 10px; margin-left: 3px; @@ -350,4 +350,7 @@ .ant-tabs-content .ant-form-item { margin-bottom: 0px; } + /deep/ .ant-input-number{ + width: 100%!important; + } </style> -- Gitblit v1.9.3