Commit ed24dcb5 authored by krysent's avatar krysent

new

parent fae99b52
......@@ -113,7 +113,7 @@ function Outstore(props) {
{
title: "操作时间",
dataIndex: "operateTime",
key: "operateTimeList",
key: "operateTimeRange",
width: 300,
valueType: "dateRange",
render: (_, row) => {
......@@ -193,7 +193,7 @@ function Outstore(props) {
{
title: "完成时间",
dataIndex: "finishTime",
key: "finishTimeList",
key: "finishTimeRange",
width: 300,
valueType: "dateRange",
render: (_, row) => {
......
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