Skip to content

Commit df63368

Browse files
perf: clear useless code
1 parent d3d20ac commit df63368

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

ui/src/views/application/index.vue

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@
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"
@@ -50,10 +38,6 @@
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>

0 commit comments

Comments
 (0)