|
@ -83,7 +83,7 @@ |
|
|
<Icon icon="ep:download" /> |
|
|
<Icon icon="ep:download" /> |
|
|
{{ t('ts.下载模板') }} |
|
|
{{ t('ts.下载模板') }} |
|
|
</el-button> |
|
|
</el-button> |
|
|
<el-button type="primary" plain @click="downloadDifferenceData" v-if="active == 1"> |
|
|
<el-button type="primary" plain @click="downloadDifferenceData" v-if="active == 1 && error"> |
|
|
<Icon icon="ep:download" /> |
|
|
<Icon icon="ep:download" /> |
|
|
{{ t('ts.下载差异数据') }} |
|
|
{{ t('ts.下载差异数据') }} |
|
|
</el-button> |
|
|
</el-button> |
|
|