zyy 2 недель назад
Родитель
Сommit
3029f71173
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/crm/components/AiTagPanel.vue

+ 2 - 2
src/views/crm/components/AiTagPanel.vue

@@ -16,7 +16,7 @@
           <div class="info-item">
             <span class="info-label">
               {{ tag.propertyName }}
-              <el-button type="text" icon="el-icon-delete" size="mini" @click="handleDeleteTag(tag)" style="color: #f56c6c; margin-left: 4px;"></el-button>
+              <el-button v-hasPermi="['crm:customerProperty:delete']" type="text" icon="el-icon-delete" size="mini" @click="handleDeleteTag(tag)" style="color: #f56c6c; margin-left: 4px;"></el-button>
             </span>
             <span class="info-value">
               <el-tag
@@ -316,7 +316,7 @@ export default {
             likeRatio: this.form.likeRatio,
             remark: this.form.remark
           };
-          
+
           addOrUpdate(requestData).then(response => {
             if (response.code === 200) {
               this.$message.success("保存成功");