Selaa lähdekoodia

fix:地址客户——

zh 2 vuotta sitten
vanhempi
commit
7d661409ee
2 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 2 2
      src/layout/components/Navbar.vue
  2. 2 2
      src/views/dashboard/index.vue

+ 2 - 2
src/layout/components/Navbar.vue

@@ -184,11 +184,11 @@
           <el-table-column align="center" label="时间" prop="orderTrackTime" min-width="160" show-overflow-tooltip />
           <el-table-column align="center" label="收货地址" prop="address" min-width="160" show-overflow-tooltip >
               <template slot-scope="scope">
-                  {{ scope.row.address?scope.row.address:'---------' }}
+                  {{ scope.row.address?scope.row.address:'——' }}
               </template>
           </el-table-column>
           <el-table-column align="center" label="收货客户" prop="receivingName" min-width="160" show-overflow-tooltip >
-            <template slot-scope="scope">{{ scope.row.receivingName?scope.row.receivingName:'---------' }}</template>
+            <template slot-scope="scope">{{ scope.row.receivingName?scope.row.receivingName:'——' }}</template>
           </el-table-column>
           <el-table-column align="center" label="" min-width="80" show-overflow-tooltip fixed="right">
             <template slot-scope="scope">

+ 2 - 2
src/views/dashboard/index.vue

@@ -179,11 +179,11 @@
           <el-table-column align="center" label="时间" prop="orderTrackTime" min-width="160" show-overflow-tooltip />
           <el-table-column align="center" label="收货地址" prop="address" min-width="160" show-overflow-tooltip >
               <template slot-scope="scope">
-                  {{ scope.row.address?scope.row.address:'---------' }}
+                  {{ scope.row.address?scope.row.address:'——' }}
               </template>
           </el-table-column>
           <el-table-column align="center" label="收货客户" prop="receivingName" min-width="160" show-overflow-tooltip >
-            <template slot-scope="scope">{{ scope.row.receivingName?scope.row.receivingName:'---------' }}</template>
+            <template slot-scope="scope">{{ scope.row.receivingName?scope.row.receivingName:'——' }}</template>
           </el-table-column>
           <el-table-column align="center" label="" min-width="80" show-overflow-tooltip fixed="right">
             <template slot-scope="scope">