From 68e729c4798dcaee8ab66164b4863a91ee6a6952 Mon Sep 17 00:00:00 2001
From: yuanshun <1422672890@qq.com>
Date: Tue, 2 Jan 2024 20:17:01 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9ts?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/list/ContractList.vue | 108 +++++++++++++++++++++++++++
src/components/list/TaskList.vue | 2 +-
src/view/contract/index.vue | 23 ++++++
tsconfig.json | 2 +-
4 files changed, 133 insertions(+), 2 deletions(-)
diff --git a/src/components/list/ContractList.vue b/src/components/list/ContractList.vue
index e69de29..8f91538 100644
--- a/src/components/list/ContractList.vue
+++ b/src/components/list/ContractList.vue
@@ -0,0 +1,108 @@
+
+
+
+ -
+
移动端小程序前端开发前端工程师
+ 履约中
+
+
+ -
+
+ 北京驻场无忧科技有限公司
+
+ -
+
+ 技术服务
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/list/TaskList.vue b/src/components/list/TaskList.vue
index ec6bcaa..7d9c4cc 100644
--- a/src/components/list/TaskList.vue
+++ b/src/components/list/TaskList.vue
@@ -35,7 +35,7 @@
})
const router=useRouter()
const gotoDetail=(id:any)=>{
- router.push('/task/details/'+id)
+ router.push('/contract/details/'+id)
}
\ No newline at end of file
diff --git a/tsconfig.json b/tsconfig.json
index 735c300..122614f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -16,7 +16,7 @@
/* Linting */
"strict": true,
- "noUnusedLocals": true,
+ "noUnusedLocals": false,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"paths": {