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
313a8e8b
Commit
313a8e8b
authored
Nov 18, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
风险设置
parent
5206520d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
edit.vue
src/views/riskPrecontrol/riskSet/edit.vue
+1
-1
selecter.vue
src/views/riskPrecontrol/riskSet/selecter.vue
+2
-1
No files found.
src/views/riskPrecontrol/riskSet/edit.vue
View file @
313a8e8b
<
template
>
<RelDialog
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<!-- 填写表单内容,slot=form必写-->
<el-form
style=
"
max-height: 75
vh;overflow: auto;overflow-x:hidden;padding-right: 10px;"
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
>
<el-form
style=
"
height: 60
vh;overflow: auto;overflow-x:hidden;padding-right: 10px;"
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"100px"
:rules=
"rules"
>
<Selecter
v-if=
"showDialog"
:app=
'this'
></Selecter>
<el-row
:gutter=
"20"
>
<el-col
:span=
"24"
>
...
...
src/views/riskPrecontrol/riskSet/selecter.vue
View file @
313a8e8b
...
...
@@ -87,6 +87,7 @@
return
{
queryParams
:{},
tableTitle
:
[
// {label: "序号", prop: "xh", fieldType: "int"},
{
label
:
"部门"
,
prop
:
"bmName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"车间"
,
prop
:
"cjName"
,
fieldType
:
"ftString"
,
width
:
192
},
{
label
:
"岗位"
,
prop
:
"gwName"
,
fieldType
:
"ftString"
,
width
:
192
},
...
...
@@ -105,7 +106,7 @@
{
label
:
"拍照选项"
,
prop
:
"pzxx"
,
fieldType
:
"ftString"
,
width
:
160
,
transform
:{
url
:
'/aqgl/fxyk/fxpc/init/pzxx'
,
label
:
'name'
,
value
:
'id'
}},
{
label
:
"序号"
,
prop
:
"xh"
,
fieldType
:
"int"
},
{
label
:
"图形编号"
,
prop
:
"txcode"
,
fieldType
:
"ftString"
,
width
:
180
},
{
label
:
"措施类型"
,
prop
:
"cslx"
,
fieldType
:
"ftString"
,
width
:
192
},
// {label: "基准精度", prop: "jzjd", fieldType: "ftString",width:160},
...
...
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