From 4959a25a7cac2a514a9b8fb2471101c067fd72e4 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 18 四月 2024 17:22:54 +0800 Subject: [PATCH] 产品 启用多单位的时候如果没有设置显示弹框 --- src/views/productManage/product/components/UnitMoreDialog.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/productManage/product/components/UnitMoreDialog.vue b/src/views/productManage/product/components/UnitMoreDialog.vue index fd1d60b..2fb9ce6 100644 --- a/src/views/productManage/product/components/UnitMoreDialog.vue +++ b/src/views/productManage/product/components/UnitMoreDialog.vue @@ -72,7 +72,7 @@ ></el-input> </el-form-item> </el-col> - <el-col :span="2" class="col-name">鍖�</el-col> + <el-col :span="2" class="col-name">{{unitRight||'--'}}</el-col> <el-col :span="5" v-if="index==0"> <el-form-item label="" @@ -122,6 +122,9 @@ workList: { type: [Array], }, + unitRight:{ + type: String, + }, }, data() { return { -- Gitblit v1.8.0