แก้ดัก
This commit is contained in:
parent
818b167b8d
commit
6dae00e87f
3 changed files with 40 additions and 7 deletions
|
|
@ -741,19 +741,17 @@ watch(
|
|||
>
|
||||
<div
|
||||
:class="`row border_bottom q-py-xs ${
|
||||
items.id == 1 || items.id == 25
|
||||
? 'bg-grey-3'
|
||||
: items.id == 2 || items.id == 14 || items.id == 26
|
||||
items.subId !== 0
|
||||
? ''
|
||||
: checkValue.some((i) => i.subId === items.id)
|
||||
? 'bg-grey-2'
|
||||
: ''
|
||||
: 'bg-grey-3'
|
||||
}`"
|
||||
:style="index == 0 ? 'border-top: 1px solid #d8d8d8;' : ''"
|
||||
>
|
||||
<div class="col-1 text-center">
|
||||
<q-checkbox
|
||||
v-if="
|
||||
items.id !== 2 && items.id !== 14 && items.id !== 26
|
||||
"
|
||||
v-if="items.status_select == 1"
|
||||
v-model="items.value"
|
||||
dense
|
||||
:true-value="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue