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
943ebf77
authored
2023-05-04 14:01:20 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:受理信息模块功能的完善
1 parent
d316a1a0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
3 deletions
src/styles/dialogBox.scss
src/views/workflow/components/cfBdcdyTable.vue
src/views/workflow/components/addQlr.vue → src/views/workflow/components/dialog/addQlr.vue
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/sqrViewTable.vue
src/styles/dialogBox.scss
View file @
943ebf7
...
...
@@ -47,7 +47,7 @@
.el-dialog__header
{
margin-bottom
:
10px
;
color
:
#
4A4A4A
;
color
:
#
FFFFFF
;
background-color
:
#FCFDFD
;
border-bottom
:
1px
solid
#E4EBF4
;
}
...
...
src/views/workflow/components/cfBdcdyTable.vue
View file @
943ebf7
...
...
@@ -3,7 +3,7 @@
</lb-table>
</
template
>
<
script
>
import
addQlr
from
'./addQlr.vue'
import
addQlr
from
'./
dialog/
addQlr.vue'
import
{
mapGetters
}
from
'vuex'
export
default
{
components
:
{
...
...
src/views/workflow/components/addQlr.vue
→
src/views/workflow/components/
dialog/
addQlr.vue
View file @
943ebf7
File moved
src/views/workflow/components/qlrCommonTable.vue
View file @
943ebf7
This diff is collapsed.
Click to expand it.
src/views/workflow/components/sqrViewTable.vue
View file @
943ebf7
...
...
@@ -3,7 +3,7 @@
</lb-table>
</
template
>
<
script
>
import
addQlr
from
'./addQlr.vue'
import
addQlr
from
'./
dialog/
addQlr.vue'
import
{
mapGetters
}
from
'vuex'
export
default
{
components
:
{
...
...
Please
register
or
sign in
to post a comment