From 6fd27418225f2d36fc206acdfe6c24fb33ae7590 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 19 Dec 2022 17:26:50 +0800
Subject: [PATCH] 添加申请用户任务完成流程

---
 src/views/work/process/audit/detail.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/work/process/audit/detail.vue b/src/views/work/process/audit/detail.vue
index e86b8fc..99197aa 100644
--- a/src/views/work/process/audit/detail.vue
+++ b/src/views/work/process/audit/detail.vue
@@ -24,7 +24,7 @@
               <el-card shadow="hover">
                 <p>{{flow.assigneeName}} 在 [{{flow.createTime}}] 开始处理 [{{flow.historyActivityName}}] 环节</p>
                 <p v-if="flow.historyActivityDurationTime!==''">任务历时 [{{flow.historyActivityDurationTime}}]</p>
-                <p v-if="flow.comment!==''">批复意见: [{{flow.comment}}]</p>
+                <p v-if="flow.comment!==''">反馈意见: [{{flow.comment}}]</p>
                 <p v-if="flow.endTime!==''">结束时间: [{{flow.endTime}}]</p>
               </el-card>
             </el-timeline-item>
@@ -129,8 +129,8 @@
       this.form.goodsEntity.id = goodsId
     },
     controlOption(arg){
-      const suggestion = this.findObject(this.option.column,"suggestion")
-      const comment = this.findObject(this.option.column,"comment")
+      // const suggestion = this.findObject(this.option.column,"suggestion")
+      // const comment = this.findObject(this.option.column,"comment")
       if (arg == 'open'){
         this.option.detail = true
         if (!this.form.suggestion){

--
Gitblit v1.9.3