去除无用v-model 及修改日期格式
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
</uni-easyinput>
|
||||
<checkbox-group class="block" @change="checkboxChange">
|
||||
<view class="itemClass" v-for="(item, index) in dataList" :key="item.userId">
|
||||
<checkbox class='checkBoxClass' :value="item.userName"
|
||||
v-model="item.userName"></checkbox>
|
||||
<checkbox class='checkBoxClass' :value="item.userName"></checkbox>
|
||||
<view class="clientClass">
|
||||
<text class="blue-text">{{ item.userName }}</text>
|
||||
{{ " | " }}
|
||||
|
||||
Reference in New Issue
Block a user