xuyonghao
2025-02-11 90c6eb32f9c3abdf2d1c91dc7c255a55c95b8ca7
components/z-table/table-render.js
@@ -1,13 +1,13 @@
import Vue from 'vue'
Vue.mixin({
   methods: {
      tableNameRender(h, {
         row,
         col
      }) {
         console.log(row)
         return h('view', row.name)
      }
   }
})
import Vue from 'vue'
Vue.mixin({
   methods: {
      tableNameRender(h, {
         row,
         col
      }) {
         console.log(row)
         return h('view', row.name)
      }
   }
})