5544c2bf by renchao@pashanhoo.com

style:申请查询记录

1 parent c2f2c209
......@@ -27,8 +27,15 @@ class data extends filter {
}
},
{
prop: 'bdcqzh',
width: '130',
label: '不动产权证号',
render: (h, scope) => {
return (
<el-tooltip effect="dark" content={scope.row.bdcqzh} placement="top" popper-class="tooltip-width ">
<span class="ellipsis-table"> {scope.row.bdcqzh}</span>
</el-tooltip>
)
}
},
{
prop: 'djsj',
......@@ -43,8 +50,15 @@ class data extends filter {
label: '网签时间',
},
{
prop: 'bdcdyh',
width: '130',
label: '不动产单元号',
render: (h, scope) => {
return (
<el-tooltip effect="dark" content={scope.row.bdcdyh} placement="top" popper-class="tooltip-width ">
<span class="ellipsis-table"> {scope.row.bdcdyh}</span>
</el-tooltip>
)
}
},
{
prop: 'gyfs',
......
......@@ -141,7 +141,6 @@
handleSort (name, sort) {
console.log(name, sort);
},
// 查看
/**
* @description: 查看
* @param {*} scope
......