This commit is contained in:
thinkgem
2024-01-03 13:27:44 +08:00
parent 8a765082cf
commit f8cf61e02f
3 changed files with 6 additions and 4 deletions

View File

@@ -13,4 +13,5 @@
5.4.1 5.4.1
5.5.0 5.5.0
5.5.1 5.5.1
5.5.2 5.5.2
5.6.0

View File

@@ -21,4 +21,5 @@
5.4.1 5.4.1
5.5.0 5.5.0
5.5.1 5.5.1
5.5.2 5.5.2
5.6.0

View File

@@ -3,8 +3,8 @@
No deletion without permission, or be held responsible to law. --> No deletion without permission, or be held responsible to law. -->
<template> <template>
<name>vueSelect</name> <name>vueSelect</name>
<filePath>${frontDir}/src/components/ListSelect/src/selectType</filePath> <filePath>${frontDir}/src/views/${urlPrefix}</filePath>
<fileName>${className}Select.ts</fileName> <fileName>select.ts</fileName>
<content><![CDATA[ <content><![CDATA[
import { useI18n } from '/@/hooks/web/useI18n'; import { useI18n } from '/@/hooks/web/useI18n';
import { BasicColumn, BasicTableProps, FormProps } from '/@/components/Table'; import { BasicColumn, BasicTableProps, FormProps } from '/@/components/Table';