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
51bd0d5c
authored
2023-01-06 17:33:37 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
66d929fa
87f7496e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
2 deletions
src/main.js
src/styles/dialogBoxheader.scss
src/views/workflow/components/addQlr.vue
src/views/workflow/components/qlrCommonTable.vue
src/main.js
View file @
51bd0d5
...
...
@@ -21,7 +21,7 @@ Vue.prototype.$endLoading = endLoadingSubCount
import
{
popupDialog
,
popupCacel
}
from
"./utils/popup.js"
;
// 全局加载
Vue
.
prototype
.
$popupDialog
=
popupDialog
Vue
.
prototype
.
$popupCacel
=
popup
Dialog
Vue
.
prototype
.
$popupCacel
=
popup
Cacel
import
{
theme
}
from
"@/directive/theme.js"
...
...
src/styles/dialogBoxheader.scss
0 → 100644
View file @
51bd0d5
/
deep
/
.el-dialog__header
{
margin-bottom
:
10px
;
color
:
#4A4A4A
;
background
:
linear-gradient
(
3deg
,
#409EFF
,
#a7cbee
);
border-bottom
:
1px
solid
#E4EBF4
;
}
.el-dialog__body
{
padding-top
:
10px
;
padding-bottom
:
0
;
}
/
deep
/
.el-dialog__headerbtn
.el-dialog__close
{
color
:
#6B7A99
!
important
;
position
:
relative
;
top
:
-6px
;
}
src/views/workflow/components/addQlr.vue
View file @
51bd0d5
...
...
@@ -210,6 +210,7 @@ export default {
};
</
script
>
<
style
scoped
lang=
"scss"
>
@import
"~@/styles/dialogBoxheader.scss"
;
.submit-button
{
text-align
:
center
;
height
:
52px
;
...
...
src/views/workflow/components/qlrCommonTable.vue
View file @
51bd0d5
...
...
@@ -191,12 +191,22 @@ export default {
// 修改
editClick
(
index
,
row
)
{
// popupDialog("申请人信息", "workflow/components/addQlr", {
// showButton: this.$route.query.viewtype ? false : true,
// dataIndex :index,
// details :row,
// isaddupdate :false
// });
this
.
dataIndex
=
index
this
.
dialog
=
true
this
.
details
=
row
this
.
isaddupdate
=
false
},
queryViewClick
(
index
,
row
)
{
// popupDialog("申请人信息", "workflow/components/addQlr", {
// showButton: this.$route.query.viewtype ? false : true,
// details: row,
// });
this
.
dialog
=
true
this
.
details
=
row
}
...
...
@@ -205,4 +215,4 @@ export default {
</
script
>
<
style
scoped
lang=
'scss'
>
</
style
>
\ No newline at end of file
</
style
>
...
...
Please
register
or
sign in
to post a comment