更新
This commit is contained in:
parent
ff86a539b5
commit
684042d8f4
@ -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…
Reference in New Issue
Block a user