From 60f141a0a9de39e1d828ae25c125b629026aac2e Mon Sep 17 00:00:00 2001 From: 2256907009 <2256907009@qq.com> Date: Thu, 8 Jan 2026 10:49:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/ProductList.vue | 144 ++++++-- 默认模块.openapi.json | 565 +++++++++++++++++++++++++++--- 2 files changed, 630 insertions(+), 79 deletions(-) diff --git a/src/views/product/ProductList.vue b/src/views/product/ProductList.vue index 0ec3de4..d33eecd 100644 --- a/src/views/product/ProductList.vue +++ b/src/views/product/ProductList.vue @@ -216,15 +216,23 @@ style="width: 100%" :header-cell-style="{ background: '#fafafa', color: '#333', fontWeight: 600 }" > - - - + + + {{ getArgTypeText(row.type) }} + + + + 步进: {{ row.step || '-' }} | 范围: {{ row.min ?? '-' }} ~ {{ row.max ?? '-' }} + + - + + @@ -248,7 +256,7 @@ ref="paramFormRef" :model="paramForm" :rules="paramRules" - label-width="100px" + label-width="120px" > @@ -260,6 +268,19 @@ 选择 + + + 数值参数配置 + + + + + + + + + +