style:地役权
Showing
3 changed files
with
53 additions
and
14 deletions
-
Please register or sign in to post a comment
... | ... | @@ -28,7 +28,7 @@ export default { |
</script> | ||
<style> | ||
<style scoped lang="scss"> | ||
/* jsoneditor右上角默认有一个链接,加css去掉了 */ | ||
.el-textarea__inner { | ||
min-height: 73vh !important; | ||
... | ... |
... | ... | @@ -11,6 +11,11 @@ class data extends filter { |
width: 150 | ||
}, | ||
{ | ||
label: "业务号", | ||
prop: "YWH", | ||
width: 150 | ||
}, | ||
{ | ||
label: "供役地不动产单元号", | ||
prop: "GYDBDCDYH" | ||
}, | ||
... | ... |