Commit 440f4248 authored by 黄卓's avatar 黄卓

重泡货配置管理状态,列表文案

parent 1ae7ddb9
......@@ -185,7 +185,6 @@ export default {
},
methods: {
handleStatusChange(row){
console.log(row)
let text = row.status === CommonStatusEnum.ENABLE ? "启用" : "停用";
this.$modal.confirm('确认要' + text + '吗?').then(function() {
return updateZhongPao({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment