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.安装调试节点 : '-' }}