mod(custom): 优化部分细节

This commit is contained in:
2023-12-20 23:10:08 +08:00
parent d54a738ef5
commit 6647ced41f

View File

@@ -191,7 +191,7 @@ const columns = ref([
slot: 'integral',
align: 'center',
render: (row) => {
return h('span', {}, row.integral / 100)
return h('span', {}, row.integral)
},
},
{