File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 33 <div class =" flex-between mb-16" >
44 <h4 >{{ $t('views.application.applicationList.title') }}</h4 >
55 <div class =" flex-between" >
6- <el-upload
7- :file-list =" []"
8- class =" flex-between mr-12"
9- action =" #"
10- multiple
11- :auto-upload =" false"
12- :show-file-list =" false"
13- :limit =" 1"
14- :on-change =" (file: any, fileList: any) => importApplication(file)"
15- >
16- <el-button >导入应用</el-button >
17- </el-upload >
186 <el-select
197 v-model =" selectUserId"
208 class =" mr-12"
5038 >
5139 <el-row :gutter =" 15" >
5240 <el-col :xs =" 24" :sm =" 12" :md =" 8" :lg =" 6" :xl =" 6" class =" mb-16" >
53- <!-- <CardAdd
54- :title="$t('views.application.applicationList.card.createApplication')"
55- @click="openCreateDialog"
56- /> -->
5741 <el-card shadow =" hover" class =" application-card-add" style =" --el-card-padding : 8px " >
5842 <div class =" card-add-button flex align-center cursor p-8" @click =" openCreateDialog" >
5943 <AppIcon iconName =" app-add-application" class =" mr-8" ></AppIcon >
You can’t perform that action at this time.
0 commit comments