Commit edf346e2 by xiaohai

我的标签删除提示文案修改

parent 764fe630
......@@ -316,7 +316,7 @@
*/
toDelTag(index,row) {
const that = this
that.$confirm('删除标签后,符合该标签值的会员对应标签值将同步删除。一旦删除将无法恢复,确认要删除吗?', '提示', {
that.$confirm('确认要删除此标签吗?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning'
......
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