From 9227d2b4e4aad18b48ec879b136d3cca12de5613 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 02 九月 2026 16:06:24 +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