838b1c5d by renchao@pashanhoo.com

style:预告买卖首次+预告抵押楼盘表修改

1 parent 50726a45
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-02 09:59:44
* @LastEditTime: 2023-10-18 15:11:12
-->
<template>
<!-- 主体权利信息查询 -->
......@@ -196,8 +196,16 @@
this.$refs.table.toggleRowSelection(row);
}
},
},
};
handleLpbClick (item) {
ywPopupDialog('楼盘表', 'lpb/index', {
bsm: item.zrzbsm,
bsmSqyw: this.sqywInfo.bsmSqyw,
onlyShow: false,
scyclx: 1
}, '85%', true, false)
}
}
}
</script>
<style scoped lang="scss">
@import "~@/styles/mixin.scss";
......
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-13 15:28:40
* @LastEditTime: 2023-10-18 15:03:39
*/
import filter from '@/utils/filter.js'
let vm = null
......