From 9a39cd7607f0d0d73ce0dca855e6549eba6df6b5 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sun, 18 Feb 2024 17:36:27 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web
---
src/views/publicSecurity/components/labelReporting.vue | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/src/views/publicSecurity/components/labelReporting.vue b/src/views/publicSecurity/components/labelReporting.vue
index 55845f2..ced5c54 100644
--- a/src/views/publicSecurity/components/labelReporting.vue
+++ b/src/views/publicSecurity/components/labelReporting.vue
@@ -28,8 +28,14 @@
submitBtn: false,
emptyBtn: false,
column: [{
- label: '房屋名称',
- prop: 'houseName',
+ label: '用户姓名',
+ prop: 'owner',
+ disabled: true,
+ span: 8,
+ labelWidth: 120,
+ }, {
+ label: '身份证号',
+ prop: 'idCard',
disabled: true,
span: 8,
labelWidth: 120,
@@ -181,11 +187,7 @@
<style lang="scss" scoped>
.cur-container-box {
- display: flex;
- flex-direction: column;
- width: 100%;
- height: 100%;
- overflow: hidden;
+ padding: 50px;
.content-box {
margin: 0 4px;
--
Gitblit v1.9.3