lxf 1 rok pred
rodič
commit
736edf35e5

+ 0 - 3
src/views/group/order/abnormal/index.vue

@@ -15,9 +15,6 @@
             <a style="color: #409eff; cursor: pointer; word-break: break-all" @click="clickCode(item)">{{ item.code }}</a>
           </div>
         </template>
-        <template #exceptionType="{ item }">
-          <div>{{ item.exceptionType }}</div>
-        </template>
         <template #exceptionTypeDetail="{ item }">
           <div>{{ item.exceptionTypeDetail }}</div>
         </template>

+ 2 - 5
src/views/group/order/already-removed/index.vue

@@ -15,11 +15,8 @@
             <a style="color: #409eff; cursor: pointer; word-break: break-all" @click="clickCode(item)">{{ item.code }}</a>
           </div>
         </template>
-        <template #totalAmount="{ item }">
-          <div style="color: #409eff">{{ moneyFormat(item.totalAmount) }}</div>
-        </template>
-        <template #address="{ item }">
-          <div>{{ item.province }}, {{ item.city }}, {{ item.county }}, {{ item.detailedAddress }}</div>
+        <template #exceptionTypeDetail="{ item }">
+          <div>{{ item.exceptionTypeDetail }}</div>
         </template>
       </byTable>
     </el-card>