luobang 2 년 전
부모
커밋
153eb84a7f
3개의 변경된 파일463개의 추가작업 그리고 445개의 파일을 삭제
  1. 1 1
      build/utils.js
  2. 1 1
      config/index.js
  3. 461 443
      src/views/statisticalReport/components/tableItem.vue

+ 1 - 1
build/utils.js

@@ -15,7 +15,7 @@ const devPathSrc = path.resolve(__dirname, '../../../src') // node_modules应用
 // ['index','appoint','configManager','homepage',''inward,'queue','RMS','sale','serviceManager','SporadicManage'
 //       统计报表       组织机构/系统管理 采购  仓储
 //  'statisticalReport','systemConfig','TMS','WMS','workFlow','ADMINISTRATORS']
-// let devModules = ['index', 'statisticalReport']
+// let devModules = ['index', 'statisticalReport', 'appoint']
 let devModules = ['all']
 //let devModules=['index']
 if (pathSrc.indexOf('node_modules') > -1) {

+ 1 - 1
config/index.js

@@ -74,7 +74,7 @@ let proxyTable = {
   '/api/v1': {
     target: 'http://172.16.33.166:80',
     // target: 'http://localhost:8080',
-    // target: 'http://192.168.1.102:8080',
+    // target: 'http://192.168.1.104:8080',
     ws: true,
     pathRewrite: {
       '^/api/v1': '/api/v1'

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 461 - 443
src/views/statisticalReport/components/tableItem.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.