From 58848b1a18d29929ba84b0336860f258b913070f Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 13 一月 2025 17:18:48 +0800 Subject: [PATCH] 产品结构树数据由后台数据库驱动 --- src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue b/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue index b6e6eef..e80380c 100644 --- a/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue +++ b/src/views/dnc/base/modules/ProductStructure/Component/ComponentModalForm.vue @@ -22,7 +22,7 @@ </a-col> <a-col :span="12"> <a-form-model-item label="瑙勬牸"> - <a-input v-model="model.productName" placeholder="璇疯緭鍏ヨ鏍�"></a-input> + <a-input v-model="model.componentScale" placeholder="璇疯緭鍏ヨ鏍�"></a-input> </a-form-model-item> </a-col> </a-row> -- Gitblit v1.9.3