Browse Source

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

lxf 1 year ago
parent
commit
bf97bd3311
1 changed files with 1 additions and 1 deletions
  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
           >