33e97f92 by renchao@pashanhoo.com

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents a5b9789f 1aecc695
......@@ -256,7 +256,7 @@ export default {
let key = index + 1
this.$set(infoRes.result, "file" + key, it.sjmc)
this.$set(infoRes.result, "file" + key + 'ys', it.ys)
// this.$set(infoRes.result, "file" + key + 'xs', it.)
this.$set(infoRes.result, "file" + key + 'lx', it.sjlx==1?"原件":"复印件")
})
}
infoRes.result.nownian = this.newDate.split(' ')[0].split('年')[0]
......
......@@ -109,7 +109,7 @@
label="权利性质">
</el-table-column>
<el-table-column
property="syqmj"
property="qlmjmc"
label="面积">
</el-table-column>
<el-table-column
......