瀏覽代碼

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

lxf 1 年之前
父節點
當前提交
bf97bd3311
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
           >