公告板
版本库
filestore
活动
搜索
登录
Android
/
yuyingparking
育英停车场app
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://192.168.5.5:10010/r/Android/yuyingparking
hanbaoshan
2020-04-15
bdb26fe970cca1e97e6eb2afe437ea525e615c0c
[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)
}
}
})