fix:禅道054

This commit is contained in:
shijing 2025-08-05 16:27:43 +08:00
parent 6c2271a59d
commit cbdd8c6ed3
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
width="300"
>
<template #default="scope">
<div v-if="scope.row.assemb.length > 0">
<div v-if="scope.row.assemb!==null&&scope.row.assemb.length > 0">
<div
v-for="item in scope.row.assemb"
:key="item.id"