调整请假
This commit is contained in:
parent
3a7711b0f0
commit
d73ad7d016
@ -123,16 +123,16 @@ const [register, { getValue, setValue }] = useForm({
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// field: "qjtp",
|
field: "qjtp",
|
||||||
// label: "请假图片",
|
label: "请假图片",
|
||||||
// component: "BasicUpload",
|
component: "BasicUpload",
|
||||||
// required: true,
|
required: true,
|
||||||
// itemProps: {
|
itemProps: {
|
||||||
// labelPosition: "top",
|
labelPosition: "top",
|
||||||
// },
|
},
|
||||||
// componentProps: {},
|
componentProps: {},
|
||||||
// },
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<template v-slot="{ data, index }">
|
<template v-slot="{ data, index }">
|
||||||
<view class="leave-card" @click="goToDetail(data)">
|
<view class="leave-card" @click="goToDetail(data)">
|
||||||
<view class="card-header">
|
<view class="card-header">
|
||||||
<text class="applicant-name">{{ data.applicantName }}的请假申请</text>
|
<text class="applicant-name">{{ data.xsxm }}的请假申请</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="card-body">
|
<view class="card-body">
|
||||||
<view class="info-row">
|
<view class="info-row">
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<BasicLayout>
|
<BasicLayout>
|
||||||
<view class="course-detail">
|
<view class="qj-detail">
|
||||||
<!-- 请假信息卡片 -->
|
<!-- 请假信息卡片 -->
|
||||||
<view class="info-card">
|
<view class="info-card">
|
||||||
<view class="card-header">
|
<view class="card-header">
|
||||||
@ -65,36 +65,10 @@ const qjData = computed(() => getData || {});
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.course-detail {
|
.qj-detail {
|
||||||
background-color: #f5f7fa;
|
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 {
|
.info-card {
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user