feat: use unplugin-vue-define-options add setup name

This commit is contained in:
xiaoxian521
2022-05-21 12:29:54 +08:00
parent dca722cb29
commit 747e2b9c1c
93 changed files with 2387 additions and 4420 deletions

View File

@@ -1,9 +1,3 @@
<script lang="ts">
export default {
name: "dept"
};
</script>
<script setup lang="ts">
import dayjs from "dayjs";
import { handleTree } from "/@/utils/tree";
@@ -13,6 +7,10 @@ import { reactive, ref, onMounted } from "vue";
import { EpTableProBar } from "/@/components/ReTable";
import { useRenderIcon } from "/@/components/ReIcon/src/hooks";
defineOptions({
name: "Dept"
});
const form = reactive({
user: "",
status: ""