From 99001890396c76d968bdc4164daf76e3513eecae Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Wed, 6 Apr 2022 11:38:35 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9C=9F=E5=9C=B0=E6=B5=81=E8=BD=AC=20=20=20?=
=?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppDishonestExecutee/components/Add.vue | 6 --
.../AppHouseManagement/components/Add.vue | 97 ++++++++++++++++---
.../apps/AppLandTransfer/components/Add.vue | 2 +-
3 files changed, 84 insertions(+), 21 deletions(-)
diff --git a/project/xiushan/apps/AppDishonestExecutee/components/Add.vue b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue
index 4cb3e376..b1fb3f7a 100644
--- a/project/xiushan/apps/AppDishonestExecutee/components/Add.vue
+++ b/project/xiushan/apps/AppDishonestExecutee/components/Add.vue
@@ -191,12 +191,6 @@ export default {
::v-deep .ai-info-item label {
width: 100px;
}
- // ::v-deep .el-input__inner {
- // width: 338px;
- // }
- // ::v-deep .el-form-item__content div {
- // width: 338px !important;
- // }
::v-deep .ai-detail__content--active {
padding: 20px;
diff --git a/project/xiushan/apps/AppHouseManagement/components/Add.vue b/project/xiushan/apps/AppHouseManagement/components/Add.vue
index 5386201e..1904d37b 100644
--- a/project/xiushan/apps/AppHouseManagement/components/Add.vue
+++ b/project/xiushan/apps/AppHouseManagement/components/Add.vue
@@ -2,33 +2,94 @@
-
+
-
+
取消
保存
+
-
+
-
-
- 企业组织
- 个人农户
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+
+
+
+
+
+
+
+
+ {{ dict.getLabel('taxInfoLevel', data.taxLevel) }}
+
+
+
+
+
+
+
+
@@ -66,8 +127,9 @@ export default {
this.id = this.params.id
this.getDetail(this.params.id)
}
+ this.areaId = this.user.info.areaId
},
- method: {
+ methods: {
cancel(isRefresh) {
this.$emit('change', {
type: 'List',
@@ -102,6 +164,13 @@ export default {
}
-
\ No newline at end of file
diff --git a/project/xiushan/apps/AppLandTransfer/components/Add.vue b/project/xiushan/apps/AppLandTransfer/components/Add.vue
index 875c757a..b4ca8447 100644
--- a/project/xiushan/apps/AppLandTransfer/components/Add.vue
+++ b/project/xiushan/apps/AppLandTransfer/components/Add.vue
@@ -193,7 +193,7 @@ export default {
this.getDetail(this.params.id)
}
},
- method: {
+ methods: {
cancel(isRefresh) {
this.$emit('change', {
type: 'List',