代码优化

This commit is contained in:
renpy 2023-08-21 13:51:11 +08:00
parent eacddb549d
commit a53b466bf1

View File

@ -205,18 +205,12 @@ const columns = [
customRender: 'status' customRender: 'status'
} }
},{ },{
<<<<<<< Updated upstream
title: 'ENABLE', title: 'ENABLE',
align: 'left', align: 'left',
dataIndex: 'enabled', dataIndex: 'enabled',
scopedSlots: { scopedSlots: {
customRender: 'enabled' customRender: 'enabled'
} }
=======
title: 'ENABLE OR NOT',
align: 'center',
dataIndex: 'enabled'
>>>>>>> Stashed changes
},{ },{
title: 'E-MAIL', title: 'E-MAIL',
align: 'center', align: 'center',