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
@@ -75,7 +75,7 @@
</div>
<div class="table-operator">
<div @click="initiatingProcessClick" v-has="'regulatoryComments:initiationProcess'" class="operator-text">
<a-icon type="apartment"/>
<a-icon type="solution"/>
{{$t('initiatingProcess')}}
</div>
<div @click="BatchDelete"
@@ -110,7 +110,7 @@
</div>
<div class="content-box-button-right">
<div class="content-box-button-text" @click="forwardClick(item)">
<a-icon type="logout"/>
<a-icon type="share-alt"/>
{{$t('share')}}
</div>
<div class="content-box-button-text">
@@ -54,7 +54,7 @@
</div>
<div class="content-box-button-right">
<div class="content-box-button-text" @click="forwardClick(queryForm)">
<a-icon type="logout"/>
<a-icon type="share-alt"/>
{{$t('share')}}
</div>
<div class="content-box-button-text">
@@ -47,13 +47,13 @@
<div @click="monthlyTitleTemplateClick"
v-has="'monthlyReportFilling:titleTemplate'"
class="operator-text">
<a-icon type="apartment"/>
<a-icon type="calendar"/>
{{$t('monthlyTitleTemplate')}}
</div>
<div @click="monthlyIntegrationAndExportClick"
v-has="'monthlyReportFilling:integratedExport'"
class="operator-text">
<a-icon type="import"/>
<a-icon type="export" :rotate="-90"/>
{{$t('monthlyIntegrationAndExport')}}
</div>
<div @click="addContentClick"
@@ -10,7 +10,7 @@
</div>
<div class="doc-detail-right">
<div @click="CurrentStandard" class="operator-text-text" :title="$t('initiateSupplementaryProcess')">
<a-icon type="profile"/>
<a-icon type="solution"/>
{{$t('initiateSupplementaryProcess')}}
</div>
<div @click="endProcessClick"
@@ -78,7 +78,7 @@
<div @click="initiatingProcessClick"
v-has="'regulatoryAndTechnicalAssessment:initiationProcess'"
class="operator-text">
<a-icon type="apartment"/>
<a-icon type="solution"/>
{{$t('initiatingProcess')}}
</div>
<div @click="BatchDelete"
@@ -17,7 +17,7 @@
{{$t('exportWithFile')}}
</div>
<div @click="handleCompare" class="operator-text" v-has="'document:pullMessage'">
<a-icon type="rocket" :rotate="45"/>
<a-icon type="share-alt"/>
{{$t('share')}}
</div>
<div @click="handleModule" class="operator-text" v-has="'document:exportTemplate'">
@@ -7,11 +7,11 @@
</div>
<div class="table-operator">
<div class="operator-text" @click="handleUpload" v-has="'ocr:ocrRestful:addOcrRecord'">
<a-icon type="plus" />
<a-icon type="cloud-upload" />
{{ $t('upload1') }}
</div>
<div class="operator-text" @click="handleFileExport" v-has="'document:ocrPageInfo'">
<a-icon type="export" />
<a-icon type="database" />
{{ $t('RetrieveFiles') }}
</div>
<div class="operator-text" @click="handleDel" v-has="'ocr:ocrRecord:deleteBatch'">
@@ -10,7 +10,7 @@
{{ $t('SplitText') }}
</div>
<div class="operator-text" @click="handleExport" v-has="'split:sarFileSplitInfo:splitResult'">
<a-icon type="export"/>
<a-icon type="import" :rotate="-90"/>
{{ $t('ImportResults') }}
</div>
<div class="operator-text" @click="handleDel" v-has="'split:sarFileSplitInfo:deleteBatch'">
@@ -46,7 +46,7 @@
{{$t('newlyAdded')}}
</div>
<div class="operator-text" @click="handleShow" v-if="key=='1'">
<a-icon type="rocket" :rotate="45"/>
<a-icon type="unordered-list"/>
{{$t('ExhibitionAreaManagement')}}
</div>
<div class="operator-text" @click="batDelete" v-has="'tag:logicDeleteBatch'">
@@ -30,7 +30,7 @@
</div>
<div @click="exportComparisonReportClick" class="operator-text-text"
:title="$t('exportComparisonReport')">
<a-icon type="export"/>
<a-icon type="export" :rotate="-90"/>
{{$t('exportComparisonReport')}}
</div>
<div @click="commentClick" class="operator-text-text"
@@ -43,7 +43,7 @@
</div>
<div class="table-operator">
<div @click="initiatingProcessClick" v-has="'documentComparison:Initiate'" class="operator-text">
<a-icon type="apartment"/>
<a-icon type="block"/>
{{$t('initiateComparison')}}
</div>
<div @click="BatchDelete" v-has="'documentComparison:batchDelete'" class="operator-text">
+1 -1
View File
@@ -110,7 +110,7 @@
<div class="operator-text"
v-has="'externalReport:upload'"
@click="handleuploadFile()" v-if='authmanage'>
<a-icon type="import"/>
<a-icon type="cloud-upload"/>
{{ $t('UploadFile') }}
</div>
<div class="operator-text"
@@ -87,11 +87,11 @@
{{$t('preservation')}}
</div>
<div @click="ConventionalExport" class="operator-text" v-has="'report:detail:export:normal'">
<a-icon type="download"/>
<a-icon type="export" :rotate="-90"/>
{{$t('ConventionalExport')}}
</div>
<div @click="CustomExport" class="operator-text" v-has="'report:detail:export:custom'">
<a-icon type="download"/>
<a-icon type="export" :rotate="-90"/>
{{$t('CustomExport')}}
</div>
</div>
@@ -4,7 +4,7 @@
<div class="content">
<div class="table-operator">
<div @click="handleAdd" class="operator-text">
<a-icon type="delete"/>
<a-icon type="plus"/>
{{$t('add')}}
</div>
</div>
@@ -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>
@@ -27,7 +27,7 @@
{{$t('addDetailList')}}
</div>
<div @click="handleModule" class="operator-text" v-has="'params:manifest:change'">
<a-icon type="bulb"/>
<a-icon type="file-sync"/>
{{$t('changeExtension')}}
</div>
<div @click="handleCody" class="operator-text" v-has="'params:manifest:copy'">
@@ -68,7 +68,7 @@
<div class="operator-text"
v-has="'complianceKanban:export'"
@click="deriveconformanceresults()">
<a-icon type="solution"/>
<a-icon type="export" :rotate="-90"/>
{{ $t('Deriveconformanceresults') }}
</div>
</div>
@@ -10,8 +10,8 @@
<div class="table-operator">
<div @click="handleCompare" v-has="'regulatoryEarlyWarning:push'"
class="operator-text">
<a-icon type="rocket" :rotate="45"/>
{{$t('Push')}}
<a-icon type="share-alt"/>
{{$t('share')}}
</div>
<div @click="handleExport"
v-has="'regulatoryEarlyWarning:export'"
@@ -79,7 +79,7 @@
<div class="table-operator" style="margin-bottom: 8px">
<div @click="taskConfirmationHandlingClick"
class="operator-text">
<a-icon type="apartment"/>
<a-icon type="form"/>
{{$t('taskConfirmationHandling')}}
</div>
</div>
@@ -33,7 +33,7 @@
<div class="table-operator" style="margin-bottom: 16px">
<div @click="batchProcessingClick"
class="operator-text">
<a-icon type="apartment"/>
<a-icon type="form"/>
{{$t('batchProcessing')}}
</div>
</div>