空轴退回
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
<uni-data-select v-model="size2" :localdata="options1" @change="sizeChange2"></uni-data-select>
|
||||
</view>
|
||||
</view>
|
||||
<view class="msg_item">暂存A位:{{obj.a_point}}</view>
|
||||
<!-- <view class="msg_item">暂存A位:{{obj.a_point}}</view>
|
||||
<view class="msg_item">暂存B位:{{obj.b_point}}</view>
|
||||
<view class="msg_item">状态:{{obj.status}}</view>
|
||||
<view class="msg_item">状态:{{obj.status}}</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="zd-row submitbar">
|
||||
@@ -61,7 +61,7 @@
|
||||
options2: [],
|
||||
index2: '',
|
||||
obj: {a_point: '-', b_point: '-', status: '-'},
|
||||
options1: [{text: '3寸4代', value: '3-4'}, {text: '3寸5代', value: '3-5'}, {text: '6寸5代', value: '6-5'}],
|
||||
options1: [{text: '3寸4代', value: '3-4'}, {text: '3寸5代', value: '3-5'}, {text: '6寸4代', value: '6-4'}, {text: '6寸5代', value: '6-5'}],
|
||||
size1: '',
|
||||
size2: '',
|
||||
disabled: false
|
||||
|
||||
Reference in New Issue
Block a user