mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 05:32:48 +00:00
调整命名
This commit is contained in:
parent
fcad85920c
commit
2e8db6926c
@ -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;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user