fix: 修改设备功能length报错
This commit is contained in:
parent
6750e77872
commit
243966ad95
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<j-empty
|
<j-empty
|
||||||
v-if="!metadata || (metadata && !metadata.functions.length)"
|
v-if="!metadata || (metadata && !metadata.functions?.length)"
|
||||||
style="margin-top: 50px"
|
style="margin-top: 50px"
|
||||||
>
|
>
|
||||||
<template #description>
|
<template #description>
|
||||||
|
|
Loading…
Reference in New Issue