|
|
@@ -26,7 +26,7 @@
|
|
|
<span @click="edit(index)" v-if="!editFlag[index]">编辑</span>
|
|
|
<span @click="submitEdit(index)" v-else>确定</span>
|
|
|
<span @click="showModal(index)">删除</span>
|
|
|
- <span @click="plate(index)" v-if="obj.platformName !=='其它'"
|
|
|
+ <span @click="plate(index)" v-if="obj.platformName !=='其它' && obj.platformName !== '其他'"
|
|
|
>平台版块></span
|
|
|
>
|
|
|
<span v-else class="nono">占位模块></span>
|
|
|
@@ -102,7 +102,7 @@ export default {
|
|
|
},
|
|
|
// 点击删除,展示模态框
|
|
|
showModal: function (i) {
|
|
|
- if (this.tableData[i].platformName !=='其它') {
|
|
|
+ if (this.tableData[i].platformName !=='其它' && this.tableData[i].platformName !=='其他') {
|
|
|
this.tipModalFlag = true;
|
|
|
} else {
|
|
|
this.deleteModalFlag = true;
|