mo před 3 roky
rodič
revize
960f1846f8
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 2 2
      src/views/teamBuild/signupList.vue
  2. 2 2
      vue.config.js

+ 2 - 2
src/views/teamBuild/signupList.vue

@@ -707,10 +707,10 @@
                 >
               </auth>
               <auth
-                v-show="scope.row.payingStatus == 2"
+
                 :auths="'studentRegistration/setCloudTeacherToFailed'"
               >
-                <el-button type="text" @click="failedRelieve(scope.row)"
+                <el-button type="text"    v-if="scope.row.payingStatus == 2" @click="failedRelieve(scope.row)"
                   >拒绝审核</el-button
                 >
               </auth>

+ 2 - 2
vue.config.js

@@ -18,9 +18,9 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://192.168.3.139:8000' // 箭河
 // let target = 'http://192.168.3.148:8000' //邹璇
-let target = 'http://192.168.3.112:8000' //勇哥
+// let target = 'http://192.168.3.112:8000' //勇哥
 // let target = 'http://dev.dayaedu.com' // 开发环境
-// let target = 'https://test.dayaedu.com' //测试环境
+let target = 'https://test.dayaedu.com' //测试环境
 // let target = 'http://192.168.3.134' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {