index.js
400 Bytes
import filter from '@/utils/filter.js'
class data extends filter {
constructor() {
super()
}
columns () {
return [
{
prop: "DATATABLE",
label: "数据表名"
},
{
prop: "CHINESETABLE",
label: "中文名称"
},
{
prop: "SOLEURL",
label: "tab表头链接标识",
},
]
}
}
export default new data()