Pārlūkot izejas kodu

fiex:复购修改

Tang 3 gadi atpakaļ
vecāks
revīzija
3e024f856e

+ 2 - 2
src/components/tableList.vue

@@ -987,12 +987,12 @@
           </div>
           <div v-else-if="item.scope === 'rebuy'">
             <span>{{
-              scope.row[item.prop] === 1 && scope.row[item.prop1] === 1
+              scope.row[item.prop] === 1
                 ? "是"
                 : ""
             }}</span>
             <span
-              v-if="scope.row[item.prop] === 1 && scope.row[item.prop1] === 1"
+              v-if="scope.row[item.prop] === 1"
               style="margin-left: 6px; color: blue; cursor: pointer"
               @click="isShowRebuy(scope.row)"
               >查看</span

+ 0 - 1
src/views/Marketing/order/orderList/index.vue

@@ -312,7 +312,6 @@ export default {
           label: "复购-学时冲突",
           width: "120px",
           prop: "rebuy",
-          prop1: "periodPlush",
           hidden: true,
           scope: "rebuy",
         },