From 21a09491358b0844aa1f23c18d81ee9c38bc6d69 Mon Sep 17 00:00:00 2001 From: xiao-fajia <1665375861@qq.com> Date: Thu, 15 Aug 2024 20:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E4=BA=A7=E7=AE=A1=E7=90=86CRUD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{base => company}/property/position.js | 0 .../{base => company}/property/property.js | 0 .../property/propertydeal.js | 0 .../property/propertydealitem.js | 0 .../property/propertykeep.js | 0 .../property/position/PropertyPosForm.vue | 2 +- src/views/company/property/position/index.vue | 2 +- .../property/property/form/PropertyForm.vue | 36 +++++-- src/views/company/property/property/index.vue | 96 +++++++++++-------- .../propertydeal/PropertyDealForm.vue | 2 +- .../company/property/propertydeal/index.vue | 2 +- .../propertydealitem/PropertyDealItemForm.vue | 2 +- .../property/propertydealitem/index.vue | 2 +- .../propertykeep/PropertyKeepForm.vue | 2 +- .../company/property/propertykeep/index.vue | 2 +- 15 files changed, 92 insertions(+), 56 deletions(-) rename src/api/{base => company}/property/position.js (100%) rename src/api/{base => company}/property/property.js (100%) rename src/api/{base => company}/property/propertydeal.js (100%) rename src/api/{base => company}/property/propertydealitem.js (100%) rename src/api/{base => company}/property/propertykeep.js (100%) diff --git a/src/api/base/property/position.js b/src/api/company/property/position.js similarity index 100% rename from src/api/base/property/position.js rename to src/api/company/property/position.js diff --git a/src/api/base/property/property.js b/src/api/company/property/property.js similarity index 100% rename from src/api/base/property/property.js rename to src/api/company/property/property.js diff --git a/src/api/base/property/propertydeal.js b/src/api/company/property/propertydeal.js similarity index 100% rename from src/api/base/property/propertydeal.js rename to src/api/company/property/propertydeal.js diff --git a/src/api/base/property/propertydealitem.js b/src/api/company/property/propertydealitem.js similarity index 100% rename from src/api/base/property/propertydealitem.js rename to src/api/company/property/propertydealitem.js diff --git a/src/api/base/property/propertykeep.js b/src/api/company/property/propertykeep.js similarity index 100% rename from src/api/base/property/propertykeep.js rename to src/api/company/property/propertykeep.js diff --git a/src/views/company/property/position/PropertyPosForm.vue b/src/views/company/property/position/PropertyPosForm.vue index 899ac04..0c41a20 100644 --- a/src/views/company/property/position/PropertyPosForm.vue +++ b/src/views/company/property/position/PropertyPosForm.vue @@ -42,7 +42,7 @@ diff --git a/src/views/company/property/property/index.vue b/src/views/company/property/property/index.vue index f2cbb23..ad3fe7f 100644 --- a/src/views/company/property/property/index.vue +++ b/src/views/company/property/property/index.vue @@ -42,10 +42,12 @@ - + + + - +
姓名:{{ item.name }} @@ -55,14 +57,14 @@ - - + - - + @@ -98,50 +100,55 @@ }} - - - - - + + + + + + + - - + + - - + + - - - - - + + + + + - - - - - - - + + + + + + + - - - + + +