NEZ-884 fix: 修复 system reset 功能报错
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
</template>
|
||||
</template>
|
||||
<template v-else-if="label.type.toUpperCase() === assetConstants.labelTypeData.EMAIL">
|
||||
<input v-model="label.value[0]" size="small"></input>
|
||||
<input v-model="label.value[0]" size="small" />
|
||||
</template>
|
||||
</template>
|
||||
</el-form-item>
|
||||
|
||||
Reference in New Issue
Block a user