更新
This commit is contained in:
父節點
ff86a539b5
當前提交
684042d8f4
@ -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>
|
||||
|
載入中…
新增問題並參考
Block a user