From a90640403fec7645493fb39c26ae95c985392c8a Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 25 四月 2024 15:35:01 +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 2fb9ce6..171ab69 100644
--- a/src/views/productManage/product/components/UnitMoreDialog.vue
+++ b/src/views/productManage/product/components/UnitMoreDialog.vue
@@ -51,7 +51,10 @@
</el-select>
</el-form-item>
</el-col>
- <el-col :span="1" class="col-name">鈮�</el-col>
+ <el-col :span="1" class="col-name">
+ <span v-if="index==0">{{ item.floating?'鈮�':'='}} </span>
+ <span v-else> = </span>
+ </el-col>
<el-col :span="7">
<el-form-item
label=""
--
Gitblit v1.8.0