This commit is contained in:
2024-07-16 15:43:00 +08:00
parent 5990a588dc
commit 01c4435276
13 changed files with 78 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
<template>
<view class="zd_container">
<nav-bar title="空载具入库"></nav-bar>
<!-- <nav-bar title="空载具入库"></nav-bar> -->
<nav-bar :title="title"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
<view class="filter_item">
@@ -45,6 +46,7 @@
},
data() {
return {
title: '',
val1: '',
options: [{value: '1', text: '小托盘'}, {value: '2', text: '大托盘'}],
index: '',
@@ -52,6 +54,9 @@
disabled: false
};
},
onLoad (options) {
this.title = options.title
},
methods: {
selectChange (e) {
this.index = e