Commit 6f3552e3 authored by TZW's avatar TZW

bug

parent 5432ea82
...@@ -152,8 +152,7 @@ function getcolumns(setdrawer) { ...@@ -152,8 +152,7 @@ function getcolumns(setdrawer) {
fieldProps: { fieldProps: {
disabledDate: disabledDateOfDay, disabledDate: disabledDateOfDay,
}, },
searchValueType: 'dateRange', hideInSearch: true,
hideInSearch: false,
hideInTable: false, hideInTable: false,
formItemProps: { formItemProps: {
rules: [ rules: [
...@@ -180,6 +179,15 @@ function getcolumns(setdrawer) { ...@@ -180,6 +179,15 @@ function getcolumns(setdrawer) {
); );
}, },
}, },
{
dataIndex: 'nextReplaceDate',
title: '下次更换日期',
valueType: 'dateRange',
key: 'nextReplaceDateList',
hideInForm: true,
hideInTable: true,
hideInDescriptions: true,
},
], ],
pathconfig: { pathconfig: {
enableadd: true, enableadd: true,
......
...@@ -6,12 +6,12 @@ function getcolumns(setdrawer) { ...@@ -6,12 +6,12 @@ function getcolumns(setdrawer) {
dataIndex: 'operateTime', dataIndex: 'operateTime',
key: 'operateTimeList', key: 'operateTimeList',
valueType: 'dateTimeRange', valueType: 'dateTimeRange',
fieldProps: { // fieldProps: {
showTime: { // showTime: {
format: 'HH:mm', // format: 'HH:mm',
}, // },
format: 'YYYY-MM-DD HH:mm', // format: 'YYYY-MM-DD HH:mm',
}, // },
}, },
{ {
title: '操作人', title: '操作人',
......
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