群组显示修改
This commit is contained in:
parent
a33112e76e
commit
5818568014
@ -12,7 +12,7 @@
|
||||
@click="goPage(group_options?.find(i => i.value == citem)?.url)"
|
||||
v-for="(citem, index) in JSON.parse(item.group_ids)" :key="index">
|
||||
{{
|
||||
`${group_options?.find(i => i.value == citem)?.label}@${group_options?.find(i => i.value
|
||||
`${group_options?.find(i => i.value
|
||||
== citem)?.url}`
|
||||
}}
|
||||
</van-tag>
|
||||
@ -20,7 +20,7 @@
|
||||
<div>频率:{{ item.times }}小时一次</div>
|
||||
<div>周期:{{ item.cycle }}天</div>
|
||||
<div>utsd金额:{{ item.price }}</div>
|
||||
<div>创建时间:{{ item.created_at }}</div>
|
||||
<!-- <div>创建时间:{{ item.created_at }}</div> -->
|
||||
|
||||
</div>
|
||||
</van-list>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<van-tag plain type="primary" style="margin-right: 4px;"
|
||||
@click="goPage(group_options?.find(i => i.value == citem)?.url)"
|
||||
v-for="(citem, index) in JSON.parse(item.temp_groups)" :key="index">
|
||||
{{`${group_options?.find(i => i.value == citem)?.label}@${group_options?.find(i => i.value
|
||||
{{`${group_options?.find(i => i.value
|
||||
== citem)?.url}`}}
|
||||
</van-tag>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user