@@ -265,18 +265,18 @@
>删除</el-button>
<el-button
size="mini"
- type="primary"
+ type="danger"
v-throttle='2000'
v-show="scope.row.status==0"
@click="hideMD(scope.row)"
- >隐藏</el-button>
+ >已隐藏</el-button>
type="primary"
v-show="scope.row.status==1"
- >激活</el-button>
+ >已激活</el-button>
</template>
</el-table-column>
</el-table>
@@ -1713,7 +1713,7 @@ export default {
if (res.code == 200) {
this.$message({
type: 'success',
- message: '隐藏成功'
+ message: '操作成功'
})
}
return res.code