Преглед изворни кода

Merge branch 'feature_20260203_完美门店' into uat(dev)

zhujindu пре 3 дана
родитељ
комит
97e1b36198

+ 2 - 1
src/views/historicalVisit/perfectStore.vue

@@ -568,7 +568,7 @@ export default {
   .specialTask {
     display: flex;
     flex-direction: row;
-    margin: 5px 10px;
+    margin: 10px;
     border-radius: 10px;
     // min-height: 90px;
     padding: 10px 0px 10px 10px;
@@ -621,6 +621,7 @@ export default {
         justify-content: space-between;
         align-items: center;
         padding: 3px 0;
+        margin: 10px 0;
       }
     }
   }

+ 1 - 1
src/views/historicalVisit/perfectStoreSku.vue

@@ -67,7 +67,7 @@
               <span class="tipTitle">{{ scope.row.name }}</span>
             </template>
           </el-table-column>
-          <el-table-column label="排面数" prop="count" align="center" width="50"></el-table-column>
+          <el-table-column label="数" prop="count" align="center" width="50"></el-table-column>
         </el-table>
       </div>
     </div>