【bug】

1. 关联其他作业票 不正确
zhy_new_1203
shanao 2024-12-04 18:26:11 +08:00
parent 87003da2d1
commit 10542eabc4
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
<view class="container"> <view class="container">
<u-checkbox-group v-model="selectValue" placement="column"> <u-checkbox-group v-model="selectValue" placement="column">
<u-checkbox :customStyle="{marginBottom: '8px'}" v-for="(item, index) in list" :key="index" <u-checkbox :customStyle="{marginBottom: '8px'}" v-for="(item, index) in list" :key="index"
:label="type === 'assignments' ? item.TYPE_NAME : item.NAME" :label="type === 'assignments' ? item.ID : item.NAME"
:name="type === 'assignments' ? item.TYPE_NAME : item.NAME"> :name="type === 'assignments' ? item.ID : item.NAME">
</u-checkbox> </u-checkbox>
</u-checkbox-group> </u-checkbox-group>
<view class="button_group_placeholder"></view> <view class="button_group_placeholder"></view>