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
e1cab3d8
Commit
e1cab3d8
authored
May 07, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
也没修过
parent
fe648cd1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
schedul-orderlist.vue
src/components/schedul/schedul-orderlist.vue
+6
-4
scheduleBoard.vue
src/pages/scheduling/scheduleBoard.vue
+0
-2
schedulingRecord.vue
src/pages/scheduling/schedulingRecord.vue
+0
-1
No files found.
src/components/schedul/schedul-orderlist.vue
View file @
e1cab3d8
...
...
@@ -256,6 +256,7 @@
</div>
<div
class=
"secondList_Bottom"
>
<div
class=
"tufa_List"
>
<div
class=
"tufa_left"
v-if=
"EmergenciesObj&&EmergenciesObj.FileList"
>
<el-image
:src=
"EmergenciesObj.FileList[0]"
...
...
@@ -267,7 +268,7 @@
</div>
</div>
</div>
<div
class=
"tufa_btm"
>
<div
class=
"tufa_btm"
v-if=
"EmergenciesObj&&saveObj&&saveObj.EmergenciesList&&saveObj.EmergenciesList.length>0"
>
<div>
<div
class=
"tufa_xiugai"
>
<el-popover
placement=
"bottom"
popper-class=
"tufaPop"
width=
"410"
trigger=
"click"
>
...
...
@@ -279,9 +280,10 @@
<el-input
type=
"textarea"
style=
"margin-top:20px;"
v-model=
"addMsg2.OtherContent"
:rows=
"4"
/>
<q-btn
color=
"accent"
size=
"sm"
style=
"float:right;margin-top:10px;"
@
click=
"saveEdit(EmergenciesObj)"
label=
"保存"
/>
</div>
<span
slot=
"reference"
style=
"margin-right:10px;cursor:pointer;"
@
click=
"EditTufa(EmergenciesObj)"
>
修改
</span>
<span
v-if=
"EmergenciesObj"
slot=
"reference"
style=
"margin-right:10px;cursor:pointer;"
@
click=
"EditTufa(EmergenciesObj)"
>
修改
</span>
</el-popover>
|
<span
style=
"margin-left:15px;cursor:pointer;"
@
click=
"delTufa()"
>
删除
</span>
|
<span
v-if=
"EmergenciesObj"
style=
"margin-left:15px;cursor:pointer;"
@
click=
"delTufa()"
>
删除
</span>
</div>
</div>
<div
class=
" sche_Fenye"
v-if=
"saveObj&&saveObj.EmergenciesList.length>0"
>
...
...
@@ -333,7 +335,7 @@
</div>
</div>
</div>
<div
class=
"tufa_btm"
>
<div
class=
"tufa_btm"
v-if=
"HandoverObj&&saveObj&&saveObj.HandoverList&&saveObj.HandoverList.length>0"
>
<div>
<div
class=
"tufa_xiugai"
>
<el-popover
placement=
"bottom"
popper-class=
"tufaPop"
width=
"410"
trigger=
"click"
>
...
...
src/pages/scheduling/scheduleBoard.vue
View file @
e1cab3d8
...
...
@@ -245,8 +245,6 @@
</div>
<div
class=
"schedu_Status"
>
<span
class=
"schedu_st zbz"
></span>
{{
dataList
.
DutyStatusStr
}}
<!--
<span
class=
"schedu_st xxz"
></span>
休息中
<span
class=
"schedu_st wdk"
></span>
未打卡 -->
</div>
<div
class=
"clockon_Duty"
@
click=
"SetDutyCheck(1)"
v-if=
"dataList.DutyStatus==1 && dataList.Status==0 "
>
值班打卡
<i
class=
"iconfont icon-jiejue1 sche_daka"
></i>
...
...
src/pages/scheduling/schedulingRecord.vue
View file @
e1cab3d8
...
...
@@ -92,7 +92,6 @@
:input=
"true"
@
input=
"changePage"
/>
</
template
>
</q-table>
</div>
</div>
</template>
...
...
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