lxf 1 yıl önce
ebeveyn
işleme
8fce329f12

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

@@ -171,14 +171,6 @@
           <el-button type="text" @click="handleChangeOrder(scope.row.id)" v-if="scope.row.status === 0" v-db-click>编辑</el-button>
           <el-button type="text" v-if="scope.row.status == '30'" @click="handleAfterSales(scope.row)" v-db-click>售后</el-button>
           <el-button type="text" style="color: rgb(217, 0, 27)" @click="handleRemove(scope.row.id)" v-if="scope.row.status == 10" v-db-click>删除</el-button>
-          <!-- <el-button
-            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-db-click
-            >删除</el-button
-          > -->
         </template>
       </el-table-column>
     </el-table>