Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-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
李苏
zghywpc-vue
Commits
2b7ca1cc
Commit
2b7ca1cc
authored
Oct 22, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整展示权限,附件过多样式调整
parent
3ae2769d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
edit.vue
src/views/jyfkgl/ywsjlr/edit.vue
+5
-3
edit.vue
src/views/sbjxgl/sbjxxx/edit.vue
+1
-1
No files found.
src/views/jyfkgl/ywsjlr/edit.vue
View file @
2b7ca1cc
<
template
>
<RelDialog
:changeAddParams=
'changeAddParams'
:changeEditParams=
'changeEditParams'
@
getForm=
'getForm'
width=
"50%"
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<el-form
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"120px"
:rules=
"rules"
>
<RelDialog
:changeAddParams=
'changeAddParams'
:changeEditParams=
'changeEditParams'
@
getForm=
'getForm'
width=
"50%"
:type=
'type'
:editApp=
'editApp'
:app=
'app'
:buttonApp=
'buttonApp'
>
<el-form
style=
"height: 70vh;overflow: auto;overflow-x: hidden;"
slot=
"form"
ref=
"form"
:model=
"form"
label-width=
"120px"
:rules=
"rules"
>
<el-row
:gutter=
"20"
:app=
"this"
>
<EditColItem
:required=
"item.required||false"
:readonly=
"item.readonly?true:false "
v-for=
"(item,index) in editColItemList "
:value=
"item.value"
:span=
"item.span"
:label=
"item.label"
:prop=
'item.prop'
:key=
"item.prop"
:type=
"item.type"
:typeConfig=
'item.typeConfig'
:rule=
"item.rule"
/>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
v-if=
"type!='view'"
:gutter=
"20"
>
<el-form-item
label=
"异物图片"
>
<el-upload
ref=
"upload"
:headers=
'
{
Gtoken
...
...
src/views/sbjxgl/sbjxxx/edit.vue
View file @
2b7ca1cc
...
...
@@ -46,7 +46,7 @@
<el-tab-pane
label=
"完工附件"
name=
"4"
>
<!-- 上传div-->
<div
style=
"border-bottom: 1px solid #eee;padding-bottom: 20px;"
>
<div
v-if=
"type!='view'"
style=
"border-bottom: 1px solid #eee;padding-bottom: 20px;"
>
<span
style=
"line-height: 40px;font-size: 12px;font-weight: 700;color: #666;"
>
附件上传
</span>
<div
class=
"upload padding-10"
>
<el-upload
ref=
"upload"
:headers=
'{
...
...
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