瀏覽代碼

12/11 15:08

11
mo 4 年之前
父節點
當前提交
7ef3f0689c
共有 4 個文件被更改,包括 500 次插入358 次删除
  1. 2 1
      src/router/notKeepAliveList.js
  2. 1 1
      src/views/auditList/index.vue
  3. 495 354
      src/views/businessManager/orderManager/financeManager.vue
  4. 2 2
      vue.config.js

+ 2 - 1
src/router/notKeepAliveList.js

@@ -4,6 +4,7 @@ export default [
   '/orderList/orderAudit',
   '/business/teamCourseList',
   '/business/auditList',
-  '/journal/payAppeal'
+  '/journal/payAppeal',
+  '/orderList/financeManager'
   // '/operateManager/HumanResources'
 ]

+ 1 - 1
src/views/auditList/index.vue

@@ -7,7 +7,7 @@
     </h2>
     <div class="m-core">
       <!-- 搜索标题 -->
-      <save-form :inline="true"
+      <save-form :inline="true" 
                class="searchForm"
                ref="searchForm"
                :model.sync="searchForm">

File diff suppressed because it is too large
+ 495 - 354
src/views/businessManager/orderManager/financeManager.vue


+ 2 - 2
vue.config.js

@@ -19,9 +19,9 @@ const name = defaultSettings.title || '管乐迷后台管理系统' // page titl
 // 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.38:8000' //邹璇
+// let target = 'http://192.168.3.38:8000' //邹璇
 // let target = 'http://192.168.3.57:8000' //勇哥
-// let target = 'http://dev.dayaedu.com' // 测试服
+let target = 'http://dev.dayaedu.com' // 测试服
 // let target = 'http://192.168.3.196' // 乔
 // 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