فهرست منبع

vip列表添加字段

lex-xin 4 سال پیش
والد
کامیت
3f0aa97faf

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-0cc36373.892c1348.css → dist/static/css/chunk-261cfc1e.4bd2b0f8.css

@@ -1 +1 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.m-container[data-v-b2bcd56e]{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.newBand[data-v-b2bcd56e]{display:inline-block}
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.m-container[data-v-3a0846a8]{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.newBand[data-v-3a0846a8]{display:inline-block}

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/app.778c76ac.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
dist/static/js/chunk-261cfc1e.5b9674b0.js


+ 7 - 0
src/views/vipClass/vipList.vue

@@ -105,6 +105,9 @@
                            prop="name"
                            label="课程名称"></el-table-column>
           <el-table-column align="center"
+                           prop="vipGroupCategoryName"
+                           label="课程形式"></el-table-column>
+          <el-table-column align="center"
                            prop="status"
                            label="课程状态">
             <template slot-scope="scope">
@@ -180,6 +183,10 @@
             </template>
           </el-table-column>
           <el-table-column align="center"
+                           prop="stopReason"
+                           label="备注">
+          </el-table-column>
+          <el-table-column align="center"
                            width="150px"
                            fixed="right"
                            label="操作">

+ 3 - 3
vue.config.js

@@ -14,15 +14,15 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // You can change the port by the following methods:
 // port = 9528 npm run dev OR npm run dev --port = 9528
 // const port = process.env.port || process.env.npm_config_port || 9528 // dev port
-// http://47.99.212.176:8000 
+// http://47.99.212.176:8000
 // //  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' // 测试服
+let target = 'http://192.168.3.196:8080' // 乔
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
   /**

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است