一期生产管理

This commit is contained in:
2024-07-16 14:40:28 +08:00
parent 914e48265b
commit c900c134d7
5 changed files with 25 additions and 5 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">
@@ -77,6 +78,7 @@
},
data() {
return {
title: '',
val1: '',
val2: '',
options: [],
@@ -94,6 +96,9 @@
pageSize: 10
};
},
onLoad (options) {
this.title = options.title
},
created () {
this._queryRawFoil()
this._queryProductArea()