Selaa lähdekoodia

更新了测试地址

duanxiaoduan 1 vuosi sitten
vanhempi
commit
c7a6aa0971
3 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. 2 2
      .env.development
  2. 0 0
      dist/index.html
  3. 1 2
      src/views/custom/returngoods/index.vue

+ 2 - 2
.env.development

@@ -6,9 +6,9 @@ ENV = 'development'
 # 线上正式地址
 #  VUE_APP_BASE_API = 'http://eam.modernfarming.cn:8000/'
 # 白少后台本地
-# VUE_APP_BASE_API = 'http://192.168.1.77:8082/'
+VUE_APP_BASE_API = 'http://192.168.1.77:8082/'
 # 线上测试
-VUE_APP_BASE_API = 'http://tmrwatch.cn:8082/'
+# VUE_APP_BASE_API = 'http://tmrwatch.cn:8082/'
 # VUE_APP_BASE_API = 'http://tmrwatch.cn:8082/'
 # VUE_APP_BASE_API = 'http://127.0.0.1:8082/'
 

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 0 - 0
dist/index.html


+ 1 - 2
src/views/custom/returngoods/index.vue

@@ -533,10 +533,9 @@
               <span>{{ scope.row.sumPrice }}</span>
             </template>
           </el-table-column>
-          <el-table-column     prop="dflag" label="冲销状态" min-width="80px" align="center">
+          <el-table-column prop="dflag" label="冲销状态" min-width="80px" align="center">
               <template slot-scope="scope">
                 <span v-if="scope.row.dflag == 1">已冲销</span>
-                <span v-if="scope.row.dflag == 2">部分冲销</span>
                 <span v-else>未冲销</span>
               </template>
             </el-table-column>

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä