|
@@ -171,14 +171,14 @@
|
|
|
<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
|
|
|
+ <!-- <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>
|