Commit 6738e681 authored by TZW's avatar TZW

23

parent 0da2f8a1
......@@ -110,6 +110,7 @@ function getcolumns(setdrawer) {
dataIndex: 'maintainStartTime',
key: 'maintainStartTimeList',
valueType: 'dateRange',
search: false,
},
{
title: '保养人员',
......@@ -267,6 +268,7 @@ function getcolumns(setdrawer) {
title: '接单时间',
dataIndex: 'maintainStartTime',
key: 'maintainStartTimeList',
search: false,
valueType: 'dateRange',
},
{
......@@ -425,6 +427,7 @@ function getcolumns(setdrawer) {
title: '接单时间',
dataIndex: 'maintainStartTime',
key: 'maintainStartTimeList',
search: false,
valueType: 'dateRange',
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment