Commit c11440e5 authored by 陈万宝's avatar 陈万宝

Merge branch 'feature/20230327_public_takeaway' of...

Merge branch 'feature/20230327_public_takeaway' of http://git.quantgroup.cn/ui/merchant-manage-ui into feature/20230327_public_takeaway
parents 875d4dc7 4a56e3d3
......@@ -39,6 +39,9 @@ const ContractView = () => {
align: 'center',
hideInSearch: true,
render: (val, data) => {
if (data.signDate && typeof data.signDate === 'string') {
return data.signDate;
}
if (data.signDate && data?.signDate.length) {
let date = '';
data.signDate.forEach((item, index) => {
......
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