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
4a498ffc
Commit
4a498ffc
authored
Nov 29, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
风险维护变更
parent
5dc2db7c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
edit.vue
src/views/riskPrecontrol/screeningCriteria/edit.vue
+1
-1
index.vue
src/views/riskPrecontrol/screeningCriteria/index.vue
+4
-3
index.vue
src/views/train/testPaper/index.vue
+4
-4
No files found.
src/views/riskPrecontrol/screeningCriteria/edit.vue
View file @
4a498ffc
...
...
@@ -10,7 +10,7 @@
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"岗位"
ref=
"gwid"
prop=
"gwid"
>
<RelSelect
:readonly=
"readonly"
style=
"width: 100%;"
src=
'/aqgl/jcsj/scgw/query'
clearable
:match=
"
{value:'id',label:'name'}" v-model='form.gwid' >
</RelSelect>
<RelSelect
linkage
:linkParams=
"
{gsid:form.gsid}"
:readonly="readonly" style="width: 100%;" src='/aqgl/jcsj/scgw/query' clearable :match="{value:'id',label:'name'}" v-model='form.gwid' >
</RelSelect>
</el-form-item>
</el-col>
...
...
src/views/riskPrecontrol/screeningCriteria/index.vue
View file @
4a498ffc
...
...
@@ -20,14 +20,15 @@
<el-col
:span=
"6"
class=
"search-col"
>
<div
class=
"search-item"
>
<span
class=
"search-span"
>
岗位:
</span>
<el-select
v-model=
"queryParams.gwid"
clearable
placeholder=
"请选择"
>
<RelSelect
linkage
:linkParams=
"
{gsid:queryParams.gsid}" style="width: 100%;" src='/aqgl/jcsj/scgw/query' clearable :match="{value:'id',label:'name'}" v-model='queryParams.gwid' >
</RelSelect>
<!--
<el-select
v-model=
"queryParams.gwid"
clearable
placeholder=
"请选择"
>
<el-option
v-for=
"item in doQueryScgw"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
>
</el-option>
</el-select>
</el-select>
-->
</div>
</el-col>
...
...
src/views/train/testPaper/index.vue
View file @
4a498ffc
...
...
@@ -84,7 +84,7 @@
{
id
:
'AE89'
,
subject
:
'下列营养物质中在人体不能产生能量的为'
,
score
:
'2'
,
type
:
'DXT'
,
type
:
'DXT
S
'
,
options
:{
A
:
'蔗糖'
,
B
:
'果糖'
,
...
...
@@ -105,7 +105,7 @@
id
:
'AE8914'
,
subject
:
'对于线性表(7,34,55,25,64,46,20,10)进行散列存储时,若选用H(K)=K %9作为散列函数,则散列地址为1的元素有()个。'
,
score
:
'2'
,
type
:
'DXT
S
'
,
type
:
'DXT'
,
options
:{
A
:
'1个'
,
B
:
'2个'
,
...
...
@@ -204,7 +204,7 @@
id
:
'AE8914'
,
subject
:
'对于线性表(7,34,55,25,64,46,20,10)进行散列存储时,若选用H(K)=K %9作为散列函数,则散列地址为1的元素有()个。'
,
score
:
'2'
,
type
:
'DXT
S
'
,
type
:
'DXT'
,
options
:{
A
:
'1个'
,
B
:
'2个'
,
...
...
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