Commit 2cf2496c authored by tanghao's avatar tanghao

稽核超时时间显示

parent 4a2bf95e
...@@ -294,6 +294,19 @@ ...@@ -294,6 +294,19 @@
}, },
}, },
}, },
{
field: 'sendAuditTime',
title: '稽核发起时间',
showOverflow: 'tooltip',
width: 130,
},
{
field: 'endAuditTime',
title: '稽核结束时间',
showOverflow: 'tooltip',
width: 130,
},
{ {
field: 'status', field: 'status',
title: '超时状态', title: '超时状态',
......
...@@ -371,12 +371,25 @@ ...@@ -371,12 +371,25 @@
}, },
}, },
}, },
{
field: 'sendAuditTime',
title: '稽核发起时间',
showOverflow: 'tooltip',
width: 130,
},
{
field: 'endAuditTime',
title: '稽核结束时间',
showOverflow: 'tooltip',
width: 130,
},
{ {
field: 'status', field: 'status',
title: '超时状态', title: '超时状态',
width: 100, width: 100,
showOverflow: 'tooltip', showOverflow: 'tooltip',
// search: { el: 'select', props: { clearable: true }, labelWidth: 105 },
slots: { slots: {
default: ({ row }) => { default: ({ row }) => {
return ( return (
...@@ -432,7 +445,7 @@ ...@@ -432,7 +445,7 @@
{ {
field: 'code', field: 'code',
title: '操作', title: '操作',
width: 80, width: 150,
visible: activeName.value === 'audit' || activeName.value === 'rejected' ? true : false, visible: activeName.value === 'audit' || activeName.value === 'rejected' ? true : false,
slots: { slots: {
default: ({ row, rowIndex }) => { default: ({ row, rowIndex }) => {
...@@ -440,7 +453,7 @@ ...@@ -440,7 +453,7 @@
return ( return (
<> <>
<ElButton type="primary" onClick={() => callTelephone(row, 'handle')}> <ElButton type="primary" onClick={() => callTelephone(row, 'handle')}>
处理 补充跟进材料
</ElButton> </ElButton>
</> </>
); );
......
...@@ -370,6 +370,19 @@ ...@@ -370,6 +370,19 @@
}, },
}, },
}, },
{
field: 'sendAuditTime',
title: '稽核发起时间',
showOverflow: 'tooltip',
width: 130,
},
{
field: 'endAuditTime',
title: '稽核结束时间',
showOverflow: 'tooltip',
width: 130,
},
{ {
field: 'status', field: 'status',
title: '超时状态', title: '超时状态',
...@@ -431,7 +444,7 @@ ...@@ -431,7 +444,7 @@
{ {
field: 'code', field: 'code',
title: '操作', title: '操作',
width: 80, width: 150,
visible: activeName.value === 'audit' || activeName.value === 'rejected' ? true : false, visible: activeName.value === 'audit' || activeName.value === 'rejected' ? true : false,
slots: { slots: {
default: ({ row, rowIndex }) => { default: ({ row, rowIndex }) => {
...@@ -439,7 +452,7 @@ ...@@ -439,7 +452,7 @@
return ( return (
<> <>
<ElButton type="primary" onClick={() => callTelephone(row, 'handle')}> <ElButton type="primary" onClick={() => callTelephone(row, 'handle')}>
处理 补充跟进材料
</ElButton> </ElButton>
</> </>
); );
......
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