@@ -86,7 +86,7 @@
{{ item.format(form[item.model]) }}
</template>
<template v-else>
- {{ form[item.model] }}
+ {{ form[item.model] || '暂无' }}