소스 검색

统计分析页面-样式修改

zhongxiaoyu 2 년 전
부모
커밋
3aaf99fe3e
4개의 변경된 파일368개의 추가작업 그리고 349개의 파일을 삭제
  1. 1 1
      public/config.js
  2. 0 14
      src/views/baggageManagement/components/departure/newContainer.vue
  3. 366 333
      src/views/statisticalAnalysis/components/index.vue
  4. 1 1
      src/views/upload/index.vue

+ 1 - 1
public/config.js

@@ -200,5 +200,5 @@ window.SERVICE_ID = {
   sysServiceAddXyId: 10, //系统设置-服务管理-新增服务-新增数据源-提交
   sysDataTabId: 9, //系统设置-数据结构-数据项-表格-增删改
 
-  expressTransportation: 20037, // 速运行李数据查询
+  expressTransportationUpload: 20037, // 速运行李数据查询
 }

+ 0 - 14
src/views/baggageManagement/components/departure/newContainer.vue

@@ -1,14 +0,0 @@
-<template>
-  <ContainerView />
-</template>
-
-<script>
-import ContainerView from '../newContainer'
-
-export default {
-  name: 'NewDepartureContainerView',
-  components: {
-    ContainerView
-  }
-}
-</script>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 366 - 333
src/views/statisticalAnalysis/components/index.vue


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

@@ -300,7 +300,7 @@ export default {
       try {
         const formData = new FormData()
         formData.append('file', file)
-        formData.append('serviceId', SERVICE_ID.expressTransportation)
+        formData.append('serviceId', SERVICE_ID.expressTransportationUpload)
         const { code } = await UploadFile(formData)
         if (Number(code) !== 0) {
           throw new Error('失败')

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