调整请假

This commit is contained in:
ywyonui 2025-07-08 20:32:24 +08:00
parent 3a7711b0f0
commit d73ad7d016
3 changed files with 13 additions and 39 deletions

View File

@ -123,16 +123,16 @@ const [register, { getValue, setValue }] = useForm({
],
},
},
// {
// field: "qjtp",
// label: "",
// component: "BasicUpload",
// required: true,
// itemProps: {
// labelPosition: "top",
// },
// componentProps: {},
// },
{
field: "qjtp",
label: "请假图片",
component: "BasicUpload",
required: true,
itemProps: {
labelPosition: "top",
},
componentProps: {},
},
],
});

View File

@ -4,7 +4,7 @@
<template v-slot="{ data, index }">
<view class="leave-card" @click="goToDetail(data)">
<view class="card-header">
<text class="applicant-name">{{ data.applicantName }}的请假申请</text>
<text class="applicant-name">{{ data.xsxm }}的请假申请</text>
</view>
<view class="card-body">
<view class="info-row">

View File

@ -1,6 +1,6 @@
<template>
<BasicLayout>
<view class="course-detail">
<view class="qj-detail">
<!-- 请假信息卡片 -->
<view class="info-card">
<view class="card-header">
@ -65,36 +65,10 @@ const qjData = computed(() => getData || {});
</script>
<style lang="scss" scoped>
.course-detail {
.qj-detail {
background-color: #f5f7fa;
}
.nav-bar {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px;
height: 44px;
background-color: #2879ff;
.nav-left {
width: 40px;
height: 40px;
display: flex;
align-items: center;
}
.nav-title {
font-size: 18px;
font-weight: 500;
color: #fff;
}
.nav-right {
width: 40px;
}
}
.info-card {
margin: 15px;
background-color: #fff;