|
@@ -49,7 +49,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="classify-cont" v-if="form.type==='classify'">
|
|
|
- <el-radio-group v-model="currentTab" @input="()=>{ currentSubTab='4';getClassifyList()}" style="margin-bottom:10px;">
|
|
|
+ <el-radio-group v-model="currentTab" @input="()=>{ currentSubTab='2';getClassifyList()}" style="margin-bottom:10px;">
|
|
|
<el-radio-button
|
|
|
v-for="item in tabs"
|
|
|
:key="item.key"
|
|
@@ -60,7 +60,7 @@
|
|
|
<el-tabs v-model="currentSubTab" @tab-click="getClassifyList" v-if="currentTab===6">
|
|
|
<el-tab-pane
|
|
|
:label="item.label"
|
|
|
- v-for="item in subTabs"
|
|
|
+ v-for="item in subTabs.filter(_ => _.key!==4)"
|
|
|
:key="item.key"
|
|
|
:name="String(item.key)"
|
|
|
></el-tab-pane>
|
|
@@ -132,12 +132,12 @@ export default {
|
|
|
},
|
|
|
|
|
|
currentTab: 3,
|
|
|
- currentSubTab: '4',
|
|
|
+ currentSubTab: '2',
|
|
|
classifyList: [],
|
|
|
- classifyTips: `注:1、支持加密分类关联部分用户;<br>
|
|
|
+ classifyTips: `注:1、最新设置的用户分类权限保存后,则会替换用户之前的分类权限设置;<br>
|
|
|
2、若模块分类中,子分类加密父分类不加密,则父分类展示但禁选。`,
|
|
|
classifyTipsEn: `
|
|
|
- Note:1. Supports encrypted categorization associated with certain users;<br>
|
|
|
+ Note:1. After saving the latest user category permissions settings, they will replace the user's previous category permissions settings;<br>
|
|
|
2. If in the module categorization, a subcategory is encrypted but its parent category is not, the parent category will be displayed but cannot be selected.`
|
|
|
}
|
|
|
},
|