【功能完善】IOT: 物模型文本数据类型组件完善

pull/620/head
puhui999 2024-12-14 23:15:00 +08:00
parent c7d9a7fe52
commit 23ef9f68ea
1 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,12 @@
</div>
</template>
</el-form-item>
<!-- 文本型配置 -->
<el-form-item label="数据长度" prop="text" v-if="formData.dataType === DataSpecsDataType.TEXT">
<el-input v-model="formData.length" class="w-255px!" placeholder="请输入文本字节长度">
<template #append>字节</template>
</el-input>
</el-form-item>
</template>
<script lang="ts" setup>