Browse Source

更新

master
朱文强 1 year ago
parent
commit
684042d8f4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/views/process-inspection/query-form.vue

+ 3
- 3
src/views/process-inspection/query-form.vue View File

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


Loading…
Cancel
Save