家长附件上传
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<view class="empty-state" v-if="!loading && !hasData">
|
||||
<uni-icons type="empty" size="80" color="#c0c4cc"></uni-icons>
|
||||
<text class="empty-text">暂无外宿申请数据</text>
|
||||
<text class="empty-tip" v-if="roleGroup.includes('学生')">点击"外宿申请"按钮提交新申请</text>
|
||||
<text class="empty-tip" v-if="roleGroup.includes('学生')">点击右下角"+号"按钮提交新申请</text>
|
||||
</view>
|
||||
|
||||
<!-- 数据列表 -->
|
||||
@@ -112,6 +112,8 @@
|
||||
</view>
|
||||
</text>
|
||||
</view>
|
||||
<view class="info-item"><text class="label">宿费交纳:</text><text
|
||||
class="value">{{ getSafeValue(item, 'accommodationFee', '-') }}</text></view>
|
||||
</view>
|
||||
</uni-collapse-item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user