From 1d18ff904468e4a864312bdcf6d7c6a7c0477721 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期五, 25 四月 2025 14:57:36 +0800
Subject: [PATCH] 项目提交

---
 pages/ToDoList/ToDoListDeils/ToDoListDeils.vue |   28 ++++++++++++++++++----------
 1 files changed, 18 insertions(+), 10 deletions(-)

diff --git a/pages/ToDoList/ToDoListDeils/ToDoListDeils.vue b/pages/ToDoList/ToDoListDeils/ToDoListDeils.vue
index 61bbb0f..5feaf0d 100644
--- a/pages/ToDoList/ToDoListDeils/ToDoListDeils.vue
+++ b/pages/ToDoList/ToDoListDeils/ToDoListDeils.vue
@@ -2,7 +2,7 @@
 	<view class="container">
 		<cu-custom :bgColor="NavBarColor" :isBack="true" backRouterName="productionTask">
 			<block slot="backText">杩斿洖</block>
-			<block slot="content">寰呭姙璇︽儏</block>
+			<block slot="content">璇︽儏</block>
 		</cu-custom>
 		<view class="container">
 
@@ -75,6 +75,12 @@
 					</view>
 				</view>
 				<view class="flex">
+					<view class="flex-sub text-light bg-white  padding-xs margin-xs radius">鏄惁鎶ヤ慨:</view>
+					<view class="flex-sub bg-white padding-xs     text-right margin-xs radius">
+						<uni-data-select :localdata="item.type"/>
+					</view>
+				</view>
+				<view class="flex">
 					<view class="flex-sub text-light bg-white padding-xs margin-xs radius">瀛愪繚鍏婚」:</view>
 					<view class="flex-sub bg-white padding-xs margin-xs radius text-right"
 						v-if="item.small!=null && item.small.length>10">
@@ -100,7 +106,7 @@
 				<view class="flex">
 					<view class="flex-sub text-light bg-white  padding-xs margin-xs radius">淇濆吇缁撴灉:</view>
 					<view class="flex-sub bg-white padding-xs     text-right margin-xs radius">
-						<uni-data-select :localdata="item.restle" :clear="true" />
+						<uni-data-select :localdata="item.restle" />
 
 					</view>
 				</view>
@@ -112,13 +118,7 @@
 					</view>
 				</view>
 
-				<view class="flex">
-					<view class="flex-sub text-light bg-white  padding-xs margin-xs radius">鏄惁鎶ヤ慨:</view>
-					<view class="flex-sub bg-white padding-xs     text-right margin-xs radius">
-						<uni-data-select :localdata="item.type" />
-
-					</view>
-				</view>
+				
 
 			</uni-card>
 
@@ -148,6 +148,15 @@
 						},
 						{
 							text: "寮傚父",
+							value: 1
+						}
+					],
+					type: [{
+							text: "鏄�",
+							value: 0
+						},
+						{	
+							text: "鍚�",
 							value: 1
 						}
 					]
@@ -275,7 +284,6 @@
 
 			/* 妫�绱� */
 			getSera(res) {
-				this.msgList = [];
 				if (keyword == 0) {
 					this.$http.get(this.url.stallList, {
 						params: {

--
Gitblit v1.9.3