Browse Source

事业部增加删除待确认状态的万里牛订单

lxf 2 năm trước cách đây
mục cha
commit
bf97bd3311
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/shengde/subsidiary/order/management/index.vue

+ 1 - 1
src/views/shengde/subsidiary/order/management/index.vue

@@ -170,7 +170,7 @@
             type="text"
             style="color: rgb(217, 0, 27)"
             @click="handleRemove(scope.row.id)"
-            v-if="scope.row.dataResource === 0 && (scope.row.status == 0 || scope.row.status == 10)"
+            v-if="scope.row.status == 0 || scope.row.status == 10"
             v-db-click
             >删除</el-button
           >