update import icon
This commit is contained in:
@@ -45,6 +45,13 @@
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>${commons-io.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Fury serialize -->
|
||||
<dependency>
|
||||
<groupId>org.apache.fury</groupId>
|
||||
<artifactId>fury-core</artifactId>
|
||||
<version>${fury.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Jackson json -->
|
||||
<dependency>
|
||||
@@ -79,13 +86,6 @@
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>${snakeyaml.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Fury serialize -->
|
||||
<dependency>
|
||||
<groupId>org.apache.fury</groupId>
|
||||
<artifactId>fury-core</artifactId>
|
||||
<version>${fury.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Apache HTTP -->
|
||||
<dependency>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<Icon icon="i-ant-design:download-outlined" /> {{ t('导出') }}
|
||||
</a-button>
|
||||
<a-button type="default" @click="handleImport()">
|
||||
<Icon icon="i-ant-design:upload-outlined" /> {{ t('导入') }}
|
||||
<Icon icon="i-ant-design:import-outlined" /> {{ t('导入') }}
|
||||
</a-button>
|
||||
<% } %>
|
||||
<a-button type="primary" @click="handleForm({})" v-auth="'${permissionPrefix}:edit'">
|
||||
|
||||
@@ -21,15 +21,14 @@
|
||||
|
||||
<properties>
|
||||
|
||||
<!-- common tools version setting -->
|
||||
<!-- common version setting -->
|
||||
<commons-io.version>2.16.1</commons-io.version>
|
||||
<commons-text.version>1.12.0</commons-text.version>
|
||||
<commons-email.version>1.6.0</commons-email.version>
|
||||
|
||||
<fury.version>0.9.0</fury.version>
|
||||
<jackson-bom2.version>2.18.1</jackson-bom2.version>
|
||||
<fastjson.version>2.0.51</fastjson.version>
|
||||
|
||||
<fury.version>0.9.0</fury.version>
|
||||
<snakeyaml.version>2.2</snakeyaml.version>
|
||||
<glassfish-jaxb.version>2.3.9</glassfish-jaxb.version>
|
||||
<httpclient.version>4.5.14</httpclient.version>
|
||||
|
||||
Reference in New Issue
Block a user