Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
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
徐俊
yn-science-front
Commits
23022360
Commit
23022360
authored
Apr 14, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
33333
parent
1b6c0107
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
final.vue
src/views/audit/project/final.vue
+3
-0
baseSelect.vue
src/views/components/common/baseSelect.vue
+10
-0
No files found.
src/views/audit/project/final.vue
View file @
23022360
...
...
@@ -16,6 +16,9 @@
<a-form-item>
<a-input
placeholder=
"项目编号"
v-model=
"searchForm.projNo"
:maxLength=
"100"
style=
"width: 150px"
/>
</a-form-item>
<a-form-item>
<base-select
v-model=
"searchForm.projClass"
:title=
"'项目类别'"
:type=
"17"
:isAll=
"true"
:width=
"150"
/>
</a-form-item>
<a-form-item
label=
"评分刷选"
>
<a-input-number
v-model=
"searchForm.scoreStart"
:min=
"0"
:step=
"0.01"
style=
"width: 60px"
/>
~
...
...
src/views/components/common/baseSelect.vue
View file @
23022360
...
...
@@ -106,8 +106,18 @@ export default {
case
16
:
this
.
getSexSelect
()
break
;
case
17
:
this
.
geProjClassSelect
()
break
;
}
},
geProjClassSelect
()
{
let
arr
=
[]
arr
.
push
({
title
:
'一般项目'
,
key
:
'1'
})
arr
.
push
({
title
:
'重点项目'
,
key
:
'2'
})
this
.
selectArray
=
arr
this
.
loadValue
()
},
getIsSelect
()
{
let
arr
=
[]
arr
.
push
({
title
:
'是'
,
key
:
'1'
})
...
...
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