明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jt_front
Commits
9f10170c
Commit
9f10170c
authored
Mar 31, 2026
by
zhanghan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工抵房开发完毕
parent
03219ea0
Pipeline
#109068
passed with stage
in 22 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
workForHousingAdd.vue
src/views/elseManage/workForHousingAdd.vue
+13
-11
No files found.
src/views/elseManage/workForHousingAdd.vue
View file @
9f10170c
...
...
@@ -213,7 +213,15 @@
<!-- 步骤3:房源信息 -->
<el-collapse-item
title=
"房源信息"
name=
"房源信息"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"12"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"项目名称"
>
<el-input
v-model=
"formData.projectName"
placeholder=
"输入项目名称"
/>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"项目地址"
>
<el-input
v-model=
"formData.projectAddress"
...
...
@@ -221,7 +229,7 @@
/>
</el-form-item>
</el-col>
<el-col
:span=
"
12
"
>
<el-col
:span=
"
8
"
>
<el-form-item
label=
"项目公司"
>
<el-input
v-model=
"formData.projectCompany"
...
...
@@ -229,10 +237,8 @@
/>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"项目状态"
>
<el-radio-group
v-model=
"formData.projectStatus"
>
<el-radio
label=
"在建"
>
在建
</el-radio>
...
...
@@ -240,10 +246,8 @@
</el-radio-group>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"楼栋信息"
>
<el-input
v-model=
"formData.buildingInfo"
...
...
@@ -251,10 +255,8 @@
/>
</el-form-item>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-col
:span=
"8"
>
<el-form-item
label=
"房源类型"
>
<el-radio-group
v-model=
"formData.propertyType"
>
<el-radio
label=
"住宅"
>
住宅
</el-radio>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment