Commit e518d624 authored by 涂伟's avatar 涂伟

fix: '维保配置添加'

parent 5c978f12
Pipeline #87808 failed with stages
......@@ -706,6 +706,25 @@ const maintenance = () => {
}
},
},
{
title: '第三方扫码',
dataIndex: 'ThirdParty',
key: 'ThirdParty',
width: 80,
onCell: () => ({
style: {
maxWidth: 100,
overflow: 'hidden',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
cursor: 'pointer',
},
}),
align: 'center',
render: record => (
<div>{ record?'是': '否' }</div>
),
},
{
title: '操作',
ellipsis: true,
......
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