fix:禅道054
This commit is contained in:
parent
6c2271a59d
commit
cbdd8c6ed3
|
|
@ -102,7 +102,7 @@
|
||||||
width="300"
|
width="300"
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<div v-if="scope.row.assemb.length > 0">
|
<div v-if="scope.row.assemb!==null&&scope.row.assemb.length > 0">
|
||||||
<div
|
<div
|
||||||
v-for="item in scope.row.assemb"
|
v-for="item in scope.row.assemb"
|
||||||
:key="item.id"
|
:key="item.id"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue