数通互联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
543 B

<!--
@ 作者: 秦东
@ 时间: 2024-08-31 16:56:19
@ 备注: 性格测试结果
-->
<script lang='ts' setup>
import CharacterColor from "@/views/hr/archives/basicinformation/charactercolor.vue"; //性格色彩
import DiscTest from "@/views/hr/archives/basicinformation/discTest.vue"; //DISC测试结果
const props = defineProps({
tabsid: {
type: String,
default: "1",
},
usercont:{
type:Object,
default(){
return {}
}
}
});
</script>
<template>
<div>{{usercont}}</div>
</template>
<style lang='scss' scoped>
</style>