fix: 修改设备功能length报错

This commit is contained in:
100011797 2023-06-01 14:37:40 +08:00
parent 6750e77872
commit 243966ad95
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<j-empty
v-if="!metadata || (metadata && !metadata.functions.length)"
v-if="!metadata || (metadata && !metadata.functions?.length)"
style="margin-top: 50px"
>
<template #description>