Selaa lähdekoodia

拒绝原因展示问题

ymz 4 kuukautta sitten
vanhempi
commit
0b3898a2b6
3 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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;