From 8b666c73d249fcb81b666b03ec638a8bb7357c45 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 09 八月 2025 17:02:12 +0800
Subject: [PATCH] 修改文字

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

diff --git a/src/views/flow/todolist.vue b/src/views/flow/todolist.vue
index 3a8334a..d44b60d 100644
--- a/src/views/flow/todolist.vue
+++ b/src/views/flow/todolist.vue
@@ -42,6 +42,8 @@
         TodolistRightTop
     },
     data() {
+	    let rejectText = '椹冲洖';//+this.row.categoryName;
+        console.log(this,'ttt');
         return {
             
             applist: [],
@@ -64,7 +66,7 @@
                         span: 24,
                         dicData: [
                             { label: '閫氳繃', value: 'Y' },
-                            { label: '椹冲洖', value: 'N' },
+                            { label: rejectText, value: 'N' },
                         ],
                         rules: [{ required: true, message: '璇烽�夋嫨瀹℃壒缁撴灉', trigger: 'blur' }],
                     },
@@ -300,7 +302,7 @@
                 this.formApprove.assignee = ''
                 // this.formApprove.assignee = row.variables.senior;
             }
-            if(val === 'Y' && ['confirmIsUseableTask'].includes(this.row.taskDefinitionKey) && this.row.variables.isProcessNoSame=='N') {
+            if(val === 'Y' && ['confirmIsUseableTask'].includes(this.row.taskDefinitionKey) && this.row.variables.isProcessEditionSame=='N') {
                 this.optionApprove.column[2].display = true; // 鏄剧ず宸ュ簭鐗堟
             } else {
                 this.optionApprove.column[2].display = false; // 闅愯棌宸ュ簭鐗堟

--
Gitblit v1.9.3