♻️(table): 重构 column 渲染逻辑

This commit is contained in:
就眠儀式
2022-05-11 10:39:09 +08:00
parent 6e6a644967
commit 65e8906f6b
3 changed files with 19 additions and 25 deletions

View File

@@ -274,8 +274,8 @@ export default {
]
const dataSource5 = [
{id:"1", username:"root", password:"root", age:"18"},
{id:"2", username:"woow", password:"woow", age:"20"}
{id:"1", username:"root", age:"18"},
{id:"2", username:"woow", age:"20"}
]
const rowClick5 = function(data) {