@@ -14,17 +14,6 @@ pipeline {
checkout scm
}
- stage('Install pnpm') {
- steps {
- sh 'npm install -g pnpm'
- }
- stage('Install Dependencies') {
- // 安装项目依赖
- sh 'pnpm install'
stage('Build') {
steps {
@@ -58,7 +58,7 @@ const handleUploadChange = async (file: File) => {
<p class="text-xs mt-2 text">根据提升信息完善表格内容</p>
<el-button class="mt-2">
<el-icon> <Download /> </el-icon
- ><a :href="backupUrl" download="指标导入模板.xlsx"
+ ><a :href="backupUrl" download="指标数据模板.xlsx"
>下载空的模板表格</a
>
</el-button>