Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
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
李苏
sgaqgl-vue
Commits
98cc22cf
Commit
98cc22cf
authored
Dec 08, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
a65bae6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
index.vue
src/views/riskPrecontrol/riskAnalysis/index.vue
+11
-2
No files found.
src/views/riskPrecontrol/riskAnalysis/index.vue
View file @
98cc22cf
...
...
@@ -19,11 +19,19 @@
<el-date-picker
value-format=
"timestamp"
v-model=
"queryParams.jsrq"
></el-date-picker>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
公司:
</span>
<RelSelect
style=
"width: 100%;"
src=
'jcsj/common/bm/queryGs'
filterable
clearable
:match=
"
{value:'id',label:'bmmc'}" v-model='queryParams.gsid' >
</RelSelect>
</div>
</el-col>
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<el-radio
v-model=
"queryParams.rwlx"
label=
"M"
>
月任务
</el-radio>
<el-radio
v-model=
"queryParams.rwlx"
label=
"W"
>
周任务
</el-radio>
<el-radio
v-model=
"queryParams.rwlx"
label=
"D"
>
日任务
</el-radio>
<el-radio
v-model=
"queryParams.rwlx"
label=
"W"
>
周任务
</el-radio>
<el-radio
v-model=
"queryParams.rwlx"
label=
"M"
>
月任务
</el-radio>
</div>
</el-col>
...
...
@@ -100,6 +108,7 @@
baseUrl
:
'aqgl/fxyk/fxpc/fxpcfx'
,
/* 查询参数*/
queryParams
:
{
gsid
:
''
,
grouptype
:
'GS'
,
rwlx
:
'D'
,
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
,
...
...
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