1
0
forked from dyf/APP

修复7305标签未闭合问题

This commit is contained in:
liub
2025-10-27 13:00:34 +08:00
parent cf60414d76
commit bd56ca997b
3 changed files with 55 additions and 58 deletions

View File

@ -7,7 +7,7 @@
<script>
export default {
name: "textToDotMatrix",
name: "textToDotMatrixFor7305",
props: {
txts: {
type: Array,

View File

@ -2,7 +2,7 @@
"name" : "星汉物联",
"appid" : "__UNI__A21EF43",
"description" : "设备管控",
"versionName" : "1.0.5",
"versionName" : "1.0.6",
"versionCode" : "100",
"transformPx" : false,
/* 5+App */
@ -22,8 +22,7 @@
"Bluetooth" : {},
"Camera" : {},
"Geolocation" : {},
"Maps" : {},
"Record" : {}
"Maps" : {}
},
/* */
"distribute" : {

View File

@ -88,22 +88,20 @@
<view class="btnSend fright" v-on:click.stop="sendUsr">发送</view>
<view class="clear"></view>
<textToDotMatrixFor7305 class="TextToHex" ref="textToHex" :txts="formData.textLines"
:bgColor="'#FFFFFF'" :color="'#000000'" :fontSize="11" / </view>
:bgColor="'#FFFFFF'" :color="'#000000'" :fontSize="11" />
</view>
<view class="item">
<text class="lbl">单位</text>
<input class="value" v-model="formData.textLines[0]" placeholder="请输入单位"
placeholder-class="usrplace" />
<input class="value" v-model="formData.textLines[0]" placeholder="请输入单位" placeholder-class="usrplace" />
</view>
<view class="item">
<text class="lbl">部门</text>
<input class="value" v-model="formData.textLines[1]" placeholder="请输入姓名"
placeholder-class="usrplace" />
<input class="value" v-model="formData.textLines[1]" placeholder="请输入姓名" placeholder-class="usrplace" />
</view>
<view class="item">
<text class="lbl">姓名</text>
<input class="value" v-model="formData.textLines[2]" placeholder="请输入职位"
placeholder-class="usrplace" />
<input class="value" v-model="formData.textLines[2]" placeholder="请输入职位" placeholder-class="usrplace" />
</view>
</view>