添加审核次数

This commit is contained in:
zoujiandong 2025-11-19 10:38:48 +08:00
parent aad38d249a
commit ec17662dc8

View File

@ -121,7 +121,7 @@
<!---------- 表格 begin ----------->
<a-table size="small" :dataSource="tableData" :columns="columns" rowKey="id" bordered :loading="tableLoading"
:pagination="false" :scroll="{ x: 1500}">
:pagination="false" :scroll="{ x: 1680}">
<template #bodyCell="{ text, record, column }">
<template v-if="column.dataIndex === 'createTime'">
<span>{{ text.substring(0, 11) }}</span>
@ -277,12 +277,12 @@ const columns = ref([
width: 80
},
{
title: '签署时间',
dataIndex: 'examineTime',
ellipsis: true,
width: 100
},
// {
// title: '',
// dataIndex: 'examineTime',
// ellipsis: true,
// width: 100
//},
{
title: '提交时间',
dataIndex: 'createTime',
@ -295,12 +295,18 @@ const columns = ref([
dataIndex:'examineTime',
ellipsis:true,
width: 100
},
{
title:'审核次数',
dataIndex:'examineNum',
ellipsis:true,
width: 40
},
{
title:'结算时间',
dataIndex:'settlementTime',
ellipsis:true,
width: 100
width: 160
},
{
title: '病例状态',