联调 模版下载 批量导入功能 修改云效bug

This commit is contained in:
GGJ
2024-06-24 16:38:59 +08:00
parent d61db37512
commit 1487f5ceea
9 changed files with 187 additions and 100 deletions

View File

@@ -24,7 +24,7 @@
<template #operation>
<el-button icon="el-icon-Plus" type="primary" @click="addFormModel">新增</el-button>
<el-button icon="el-icon-Download" type="primary" @click="exportExcelTemplate">模板下载</el-button>
<el-button icon="el-icon-Download" type="primary" @click="importUserData">批量导入</el-button>
<el-button icon="el-icon-Upload" type="primary" @click="importUserData">批量导入</el-button>
</template>
</TableHeader>
<Table ref="tableRef" />
@@ -181,7 +181,7 @@ const getUserTypeName = (userType: any) => {
return '扩建电网工程'
}
if (userType === 2) {
return ' '
return '新建非线性负荷用户'
}
if (userType === 3) {
return '扩建非线性负荷用户'