添加审核次数

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