Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
91b426b2
Commit
91b426b2
authored
Nov 02, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改工时管理样式
parent
d81f1046
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
15 deletions
+29
-15
index.vue
...es/src/views/taskExecution/components/TimeToSee/index.vue
+29
-15
No files found.
applications/dee-mes/src/views/taskExecution/components/TimeToSee/index.vue
View file @
91b426b2
<
template
>
<section
class=
"time-to-see"
>
<dee-dialog
v-if=
"visible"
title=
"工时查看"
:dialog-visible
.
sync=
"visible"
width=
"90%"
custom-class=
"mobile-dialog"
>
<section
class=
"statistical-summary-working-hours-com"
>
<Search
:active-name=
"activeName"
@
init=
"searchData"
/>
<dee-tools
:tools=
"tools"
mode=
"normal"
:collapse=
"false"
/>
<el-tabs
v-model=
"activeName"
type=
"card"
@
tab-click=
"tabClick"
>
...
...
@@ -11,6 +18,7 @@
</el-tab-pane>
</el-tabs>
</section>
</dee-dialog>
</
template
>
<
script
>
...
...
@@ -27,6 +35,7 @@ export default {
data
()
{
return
{
activeName
:
'product'
,
visible
:
false
,
// 工具栏
tools
:
[{
name
:
'确认'
,
...
...
@@ -39,6 +48,13 @@ export default {
}
},
methods
:
{
// 打开弹出框
open
()
{
this
.
visible
=
true
},
handleClose
()
{
this
.
visible
=
false
},
searchData
(
form
)
{
this
.
initForm
=
form
this
.
tableInit
(
this
.
initForm
)
...
...
@@ -66,9 +82,7 @@ export default {
</
script
>
<
style
lang=
"scss"
>
.time-to-see
{
padding-top
:
10px
;
background
:
#fff
;
.statistical-summary-working-hours-com
{
.dee-tools
{
float
:
right
;
position
:
relative
;
...
...
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