This commit is contained in:
ZhangRuining 2025-03-12 13:38:50 +08:00
parent ad3c20ec41
commit c68be919d0
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ export default ((props) => {
{
title: '拒绝原因',
dataIndex: 'reason',
ellipsis: true,
width: "15%",
align:'left',
render: (value) => value || "--"