Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
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
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
dbd782c8
Commit
dbd782c8
authored
Feb 22, 2023
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申请变更审批培训资料添加 gengdidi
parent
6544146b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
index.vue
.../src/views/deviceManagement/changeApplyApproval/index.vue
+28
-0
No files found.
danger-manage-web/src/views/deviceManagement/changeApplyApproval/index.vue
View file @
dbd782c8
...
...
@@ -84,6 +84,18 @@
<span>
{{
parseTime
(
scope
.
row
.
enterTime
,
'{y
}
-{m
}
-{d
}
{h
}
:{i
}
:{s
}
'
)
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"培训资料"
align
=
"center"
prop
=
"trainMaterial"
width
=
"150px"
>
<
template
slot
-
scope
=
"scope"
>
<
span
class
=
"dbtn"
@
click
=
"checkFile(scope.row.trainMaterial)"
v
-
if
=
"scope.row.trainMaterial != null && scope.row.trainMaterial!=''"
>
<
i
class
=
"el-icon el-icon-view"
><
/i>查看/
下载
<
/span
>
<
span
v
-
else
>-<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"操作"
align
=
"center"
class
-
name
=
"small-padding fixed-width"
>
<
template
slot
-
scope
=
"scope"
>
<
el
-
button
...
...
@@ -590,6 +602,22 @@ export default {
this
.
queryParams
.
enterTimeBegin
=
picker
[
0
];
this
.
queryParams
.
enterTimeEnd
=
picker
[
1
];
}
,
checkFile
(
url
)
{
window
.
open
(
url
,
'_blank'
);
}
,
}
}
;
<
/script
>
<
style
lang
=
"scss"
>
.
dbtn
{
display
:
inline
-
block
;
line
-
height
:
normal
;
padding
-
left
:
2
px
;
padding
-
right
:
2
px
;
cursor
:
pointer
;
border
-
radius
:
3
px
;
border
-
style
:
solid
;
border
-
width
:
0
;
color
:
rgb
(
48
,
180
,
107
);
}
<
/style
>
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