parent
87003da2d1
commit
10542eabc4
|
@ -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.TYPE_NAME : item.NAME"
|
||||
:name="type === 'assignments' ? item.TYPE_NAME : item.NAME">
|
||||
:label="type === 'assignments' ? item.ID : item.NAME"
|
||||
:name="type === 'assignments' ? item.ID : item.NAME">
|
||||
</u-checkbox>
|
||||
</u-checkbox-group>
|
||||
<view class="button_group_placeholder"></view>
|
||||
|
|
Loading…
Reference in New Issue