|
|
@@ -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("保存成功");
|