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 @@ 选择 + + + 数值参数配置 + + + + + + + + + +