mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-16 08:38:48 +00:00
更新用户列表
This commit is contained in:
parent
5b016fe92c
commit
fff62f8333
@ -35,6 +35,7 @@
|
|||||||
@click="toMove()"
|
@click="toMove()"
|
||||||
>转移</el-button
|
>转移</el-button
|
||||||
>
|
>
|
||||||
|
<cl-flex1></cl-flex1>
|
||||||
<cl-search-key></cl-search-key>
|
<cl-search-key></cl-search-key>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
@ -109,12 +110,12 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { computed, inject, reactive, ref, watch } from "vue";
|
import { computed, defineComponent, inject, reactive, ref, watch } from "vue";
|
||||||
import { useStore } from "vuex";
|
import { useStore } from "vuex";
|
||||||
import { useRefs } from "@/core";
|
import { useRefs } from "@/core";
|
||||||
import { Table, Upsert } from "@/crud/types";
|
import { Table, Upsert } from "@/crud/types";
|
||||||
|
|
||||||
export default {
|
export default defineComponent({
|
||||||
name: "sys-user",
|
name: "sys-user",
|
||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
@ -510,7 +511,7 @@ export default {
|
|||||||
toMove
|
toMove
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user