#9 1

Слито
baishaojie слито 2 коммит(ов) из Shan_2024/feature-hss2025 в Shan_2024/feature/shengmu 2 недель назад
4 измененных файлов с 5 добавлено и 5 удалено
  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 = '/'


+ 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">