This commit is contained in:
蔡玲
2025-01-06 08:46:33 +08:00
parent ed15348e58
commit 02e7bad05f
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="zd_container">
<!-- <nav-bar title="分切下料"></nav-bar> -->
<!-- <nav-bar title="分切上轴2"></nav-bar> -->
<nav-bar :title="title"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
@@ -16,7 +16,7 @@
<uni-data-select v-model="index" :localdata="options" @change="selectChange"></uni-data-select>
</view>
</view>
<view class="msg_item">提示{{obj.message}}</view>
<view class="msg_item">提示{{obj.tip}}</view>
</view>
</view>
<view class="zd-row submitbar">
@@ -47,7 +47,7 @@
index: '',
options2: [],
index2: '',
obj: {message: '-'}
obj: {tip: '-'}
};
},
onLoad (options) {
@@ -79,7 +79,7 @@
if (e) {
this._doUpShaftToSlitterByDeviceTip()
} else {
this.obj = {message: '-'}
this.obj = {tip: '-'}
}
},
toSure () {
@@ -106,7 +106,7 @@
this.index = ''
this.index2 = ''
this.options = []
this.obj = {message: '-'}
this.obj = {tip: '-'}
},
async _doUpShaftToSlitterByDeviceTip () {
try {