Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
event-analysis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
崔义雄
event-analysis
Commits
171deee3
Commit
171deee3
authored
May 13, 2020
by
shiwr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加行政组
parent
43fa3d45
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
2 deletions
+30
-2
templates/event_analysis/eventmanagement_display.html
templates/event_analysis/eventmanagement_display.html
+30
-2
No files found.
templates/event_analysis/eventmanagement_display.html
View file @
171deee3
...
...
@@ -51,6 +51,25 @@
</el-button>
</el-col>
</el-row>
<el-row
style=
"border-bottom: 2px dashed darkgray;padding: 10px;height: 60px;"
>
<el-col
:span=
"4"
>
<span
style=
"font-weight:600;font-size:15.6px;"
>
行政组:
</span>
</el-col>
<el-col
:span=
"20"
>
<el-form-item
label=
"行政组"
style=
"display:inline-block;"
label-width=
"130px"
>
<el-select
style=
"width:200px;"
clearable
v-model=
"formLine.xzz"
>
<el-option
v-for=
"item in priorityOp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.label"
>
</el-option>
</el-select>
</el-form-item>
<el-button
type=
"primary"
size=
"medium"
style=
"float:right"
@
click=
"dateout()"
>
导出
</el-button>
</el-col>
</el-row>
<el-row
style=
"padding: 10px;"
>
<el-col>
<div>
...
...
@@ -129,14 +148,23 @@
:value=
"item.label"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"行政组"
style=
"display:inline-block; "
label-width=
"130px"
>
<el-select
style=
"width:200px;"
clearable
v-model=
"formLine.xzz2"
>
<el-option
v-for=
"item in priorityOp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.label"
>
</el-option>
</el-select>
</el-form-item>
<el-button
size=
"medium"
id=
"search"
type=
"primary"
@
click=
"emptySearch()"
plain
style=
"
display:inline-block; margin-left:100px;
"
>
清空查询条件
style=
"
float:right
"
>
清空查询条件
</el-button>
<el-button
size=
"medium"
id=
"search"
type=
"primary"
@
click=
"searchList()"
style=
"
display:inline-block; margin-left:20px;
"
>
查询
style=
"
float:right;margin-right: 12px
"
>
查询
</el-button>
</div>
</el-col>
...
...
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