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

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