Compare commits

..

No commits in common. "35ffea70666ef6a19ecc5efe786910c386336f27" and "6739da17338a333413e81b5d3e304379304ede0e" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

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