feat:天平选择释放

This commit is contained in:
houjunxiang
2026-01-19 09:42:26 +08:00
parent feb4997a69
commit 9b0834f4c1
2 changed files with 5 additions and 4 deletions

View File

@@ -218,6 +218,7 @@ onMounted(() => {
})
onUnmounted(() => {
releaseDeviceControl(props.previousAuncelId)
closeDeviceListener()
})
function getWeightText(auncel) {
@@ -244,7 +245,7 @@ function getWeightStyle(auncel) {
return {
textAlign: 'right',
fontSize: '32px',
paddingRight:'20px',
paddingRight: '20px',
lineHeight: 1
}
}

View File

@@ -2,8 +2,8 @@
"name" : "实验室管理系统",
"appid" : "__UNI__4B3B4B0",
"description" : "实验室管理系统",
"versionName" : "1.0.7",
"versionCode" : 107,
"versionName" : "1.0.8",
"versionCode" : 108,
"transformPx" : false,
"app-plus" : {
"usingComponents" : true,