[update] 控件细节

This commit is contained in:
zhaomeijing
2022-06-14 15:47:49 +08:00
parent 464f705fd4
commit dedf41413a
2 changed files with 8 additions and 7 deletions
@@ -492,6 +492,7 @@ export default {
this.title = '新增'
this.formInline = {}
this.formInline.isMust = '0'
this.formInline = {...this.formInline}
this.contentListed = [] // 防止编辑数据带出
this.contentList = []
},
@@ -70,35 +70,35 @@
<!-- // R&H Manager manager-->
<!-- // 系统管理员 admin-->
<!-- // 游客 guest-->
<a-popconfirm overlayClassName='popconfirm' placement="bottomRight">
<a-popconfirm overlayClassName='popconfirm' placement="bottomRight" v-if='currentPersonRole == "homo"'>
<template slot="title" id="popconfirm">
<!-- 添加-->
<div @click="handleAdd" class="operator-text-title" v-if='currentPersonRole == "homo"'>
<div @click="handleAdd" class="operator-text-title">
<a-icon type="plus"/>
{{$t('addTo')}}
</div>
<!-- 下发收集 -->
<div @click="distributionAndCollectionJurisdiction" class="operator-text-title" v-if='currentPersonRole == "homo"'>
<div @click="distributionAndCollectionJurisdiction" class="operator-text-title">
<a-icon type="solution"/>
{{$t('distributionAndCollection')}}
</div>
<!-- 冻结配置-->
<div @click="freezeConfiguration" class="operator-text-title" v-if='currentPersonRole == "homo"'>
<div @click="freezeConfiguration" class="operator-text-title">
<a-icon type="solution"/>
{{$t('FreezeConfiguration')}}
</div>
<!-- 同步上报库 -->
<div @click="handleSynchronousReportLibraryJurisdiction" class="operator-text-title" v-if='currentPersonRole == "homo"'>
<div @click="handleSynchronousReportLibraryJurisdiction" class="operator-text-title">
<a-icon type="setting"/>
{{$t('SynchronousReportLibrary')}}
</div>
<!-- 截止时间-->
<div @click="TaskCutOffTimeLibrary" class="operator-text-title" v-if='currentPersonRole == "homo" '>
<div @click="TaskCutOffTimeLibrary" class="operator-text-title">
<a-icon type="bulb"/>
{{$t('TaskCutOffTime')}}
</div>
<!-- 批量删除-->
<div @click="handleDelJurisdiction" class="operator-text-title" v-if='currentPersonRole == "homo"'>
<div @click="handleDelJurisdiction" class="operator-text-title">
<a-icon type="delete"/>
{{$t('BatchDelete')}}
</div>