From 60d0fc6639903a606274a07dbad8205a804456d0 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 25 九月 2024 16:11:10 +0800
Subject: [PATCH] #
---
pages/mat/matSelected.vue | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/pages/mat/matSelected.vue b/pages/mat/matSelected.vue
index 8f6d132..8080a69 100644
--- a/pages/mat/matSelected.vue
+++ b/pages/mat/matSelected.vue
@@ -17,7 +17,7 @@
<view class="form-item-desc"><text>鎵瑰彿</text></view>
<view class="form-item-content">
<view class="form-input">
- <input type="text" v-model="mat.batch">
+ <input type="text" v-model="mat.model">
</view>
</view>
</view>
@@ -44,7 +44,7 @@
maktx: null,
specs: null,
batch: null,
- anfme: 0,
+ anfme: 1,
},
baseIP:'',
basePORT:'',
@@ -62,7 +62,7 @@
// 鐩戝惉acceptDataFromOpenerPage浜嬩欢锛岃幏鍙栦笂涓�椤甸潰閫氳繃eventChannel浼犻�佸埌褰撳墠椤甸潰鐨勬暟鎹�
eventChannel.on('mat', function(data) {
that.mat = data.data
- that.mat.anfme = 0
+ that.mat.anfme = 1
})
@@ -78,7 +78,6 @@
this.mat.anfme = value
},
back() {
- console.log(this.mat);
if (this.mat.anfme === 0) {
uni.showToast({title: '璇疯緭鍏ユ暟閲�', icon: "none", position: 'top'});
return;
@@ -102,8 +101,8 @@
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.2) ;
}
.form-item {
- height: 100rpx;
- line-height: 100rpx;
+ min-height: 100rpx;
+ /* line-height: 100rpx; */
border-bottom: 1px solid #DCDFE6;
margin-left: 40rpx;
display: flex;
--
Gitblit v1.9.1