Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7182bd23
authored
2022-11-17 16:39:56 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:消息
1 parent
04bbc29e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
3 deletions
src/views/workflow/workFrame.scss
src/views/workflow/workFrame.vue
src/views/ywbl/dbx/dbx.vue
src/views/ywbl/ybx/ybx.vue
src/views/workflow/workFrame.scss
View file @
7182bd2
...
...
@@ -163,7 +163,7 @@
.topButton
{
@include
flex
;
width
:
100%
;
height
:
8
0
px
;
height
:
8
5
px
;
background-color
:
#3498db
;
color
:
#ffffff
;
justify-content
:
space-between
;
...
...
@@ -193,4 +193,10 @@
}
}
}
}
.NoticeBar
{
position
:
absolute
;
left
:
0
;
bottom
:
0
;
}
\ No newline at end of file
...
...
src/views/workflow/workFrame.vue
View file @
7182bd2
...
...
@@ -16,6 +16,7 @@
<span
class=
"iconName"
>
{{
item
.
name
}}
</span>
</li>
</ul>
<NoticeBar
class=
"NoticeBar"
:noticeList=
"noticeList"
/>
</div>
<!-- 内容框架 -->
<div
class=
"containerFrame"
>
...
...
@@ -81,6 +82,7 @@ import {
getStepFormInfo
,
}
from
"@/api/fqsq.js"
;
import
{
mapGetters
}
from
"vuex"
import
NoticeBar
from
'@/components/NoticeBar/index'
import
{
deleteFlow
,
unClaimTask
}
from
"@/api/ywbl.js"
;
import
ProcessViewer
from
'./components/processViewer.vue'
import
{
getWorkFlowImage
}
from
"@/api/jsydsyqFlow.js"
;
...
...
@@ -90,10 +92,22 @@ import { queueDjywmc } from "@/views/ywbl/ywsq/slectBdcdata.js";
export
default
{
components
:
{
fqsqDialog
,
NoticeBar
,
ProcessViewer
},
data
()
{
return
{
noticeList
:
[
{
title
:
'6666666666666666666'
},
{
title
:
'3333333333333333333'
},
{
title
:
'6666666666666666666'
}
],
isDialog
:
false
,
// 流程图
// 折叠
...
...
src/views/ywbl/dbx/dbx.vue
View file @
7182bd2
...
...
@@ -59,7 +59,7 @@
</div>
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
class=
"loadingtext"
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.currentPage"
:heightNum=
"29
0
"
:total=
"tableData.total"
:current-page
.
sync=
"pageData.currentPage"
:heightNum=
"29
5
"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
src/views/ywbl/ybx/ybx.vue
View file @
7182bd2
...
...
@@ -61,7 +61,7 @@
<!-- 表格 -->
<div
class=
"from-clues-content"
>
<lb-table
:page-size=
"pageData.size"
class=
"loadingtext"
@
sort-change=
"handleSort"
:current-page
.
sync=
"pageData.currentPage"
:heightNum=
"29
0
"
:total=
"tableData.total"
:current-page
.
sync=
"pageData.currentPage"
:heightNum=
"29
5
"
:total=
"tableData.total"
@
size-change=
"handleSizeChange"
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
...
...
Please
register
or
sign in
to post a comment