Browse Source

技术人员花名册入职日期和出生日期处理

ljb 9 months ago
parent
commit
476c5b174a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/option/basicResource/technicianRoster.js

+ 4 - 4
src/option/basicResource/technicianRoster.js

@@ -91,7 +91,7 @@ export default {
       label: '出生日期',
       prop: 'birthday',
       type: 'date',
-      valueFormat: 'yyyy-MM-DD',
+      valueFormat: 'yyyy-MM-dd',
       span: 12,
       width: 90,
       align: 'center',
@@ -197,9 +197,9 @@ export default {
     {
       label: '入职时间',
       prop: 'hireDate',
-      type: 'datetime',
-      format: 'yyyy-MM-dd',
-      valueFormat: 'yyyy-MM-dd HH:mm:ss',
+      type: 'date',
+      valueFormat: 'yyyy-MM-dd',
+      // valueFormat: 'yyyy-MM-dd HH:mm:ss',
       span: 12,
       width: 90,
       align: 'center',