shish 1 год назад
Родитель
Сommit
60466faa61
1 измененных файлов с 6 добавлено и 5 удалено
  1. 6 5
      ghs/src/views/order/list.vue

+ 6 - 5
ghs/src/views/order/list.vue

@@ -13,10 +13,11 @@
         </el-tabs>
       </template>
 
-      <template #table-column-customName="{scope}">
-        <div>
-          {{ scope.row.customName }}
-        </div>
+      <template #table-column-sendStaffName="{scope}">
+        <span v-if="scope.row.sendStaffName!=''">{{ scope.row.sendStaffName }}</span>
+        <span v-else>
+          <i class="el-icon-edit" style="color:#409eff;font-size:17px;cursor:pointer;" slot="reference"></i>
+        </span>
       </template>
 
       <template #table-column-clearSign="{scope}">
@@ -723,7 +724,7 @@ export default {
               },
               {
                 prop: 'sendStaffName',
-                label: '配送',
+                label: '配送',
                 align: 'center',
                 width: 90
               },