973bd5b5 by “miaofang

bug修改

1 parent 42ebafed
......@@ -255,7 +255,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]
......
......@@ -103,7 +103,7 @@
label="权利性质">
</el-table-column>
<el-table-column
property="syqmj"
property="qlmjmc"
label="面积">
</el-table-column>
<el-table-column
......