公告板
版本库
filestore
活动
搜索
登录
Android
/
yuyingparking
育英停车场app
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
适配微信小程序
xuyonghao
2025-02-11
90c6eb32f9c3abdf2d1c91dc7c255a55c95b8ca7
[Android/yuyingparking.git]
/
components
/
z-table
/
table-render.js
1
2
3
4
5
6
7
8
9
10
11
12
13
import Vue from 'vue'
Vue.mixin({
methods: {
tableNameRender(h, {
row,
col
}) {
console.log(row)
return h('view', row.name)
}
}
})