From 464fe7b9a17ba3e9f6b5545436f727d3504a8e9e Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 23 九月 2025 00:44:34 +0800
Subject: [PATCH] 调整界面文本错误

---
 src/views/flow/todolist.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/flow/todolist.vue b/src/views/flow/todolist.vue
index 576535d..dde89b0 100644
--- a/src/views/flow/todolist.vue
+++ b/src/views/flow/todolist.vue
@@ -208,7 +208,7 @@
                         emptyValues :["1",'2'],
                         dicData: [
                             {
-                                label: '杞﹀簥',
+                                label: '鏁版帶杞﹀簥',
                                 value: '1',
                             },
                             {
@@ -269,6 +269,9 @@
                         width: 70,
                         overHidden:true,
                         prop: 'startUserName',
+                        formatter: (val, value, label) => {
+                            return value=='' || value==null ?"MES":value;
+                        },
                     },
                     {
                         label: '鍒涘缓鏃堕棿',
@@ -892,7 +895,7 @@
 
                 let atts = this.$refs.todolistLeft.tableData;
                 let otherFileCOunt = atts.filter(att => att.program === false).length;
-                if(otherFileCOunt == 0){
+                if(otherFileCOunt == 0 && programOnMachine != 'Y'){
                     let confirResult = await this.$confirm('鏂囦欢鍒楄〃涓棤鍏朵粬鏂囦欢锛岀‘璁よ鎻愪氦鍚楋紵', '', {
                         confirmButtonText: this.$t('submitText'),
                         cancelButtonText: this.$t('cancelText'),

--
Gitblit v1.9.3