调整命名

This commit is contained in:
神仙都没用 2024-03-23 16:09:12 +08:00
parent fcad85920c
commit 2e8db6926c

View File

@ -1,5 +1,5 @@
<template> <template>
<div class="select-user__inner"> <div class="user-select__inner">
<template v-if="multiple"> <template v-if="multiple">
<div class="btns"> <div class="btns">
<el-button type="success" @click="open">添加</el-button> <el-button type="success" @click="open">添加</el-button>
@ -93,7 +93,7 @@
</cl-dialog> </cl-dialog>
</template> </template>
<script lang="ts" setup name="select-user"> <script lang="ts" setup name="user-select">
import { useCrud, useForm, useTable } from "@cool-vue/crud"; import { useCrud, useForm, useTable } from "@cool-vue/crud";
import { useCool } from "/@/cool"; import { useCool } from "/@/cool";
import { type PropType, computed, nextTick, reactive, ref, watch } from "vue"; import { type PropType, computed, nextTick, reactive, ref, watch } from "vue";
@ -336,7 +336,7 @@ defineExpose({
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.select-user__inner { .user-select__inner {
.btns { .btns {
margin-bottom: 10px; margin-bottom: 10px;
} }