ソースを参照

拒绝原因展示问题

ymz 4 ヶ月 前
コミット
0b3898a2b6
3 ファイル変更3 行追加3 行削除
  1. 2 2
      .env.development
  2. BIN
      dist.zip
  3. 1 1
      src/views/admin/assignPoints/quota/taskAudit.vue

+ 2 - 2
.env.development

@@ -1,8 +1,8 @@
 NODE_ENV = 'development'
 VUE_APP_TYPE= 'dev'
-VUE_APP_URL = 'http://10.144.62.235:9999'
+# VUE_APP_URL = 'http://10.144.62.235:9999'
 # VUE_APP_URL = 'https://mic.freerr.cn'
 # VUE_APP_URL = 'https://mic.cnbg.com.cn'
 # VUE_APP_URL = 'https://cnbg.yaoyi.net'
 # VUE_APP_URL = 'http://192.168.110.25:9999'
-# VUE_APP_URL = 'https://mic-t.cnbg.com.cn'
+VUE_APP_URL = 'https://mic-t.cnbg.com.cn'

BIN
dist.zip


+ 1 - 1
src/views/admin/assignPoints/quota/taskAudit.vue

@@ -262,7 +262,7 @@ export default {
   },
   methods: {
     getReason(item) {
-      let str = item.checkState?.checkMsg || item.taskStatusInfo;
+      let str = item.taskStatusInfo || item.checkState?.checkMsg;
 
       let reason = `拒绝原因: "${str}"`;
       return reason;