mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-11 21:12:50 +00:00
调整命名
This commit is contained in:
parent
fcad85920c
commit
2e8db6926c
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="select-user__inner">
|
||||
<div class="user-select__inner">
|
||||
<template v-if="multiple">
|
||||
<div class="btns">
|
||||
<el-button type="success" @click="open">添加</el-button>
|
||||
@ -93,7 +93,7 @@
|
||||
</cl-dialog>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup name="select-user">
|
||||
<script lang="ts" setup name="user-select">
|
||||
import { useCrud, useForm, useTable } from "@cool-vue/crud";
|
||||
import { useCool } from "/@/cool";
|
||||
import { type PropType, computed, nextTick, reactive, ref, watch } from "vue";
|
||||
@ -336,7 +336,7 @@ defineExpose({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.select-user__inner {
|
||||
.user-select__inner {
|
||||
.btns {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user