Browse Source

115【版本规则】进行删除操作,界面弹出的文字信息需修改下,不是资质

chenping 1 year ago
parent
commit
c86b6b2e01
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/versionManage/index.vue

+ 1 - 1
src/views/versionManage/index.vue

@@ -318,7 +318,7 @@ export default {
     removeBatch() {
       if (!this.selection.length) return this.$message.error('请至少选择一条数据');
       if (this.selection.some(item => item.status == 1)) return this.$message.error('启用状态的规则不允许删除!请检查');
-      this.$confirm('确定要删除选中的资质吗?', '提示', {
+      this.$confirm('确定要删除选中的规则吗?', '提示', {
         type: 'warning'
       }).then(() => {
         const loading = this.$loading({lock: true});