@@ -170,7 +170,7 @@
- {{ scope.row.入公司时间 }}
+ {{ scope.row.入公司时间 !== '' && scope.row.入公司时间 !== null ? scope.row.入公司时间 = scope.row.入公司时间.split(' ')[0]: scope.row.入公司时间 }}
- {{ scope.row.出生日期 }}
+ {{ scope.row.出生日期 !== '' && scope.row.出生日期 !== null ? scope.row.出生日期 = scope.row.出生日期.split(' ')[0]: scope.row.出生日期 }}
@@ -368,7 +368,7 @@
{{ scope.row.民族 }}
-
+
{{ scope.row.家庭住址 }}
@@ -389,10 +389,11 @@