From 9ff778ee0ac47eb9219d838b1107ab5ce7628bc4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E7=BF=94=E5=AE=87-=E6=97=85=E7=AE=A1=E5=AE=B6?=
<153298343@qq.com>
Date: Wed, 7 Sep 2022 14:41:14 +0800
Subject: [PATCH] up
---
.../contract/components/editorContract.vue | 975 ++++++++++--------
src/views/contract/contractList.vue | 2 +-
2 files changed, 550 insertions(+), 427 deletions(-)
diff --git a/src/views/contract/components/editorContract.vue b/src/views/contract/components/editorContract.vue
index 67022c9..9ac7cae 100644
--- a/src/views/contract/components/editorContract.vue
+++ b/src/views/contract/components/editorContract.vue
@@ -1,427 +1,550 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- *是否为预算内确定项目
-
-
-
-
-
-
-
-
-
- *关联预算计划
-
-
-
-
-
- {{item.label}}
-
-
-
- 请选择关联计划
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/contract/contractList.vue b/src/views/contract/contractList.vue
index 61767b1..fabdb66 100644
--- a/src/views/contract/contractList.vue
+++ b/src/views/contract/contractList.vue
@@ -384,7 +384,7 @@ export default {
table: [
{
label: "项目名称",
- width: 150,
+ width: 380,
prop: 'name',
fixed: 'left',
align: 'left'