Merge branch 'test'

This commit is contained in:
2023-12-20 23:10:53 +08:00

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)
},
},
{