d371eac7 by jiaozeping@pashanhoo.com

123

1 parent 81b87665
......@@ -5,4 +5,4 @@ NODE_ENV=development
VUE_APP_BASE_API = '/bdcdj'
# 开发环境
VUE_APP_API_BASE_URL = 'http://192.168.2.95:8018'
VUE_APP_API_BASE_URL = 'http://192.168.2.88:8018'
......
......@@ -23,7 +23,7 @@ class data extends filter {
label: '登记时间',
},
{
prop: 'hth',
prop: 'wqhth',
label: '合同号',
},
{
......@@ -39,11 +39,11 @@ class data extends filter {
label: '共有方式',
},
{
prop: 'qlr',
prop: 'qlrmc',
label: '权利人',
},
{
prop: 'zjh',
prop: 'zjhm',
label: '证件号',
},
{
......@@ -51,7 +51,7 @@ class data extends filter {
label: '房地坐落',
},
{
prop: 'jzmj',
prop: 'fwmj',
label: '建筑面积(㎡)',
},
{
......
......@@ -8,11 +8,23 @@ class data extends filter {
constructor() {
super()
}
cxjgcolumns () {
cxjgcolumns() {
return [
{
prop: 'qszt',
label: '权属状态',
render: (h, scope) => {
switch (scope.row.qszt) {
case '0':
return <div>临时</div>
case '1':
return <div>现势</div>
case '2':
return <div>历史</div>
case '3':
return <div>终止</div>
}
}
},
{
prop: 'bdcqzh',
......@@ -23,7 +35,7 @@ class data extends filter {
label: '登记时间',
},
{
prop: 'hth',
prop: 'wqhth',
label: '合同号',
},
{
......@@ -39,19 +51,19 @@ class data extends filter {
label: '共有方式',
},
{
prop: 'qlr',
prop: 'qlrmc',
label: '权利人',
},
{
prop: 'zjh',
prop: 'zjhm',
label: '证件号',
},
{
prop: 'fdzl',
prop: 'zl',
label: '房地坐落',
},
{
prop: 'jzmj',
prop: 'fwmj',
label: '建筑面积(㎡)',
},
{
......@@ -74,7 +86,7 @@ class data extends filter {
}
]
}
sqrcolumns () {
sqrcolumns() {
return [
{
prop: 'sqrxm',
......@@ -95,7 +107,7 @@ class data extends filter {
]
}
qlrcolumns () {
qlrcolumns() {
return [
{
prop: 'sqrxm',
......