Bladeren bron

更新

master
朱文强 1 jaar geleden
bovenliggende
commit
684042d8f4
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. +3
    -3
      src/views/process-inspection/query-form.vue

+ 3
- 3
src/views/process-inspection/query-form.vue Bestand weergeven

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2022-09-15 10:44:29
* @LastEditors: zwq
* @LastEditTime: 2023-06-27 16:03:40
* @LastEditTime: 2023-06-28 15:11:18
* @Description:
-->
<template>
@@ -149,7 +149,7 @@
</el-button>
<el-button v-if="showRaw" size="small" type="primary" @click="rawData()">
<svg class="icon-svg"><use xlink:href="#历史记录"></use></svg>
{{ $t('rawData')}}
{{ $t('module.basicData.rawData')}}
</el-button>
<el-button size="small" type="primary" @click="exportHandle()">
<svg class="icon-svg">
@@ -159,7 +159,7 @@
</el-button>
<el-button v-if="!groupTypeShow" size="small" type="primary" @click="showScheme()">
<svg class="icon-svg"><use xlink:href="#方案管理"></use></svg>
{{ $t('configurationAnalysisPlan')}}
{{ $t('module.basicData.configurationAnalysisPlan')}}
</el-button>
</el-form-item>
</el-col>


Laden…
Annuleren
Opslaan