UI界面变更-图标样式

This commit is contained in:
刘彦泽
2022-12-20 13:24:19 +08:00
parent 1cad957ecc
commit 64f41aaab4
21 changed files with 31 additions and 31 deletions
@@ -131,7 +131,7 @@
<!-- </div>-->
<!-- 导出-->
<div @click="handleExport" class="operator-text-title" v-if='currentPersonRole == "homo"'>
<a-icon type="export"/>
<a-icon type="export" :rotate="-90"/>
{{$t('dataExport')}}
</div>
<!-- 一键下发收集 -->
@@ -141,12 +141,12 @@
</div>
<!-- 冻结配置-->
<div @click="freezeConfiguration" class="operator-text-title" v-if='currentPersonRole == "homo"'>
<a-icon type="solution"/>
<a-icon type="lock"/>
{{$t('FreezeConfiguration')}}
</div>
<!-- 同步上报库 -->
<div @click="handleSynchronousReportLibraryJurisdiction" class="operator-text-title" v-if='currentPersonRole == "homo"'>
<a-icon type="setting"/>
<a-icon type="sync"/>
{{$t('SynchronousReportLibrary')}}
</div>
<!-- 截止时间-->
@@ -160,11 +160,11 @@
{{$t('BatchDelete')}}
</div>
<div @click="bringInTheProjectInterfaceClick" class="operator-text-title" v-if='currentPersonRole == "homo"'>
<a-icon type="profile"/>
<a-icon type="user"/>
{{$t('bringInTheProjectInterface')}}
</div>
<div @click="AdjustareasofresponsibilityClick" class="operator-text-title" v-if='currentPersonRole == "homo"'>
<a-icon type="solution"/>
<a-icon type="setting"/>
{{$t('Adjustareasofresponsibility')}}
</div>
</template>
@@ -207,7 +207,7 @@
<!-- 退回-->
<div @click="returnDataJurisdiction" class="operator-text"
v-if='currentPersonRole == "sdt" || currentPersonRole == "homo" || currentPersonRole == "dre"'>
<a-icon type="delete"/>
<a-icon type="rollback"/>
{{$t('sendBack')}}
</div>
<!-- 导入-->
@@ -223,7 +223,7 @@
<!-- 强制撤回-->
<div @click="compulsoryWithdrawaljurisdiction" class="operator-text"
v-if='currentPersonRole == "homo" || currentPersonRole == "sdt"'>
<a-icon type="delete"/>
<a-icon type="undo":rotate="90"/>
{{$t('CompulsoryWithdrawal')}}
</div>