mo 2 vuotta sitten
vanhempi
commit
b87b614845
2 muutettua tiedostoa jossa 12 lisäystä ja 3 poistoa
  1. 10 1
      src/views/newCourseList/orderList.vue
  2. 2 2
      vue.config.js

+ 10 - 1
src/views/newCourseList/orderList.vue

@@ -61,6 +61,15 @@
              {{ scope.row.orderAmount|moneyFormat }}元
             </template>
           </el-table-column>
+          <el-table-column
+            align="center"
+            prop="orderAmount"
+            label="支付时间"
+          >
+            <template slot-scope="scope">
+             {{ scope.row.payTime }}
+            </template>
+          </el-table-column>
 
           <el-table-column
             align="center"
@@ -74,7 +83,7 @@
           <el-table-column
             align="center"
             prop="extensionFee"
-            label="绩效"
+            label="绩效金额"
           >
             <template slot-scope="scope">
               {{scope.row.extensionFee|moneyFormat}}元

+ 2 - 2
vue.config.js

@@ -15,13 +15,13 @@ const name = defaultSettings.title || "管乐迷后台管理系统"; // page tit
 // 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://192.168.3.251:8000' // 何国威
 // let target = 'http://192.168.3.20:8000' //邹璇
 // let target = 'http://192.168.3.161:8000' //勇哥
 // let target = 'http://192.168.3.146:8000' //王昭
 // let target = 'http://dev.dayaedu.com' // 开发环境
-// let target = "https://test.dayaedu.com"; //测试环境
+let target = "https://test.dayaedu.com"; //测试环境
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
   /**