From a1dd32e5db9e352f63ffa0ba76fe3775e3103363 Mon Sep 17 00:00:00 2001 From: Your Name <123456> Date: 星期五, 26 八月 2022 09:58:48 +0800 Subject: [PATCH] 图标 --- src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue b/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue index a0836c4..0e4e53b 100644 --- a/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue +++ b/src/views/specialWorkSystem/workTicket/myJobApply/components/hoistLog.vue @@ -72,16 +72,12 @@ export default defineComponent({ name: 'space', components: {}, - props:{ - details: Object - }, - setup(props) { + props:['details'], + setup() { const userInfo = useUserInfo() const { userInfos } = storeToRefs(userInfo); - const details1 = props.details return { - Search, - details1 + Search }; }, }); -- Gitblit v1.9.2