flat: 备注

This commit is contained in:
Apcallover
2024-05-09 19:30:46 +08:00
parent ae3a4f3a96
commit da1a63a819
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
<template>
<view class="app_container">
<view>驳回原因
<view class="textd">{{info.reviewMsg}}</view>
</view>
<view v-if="jobType === 0">
<TaskVue :company="info"></TaskVue>
</view>
@@ -72,4 +75,10 @@
.app_container {
padding: 24rpx;
}
.textd {
color: #666666;
font-size: 30rpx;
margin-bottom: 20rpx;
}
</style>