lex-xin 4 年 前
コミット
c442f084d7

+ 1 - 0
src/views/businessManager/orderManager/income.vue

@@ -168,6 +168,7 @@
             <template slot-scope="scope">{{ scope.row.memo ? scope.row.memo : '-' }}</template>
           </el-table-column>
           <el-table-column align="center"
+                           width="150px"
                            label="操作">
             <template slot-scope="scope">
               <el-button v-if="scope.row.status != 'SUCCESS' && scope.row.actualAmount > 0"

+ 1 - 1
src/views/chargeManager/two.vue

@@ -246,7 +246,7 @@ export default {
       }
     },
     async getList() {
-      await sysConfigList({ group: "payment_config" }).then(res => {
+      await sysConfigList({ group: "channel_config" }).then(res => {
         if (res.code == 200 && res.data.length > 0) {
           let tempResult = [];
           let paranValue = {};

+ 2 - 2
vue.config.js

@@ -16,12 +16,12 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // const port = process.env.port || process.env.npm_config_port || 9528 // dev port
 // http://47.99.212.176:8000 
 // //  https://online.dayaedu.com
-let target = 'https://online.dayaedu.com' //线上
+// let target = 'https://online.dayaedu.com' //线上
 // let target = 'http://dyme.utools.club' //test环境
 // let target = 'http://192.168.3.139:8000' // 箭河
 // let target = 'http://192.168.3.28:8000' //邹璇
 // let target = 'http://192.168.3.8:8000' //勇哥
-// let target = 'http://dev.dayaedu.com' // 测试服
+let target = 'http://dev.dayaedu.com' // 测试服
 // let target = 'http://dev.dayaedu.com' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {