#9 1

Fusionné
baishaojie a fusionné 2 commits à partir de Shan_2024/feature-hss2025 vers Shan_2024/feature/shengmu il y a 2 semaines
4 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 1 1
      .env.development
  2. 2 2
      .env.production
  3. BIN
      dist.zip
  4. 2 2
      src/views/formulationPlan/dailyExecutionPlan/index.vue

+ 1 - 1
.env.development

@@ -9,7 +9,7 @@ ENV = 'development'
 #VUE_APP_BASE_API = 'http://kpttest.kptyun.com/'
 
 # 线上
-VUE_APP_BASE_API = 'http://127.0.0.1:8082/'
+VUE_APP_BASE_API = 'http://127.0.0.1:8081/'
 
 线上
 #VUE_APP_BASE_API = 'http://127.0.0.1:8081/'

+ 2 - 2
.env.production

@@ -3,7 +3,7 @@ ENV = 'production'
 
 # base api
 # 正式线
-VUE_APP_BASE_API = ':8082/'
+#VUE_APP_BASE_API = ':8082/'
 # VUE_APP_BASE_API = 'http://192.168.1.70:8088/'
 # VUE_APP_BASE_API = 'http://127.0.0.1:8081/'
-#VUE_APP_BASE_API = '/'
+VUE_APP_BASE_API = '/'

BIN
dist.zip


+ 2 - 2
src/views/formulationPlan/dailyExecutionPlan/index.vue

@@ -322,11 +322,11 @@
             prop="sort"
             width="50px"
           />
-          <el-table-column label="计划id" min-width="90px" align="center">
+          <!-- <el-table-column label="计划id" min-width="90px" align="center">
             <template slot-scope="scope">
               <span>{{ scope.row.downloadedplanId }}/{{scope.row.id }}</span>
             </template>
-          </el-table-column>
+          </el-table-column> -->
 
           <el-table-column label="计划名称" min-width="90px" align="center">
             <template slot-scope="scope">