Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
78576d4b
Commit
78576d4b
authored
Jun 29, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
abf987c1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
10 deletions
+14
-10
schedul-orderlist.vue
src/components/schedul/schedul-orderlist.vue
+12
-8
scheduleBoard.vue
src/pages/scheduling/scheduleBoard.vue
+2
-2
No files found.
src/components/schedul/schedul-orderlist.vue
View file @
78576d4b
...
...
@@ -298,7 +298,7 @@
<div
style=
"min-height:135px;"
>
<div
style=
"margin:10px 20px 0 20px"
>
<el-tabs
v-model=
"WorkActive"
>
<el-tab-pane
label=
"规则"
name=
"1"
></el-tab-pane>
<el-tab-pane
label=
"
工作清单
规则"
name=
"1"
></el-tab-pane>
<el-tab-pane
label=
"工作清单"
name=
"2"
></el-tab-pane>
</el-tabs>
<
template
v-if=
"WorkActive==2"
>
...
...
@@ -340,8 +340,12 @@
<
template
v-if=
"WorkObj.ItemType==2"
>
<div
style=
"margin:10px 0;"
>
<template
v-if=
"workAuthObj.isShowEditAndDelete"
>
<span
v-if=
"!isShowSure&&WorkObj.WorkContent"
title=
"点击进行修改"
@
click=
"isShowSure=true"
>
{{
WorkObj
.
WorkContent
}}
</span>
<span
v-if=
"!isShowSure&&WorkObj.WorkContent"
style=
"cursor:pointer;"
@
click=
"isShowSure=true"
>
{{
WorkObj
.
WorkContent
}}
<q-tooltip
:offset=
"[10, 10]"
>
点击文字进行修改
</q-tooltip>
</span>
<el-input
v-else
v-model=
"WorkObj.WorkContent"
@
focus=
"isShowSure=true"
placeholder=
"完成情况怎么样"
>
</el-input>
</
template
>
...
...
@@ -429,7 +433,7 @@
</div>
<div
class=
"secondList_Bottom"
>
<el-tabs
v-model=
"TufaActive"
>
<el-tab-pane
label=
"规则"
name=
"1"
></el-tab-pane>
<el-tab-pane
label=
"
突发事件
规则"
name=
"1"
></el-tab-pane>
<el-tab-pane
label=
"突发事件"
name=
"2"
></el-tab-pane>
</el-tabs>
<
template
v-if=
"TufaActive==2"
>
...
...
@@ -540,8 +544,8 @@
</div>
<div
class=
"secondList_Bottom"
>
<el-tabs
v-model=
"handActive"
>
<el-tab-pane
label=
"规则"
name=
"1"
></el-tab-pane>
<el-tab-pane
label=
"交接
说明
"
name=
"2"
></el-tab-pane>
<el-tab-pane
label=
"
交接工作
规则"
name=
"1"
></el-tab-pane>
<el-tab-pane
label=
"交接
工作
"
name=
"2"
></el-tab-pane>
</el-tabs>
<
template
v-if=
"handActive==2"
>
<div
class=
"tufa_List"
>
...
...
@@ -720,7 +724,6 @@
getWorkList
()
{
queryDutyWork_V2
(
this
.
qMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
console
.
log
(
res
,
'数据'
);
this
.
HandoverList
=
res
.
Data
.
HandoverList
;
this
.
EmergenciesList
=
res
.
Data
.
EmergenciesList
;
this
.
WorkList
=
res
.
Data
.
WorkList
;
...
...
@@ -864,7 +867,8 @@
WorkContent
:
this
.
WorkObj
.
WorkContent
,
WorkIsFinish
:
this
.
WorkObj
.
IsChecked
,
ItemId
:
this
.
WorkObj
.
ItemId
,
FileList
:
this
.
WorkObj
.
FileList
FileList
:
this
.
WorkObj
.
FileList
,
ItemType
:
this
.
WorkObj
.
ItemType
,
};
if
(
type
==
2
)
{
saveWorkMsg
.
WorkContent
=
this
.
WorkContent
;
...
...
src/pages/scheduling/scheduleBoard.vue
View file @
78576d4b
...
...
@@ -281,12 +281,12 @@
</q-card-section>
<q-card-section
class=
"q-pt-none"
>
<div
class=
"q-gutter-sm"
style=
"width:280px;"
v-if=
"isShowOne"
>
<span
style=
"position:relative;top:6px;"
>
有无突发
:
</span>
<span
style=
"position:relative;top:6px;"
>
突发事件
:
</span>
<q-radio
v-model=
"isHaveTufa"
:val=
"2"
label=
"有"
/>
<q-radio
v-model=
"isHaveTufa"
:val=
"1"
label=
"无"
/>
</div>
<div
class=
"q-gutter-sm"
style=
"width:280px;"
v-if=
"isShowTwo"
>
<span
style=
"position:relative;top:6px;"
>
有无交接
:
</span>
<span
style=
"position:relative;top:6px;"
>
交接工作
:
</span>
<q-radio
v-model=
"isHaveHand"
:val=
"2"
label=
"有"
/>
<q-radio
v-model=
"isHaveHand"
:val=
"1"
label=
"无"
/>
</div>
...
...
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