From e6d87c69112df3afcc479258df6589ec0aa5df1e Mon Sep 17 00:00:00 2001
From: zhangdingyu <974548713@qq.com>
Date: Fri, 27 Sep 2019 17:48:39 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=90=88=E5=90=8C1900?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/styles/index.scss | 2 +-
.../ContractInformationManagement/index.vue | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/styles/index.scss b/src/styles/index.scss
index f21840f0..6af05507 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -197,7 +197,7 @@ el-card{
border-color: #ff9759;
}
}
-//登录页login输入框上串
+//登录页login输入框上串所以屏蔽
//.el-input__inner:focus {
// border: 1px solid #1b55a0!important;
// height: 29px;
diff --git a/src/views/MarketingCenter/ContractInformationManagement/index.vue b/src/views/MarketingCenter/ContractInformationManagement/index.vue
index 3fd474f3..dfc50c05 100644
--- a/src/views/MarketingCenter/ContractInformationManagement/index.vue
+++ b/src/views/MarketingCenter/ContractInformationManagement/index.vue
@@ -131,27 +131,27 @@
- {{ scope.row.合同签订日期 }}
+ {{ scope.row.合同签订日期&&scope.row.合同签订日期!=='1900/1/1' ? scope.row.合同签订日期 : '-' }}
- {{ scope.row.图纸会签节点 }}
+ {{ scope.row.图纸会签节点&&scope.row.图纸会签节点!=='1900/1/1' ? scope.row.图纸会签节点 : '-' }}
- {{ scope.row.设备预验收节点 }}
+ {{ scope.row.设备预验收节点&&scope.row.设备预验收节点!=='1900/1/1' ? scope.row.设备预验收节点 : '-' }}
- {{ scope.row.发货节点 }}
+ {{ scope.row.发货节点&&scope.row.发货节点!=='1900/1/1' ? scope.row.图纸会签节点 : '-' }}
- {{ scope.row.安装调试节点 }}
+ {{ scope.row.安装调试节点&&scope.row.安装调试节点!=='1900/1/1' ? scope.row.安装调试节点 : '-' }}