From 9d5360ed6edb62f42a48f758343f9f07724b5f75 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 29 七月 2026 09:20:09 +0800
Subject: [PATCH] 新疆_新聚工贸 1.客户分类枚举值修改

---
 src/views/basicData/customerFileOpenSea/index.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/views/basicData/customerFileOpenSea/index.vue b/src/views/basicData/customerFileOpenSea/index.vue
index f36ce02..bade83a 100644
--- a/src/views/basicData/customerFileOpenSea/index.vue
+++ b/src/views/basicData/customerFileOpenSea/index.vue
@@ -15,10 +15,10 @@
                    style="width: 240px"
                    clearable
                    @change="handleQuery">
-          <el-option label="闆跺敭瀹㈡埛"
-                     value="闆跺敭瀹㈡埛" />
-          <el-option label="杩涢攢鍟嗗鎴�"
-                     value="杩涢攢鍟嗗鎴�" />
+          <el-option label="涓夊ぇ娌�"
+                     value="涓夊ぇ娌�" />
+          <el-option label="澶栭攢"
+                     value="澶栭攢" />
         </el-select>
         <el-button type="primary"
                    @click="handleQuery"
@@ -872,7 +872,10 @@
       label: "棰嗙敤浜�",
       prop: "usageUserName",
       width: 120,
-			fixed: "right",
+      fixed: "right",
+      formatData: value => {
+        return value || '-';
+      },
     },
     {
       label: "棰嗙敤鐘舵��",

--
Gitblit v1.9.3