Przeglądaj źródła

Merge branch 'sit'

xiaodai2022 2 lat temu
rodzic
commit
851ff5c5ba
2 zmienionych plików z 12 dodań i 2 usunięć
  1. 10 0
      dist/static/js/0.js
  2. 2 2
      src/views/orderEntry/source/index.vue

Plik diff jest za duży
+ 10 - 0
dist/static/js/0.js


+ 2 - 2
src/views/orderEntry/source/index.vue

@@ -4,7 +4,7 @@
       v-if="powers && powers.length > 0 && powers.some((item) => item == '001')"
       v-loading="loading"
     >
-      <el-row>
+      <el-row style="padding:8px 0 10px 0 ">
         <el-col :span="4" style="width: 200px">
           <search-terrace
             :value="parmValue.platform_id"
@@ -24,7 +24,7 @@
         stripe
       >
         <el-table-column label="序号" type="index"> </el-table-column>
-        <el-table-column prop="date" label="业务平台" width="180">
+        <el-table-column prop="platform_name" label="业务平台" >
         </el-table-column>
         <el-table-column prop="source" label="销售渠道"> </el-table-column>
       </el-table>

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików