Browse Source

添加分部列

lex-xin 5 years ago
parent
commit
68003a3044
5 changed files with 5 additions and 2 deletions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.d3a2eb07.js
  3. 0 0
      dist/static/js/app.d9e23b91.js
  4. 3 0
      src/views/order/index.vue
  5. 2 2
      vue.config.js

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d3a2eb07.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d9e23b91.js


+ 3 - 0
src/views/order/index.vue

@@ -65,6 +65,9 @@
         <el-table-column type="index"
                            width="55"></el-table-column>
         <el-table-column align="center"
+                         label="分部名称"
+                         prop='branchName'></el-table-column>
+        <el-table-column align="center"
                          label="学生姓名"
                          prop='userName'></el-table-column>
         <el-table-column align="center"

+ 2 - 2
vue.config.js

@@ -15,9 +15,9 @@ const name = defaultSettings.title || '大雅报名管理'; // page title
 // port = 9528 npm run dev OR npm run dev --port = 9528
 const port = process.env.port || process.env.npm_config_port || 9528; // dev port
 // const targetUrl = 'http://testpay.dayaedu.com'
-// const targetUrl = 'https://manage.dayaedu.com'
+const targetUrl = 'https://manage.dayaedu.com'
 // let targetUrl = 'http://192.168.3.38:8088'
-const targetUrl = 'http://192.168.3.27:8088'
+// const targetUrl = 'http://192.168.3.27:8088'
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
 	/**

Some files were not shown because too many files changed in this diff