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
cdaab156
Commit
cdaab156
authored
Nov 25, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
部分字段变更
parent
14c33ed3
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
105 deletions
+39
-105
contentEdit.vue
src/views/riskPrecontrol/screeningCriteria/contentEdit.vue
+2
-16
edit.vue
src/views/riskPrecontrol/screeningCriteria/edit.vue
+37
-89
No files found.
src/views/riskPrecontrol/screeningCriteria/contentEdit.vue
View file @
cdaab156
...
...
@@ -25,24 +25,10 @@
</el-col>
<el-col
:span=
"24"
>
<el-form-item
label=
"检查人"
ref=
"jcr"
prop=
"jcr"
>
<RelSelect
style=
"width: 100%;"
:params=
"
{bmid:app.vMain.rowItem.gsid}" clearable :readonly="readonly" src='kzzx/user/query' :match="{value:'id',label:'username'}" v-model='form.jcr' >
</RelSelect>
<RelSelect
filterable
style=
"width: 100%;"
:params=
"
{bmid:app.vMain.rowItem.gsid}" clearable :readonly="readonly" src='kzzx/user/query' :match="{value:'id',label:'username'}" v-model='form.jcr' >
</RelSelect>
</el-form-item>
</el-col>
</el-row>
<!--
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"备注"
ref=
"bz"
prop=
"bz"
>
<el-input
:readonly=
"readonly"
v-model=
"form.bz"
></el-input>
</el-form-item>
</el-col>
</el-row>
-->
<!--
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
<el-form-item
label=
"系统版本"
ref=
"sysversion"
prop=
"sysversion"
>
<el-input
:readonly=
"readonly"
v-model=
"form.sysversion"
></el-input>
</el-form-item>
</el-col>
</el-row>
-->
</el-row>
</el-form>
</RelDialog>
...
...
@@ -61,7 +47,7 @@
data
()
{
return
{
readonly
:
false
,
/* 额外初始化,根据需求*/
systemType
:
[],
...
...
src/views/riskPrecontrol/screeningCriteria/edit.vue
View file @
cdaab156
This diff is collapsed.
Click to expand it.
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