BUG 29716
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|   <section class="hrList"> | ||||
|     <ai-list> | ||||
|       <ai-title slot="title" title="监测对象" isShowBottomBorder isShowArea v-model="search.areaId" :instance="instance" | ||||
|                 @change="page.current=1,getTableData()"> | ||||
|                 @change="page.current=1,getTableData()" :hideLevel="hideLevel"> | ||||
|         <template #rightBtn> | ||||
|           <el-button type="primary" icon="iconfont iconSetting" @click="dialog=true" v-if="$permissions('app_apppreventionreturntopovertyalarmconfig_edit')"> | ||||
|             预警规则 | ||||
| @@ -97,6 +97,9 @@ export default { | ||||
|         {label: "档案状态", prop: "status", dict: "fpPrtpStatus", align: "center"}, | ||||
|         {slot: "options"} | ||||
|       ] | ||||
|     }, | ||||
|     hideLevel() { | ||||
|       return this.user.info.areaList?.length - 1 | ||||
|     } | ||||
|   }, | ||||
|   data() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user