添加 终端周期检测 页面

This commit is contained in:
GGJ
2024-06-13 18:41:01 +08:00
parent 2c66e096e7
commit f15f529842
6 changed files with 540 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
<!-- tag -->
<div v-if="field.render == 'tag' && fieldValue !== ''">
<el-tag :type="getTagType(fieldValue, field.custom)" size="small">
<el-tag :type="getTagType(fieldValue, field.custom) || 'primary'" size="small">
{{ field.replaceValue ? field.replaceValue[fieldValue] : fieldValue }}
</el-tag>
</div>