Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
Project
Project
Details
Activity
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
Yulun Yao
multiSystem
Commits
53ba10a6
Commit
53ba10a6
authored
Feb 04, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
非居列表的项目类型改成下拉
parent
1f75d5b0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletion
+25
-1
nonResidents.vue
src/views/houseData/nonResidents.vue
+25
-1
No files found.
src/views/houseData/nonResidents.vue
View file @
53ba10a6
...
...
@@ -16,7 +16,9 @@
</a-col>
<a-col
span=
"8"
>
<a-form-item
label=
"项目类型"
class=
"formItem"
:label-col=
"
{span:10}" :wrapper-col="{span:14}">
<a-input
placeholder=
"请输入查询内容"
v-decorator=
"['stUseType']"
/>
<a-select
showSearch
allowClear
placeholder=
"请选择查询内容"
v-decorator=
"['stUseType'] "
>
<a-select-option
v-for=
"(item) in typeList"
:key=
"item.name"
:value=
"item.name"
>
{{
item
.
name
}}
</a-select-option>
</a-select>
</a-form-item>
</a-col>
<template
v-if=
"customKeyEnable"
>
...
...
@@ -61,6 +63,28 @@ export default {
keyCodeList
:
[],
// 动态搜索的keycode列表
searchParams
:
{},
//搜索的列表
searchForm
:
{},
typeList
:
[
{
name
:
'旅馆'
},
{
name
:
'办公楼'
},
{
name
:
'工厂'
},
{
name
:
'站场码头'
},
{
name
:
'仓库堆栈'
},
{
name
:
'商场'
},
{
name
:
'店铺'
},
{
name
:
'学校'
},
{
name
:
'文化馆'
},
{
name
:
'体育馆'
},
{
name
:
'影剧院'
},
{
name
:
'福利院'
},
{
name
:
'医院'
},
{
name
:
'农业建筑'
},
{
name
:
'公共设施用房'
},
{
name
:
'寺庙教堂'
},
{
name
:
'宗祠山庄'
},
{
name
:
'商业综合体'
},
{
name
:
'产业园区'
},
{
name
:
'其他'
},
],
columns
:
[
//未开启自定义字段展示的列
{
title
:
'项目名称'
,
...
...
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