Commit 3f465a9a authored by 王苓芝's avatar 王苓芝

搜索项名称修改

parent 7d05ae02
...@@ -34,7 +34,7 @@ export function columns(res) { ...@@ -34,7 +34,7 @@ export function columns(res) {
), ),
}, },
{ {
title: '介入单开始时间', title: '申诉单开始时间',
width: 120, width: 120,
dataIndex: 'startDate', dataIndex: 'startDate',
key: 'startDate', key: 'startDate',
...@@ -42,7 +42,7 @@ export function columns(res) { ...@@ -42,7 +42,7 @@ export function columns(res) {
hideInTable: true, hideInTable: true,
}, },
{ {
title: '介入单结束时间', title: '申诉单结束时间',
width: 120, width: 120,
dataIndex: 'endDate', dataIndex: 'endDate',
key: 'endDate', key: 'endDate',
......
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