Zory 15 часов назад
Родитель
Сommit
f1841cb429

+ 6 - 1
src/views/manage/order/index/components/table.vue

@@ -127,7 +127,7 @@
                 <div v-else>待订单完成</div>
             </template>
         </el-table-column>
-        <el-table-column label="来源达人" prop="scene" width="260">
+        <el-table-column label="来源达人" prop="scene" width="220">
             <template #default="scope">
                 <div class="goods-img" v-if="scope.row.star">
                     <div class="name">
@@ -138,6 +138,11 @@
                 <div v-else>-</div>
             </template>
         </el-table-column>
+        <el-table-column label="留资号码" prop="types" width="120">
+            <template #default="scope">
+                {{ scope.row.mobile?scope.row.mobile:'-' }}
+            </template>
+        </el-table-column>
         <el-table-column label="来源" prop="scene" width="160"></el-table-column>
         <el-table-column label="下单时间" prop="create_at" width="160"></el-table-column>
         <el-table-column label="支付时间" prop="pay_at" width="160">

+ 6 - 1
src/views/merchant/order/index/components/table.vue

@@ -106,7 +106,7 @@
                 <div v-else>待订单完成</div>
             </template>
         </el-table-column>
-        <el-table-column label="来源达人" prop="scene" width="260">
+        <el-table-column label="来源达人" prop="scene" width="220">
             <template #default="scope">
                 <div class="goods-img" v-if="scope.row.star">
                     <div class="name">
@@ -117,6 +117,11 @@
                 <div v-else>-</div>
             </template>
         </el-table-column>
+        <el-table-column label="留资号码" prop="types" width="120">
+            <template #default="scope">
+                {{ scope.row.mobile?scope.row.mobile:'-' }}
+            </template>
+        </el-table-column>
         <el-table-column label="来源" prop="scene" width="160"></el-table-column>
         <el-table-column label="下单时间" prop="create_at" width="160"></el-table-column>
         <el-table-column label="支付时间" prop="pay_at" width="160">

+ 1 - 1
src/views/service/order/index/components/table.vue

@@ -151,7 +151,7 @@
             <template #default="scope">
                 <el-button-group>
                     <el-button size="small" text @click="table_view(scope.row)">详情</el-button>
-                    <el-button type="danger" size="small" text @click="table_error(scope.row)" v-if="trade==2 && scope.row.status==2 && scope.row.is_error==0">标记异常</el-button>
+                    <el-button type="danger" size="small" text @click="table_error(scope.row)" v-if="trade==2 && scope.row.status==2 && scope.row.is_error==0 && scope.row.exspress_status==2">标记异常</el-button>
                 </el-button-group>
                 <template v-if="scope.row.is_error==0">
                     <el-button-group>