Skip to content

Commit fff62f8

Browse files
committed
更新用户列表
1 parent 5b016fe commit fff62f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/cool/modules/base/views/user.vue

+4-3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
@click="toMove()"
3636
>转移</el-button
3737
>
38+
<cl-flex1></cl-flex1>
3839
<cl-search-key></cl-search-key>
3940
</el-row>
4041

@@ -109,12 +110,12 @@
109110
</template>
110111

111112
<script lang="ts">
112-
import { computed, inject, reactive, ref, watch } from "vue";
113+
import { computed, defineComponent, inject, reactive, ref, watch } from "vue";
113114
import { useStore } from "vuex";
114115
import { useRefs } from "@/core";
115116
import { Table, Upsert } from "@/crud/types";
116117
117-
export default {
118+
export default defineComponent({
118119
name: "sys-user",
119120
120121
setup() {
@@ -510,7 +511,7 @@ export default {
510511
toMove
511512
};
512513
}
513-
};
514+
});
514515
</script>
515516

516517
<style lang="scss" scoped>

0 commit comments

Comments
 (0)