no message

main
HUOJIN\92525 2026-01-23 21:07:27 +08:00
parent 4b3fe01799
commit a7cfe0027f
1 changed files with 10 additions and 0 deletions

View File

@ -286,6 +286,16 @@ export const taskColumns: JVxeColumn[] = [
defaultValue: '0', defaultValue: '0',
disabled: true, disabled: true,
}, },
{
title: '整托/拆托',
key: 'izAll',
type: JVxeTypes.normal,
disabled: true,
formatter: ({ cellValue }) => {
const displayText = cellValue === 0 ? '整托-true' : '拆托-false';
return render.renderTip(displayText);
},
},
{ {
title: '请求报文', title: '请求报文',
key: 'reqMessage', key: 'reqMessage',