Commit 6f3552e3 authored by TZW's avatar TZW

bug

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