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
e2a9e596
authored
2024-05-29 15:22:58 +0800
by
jiaozeping@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
字体样式
1 parent
3e3f0123
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
21 additions
and
21 deletions
src/views/workflow/main/slsqxx/commonTable/ywrTable.vue
src/views/workflow/main/spyj/index.vue
src/views/workflow/top/processViewer/index.vue
src/views/xxba/qyxxba/data.js
src/views/ywbl/ycsl/data.js
src/views/ywbl/ywsq/components/jtjsydfwsyq.vue
src/views/ywbl/ywsq/components/nydsyq100.vue
src/views/ywbl/ywsq/components/nydsyq200.vue
src/views/ywbl/ywsq/components/selectCfdj.vue
src/views/ywbl/ywsq/components/selectDiyaq.vue
src/views/ywbl/ywsq/components/selectFwsyq.vue
src/views/ywbl/ywsq/components/selectH.vue
src/views/ywbl/ywsq/components/selectJsydsyq.vue
src/views/ywbl/ywsq/components/selectLqsc.vue
src/views/ywbl/ywsq/components/selectQjZrzDz.vue
src/views/ywbl/ywsq/ywsq.scss
src/views/workflow/main/slsqxx/commonTable/ywrTable.vue
View file @
e2a9e59
...
...
@@ -44,7 +44,7 @@
tableDataList
:
[],
InformationTable
:
[
{
width
:
'
5
0'
,
width
:
'
6
0'
,
renderHeader
:
(
h
,
scope
)
=>
{
return
<
div
>
{
!
this
.
disabled
?
'序号'
:
<
i
class
=
"el-icon-plus pointer"
onClick
=
{()
=>
{
this
.
addClick
()
}}
><
/i
>
...
...
src/views/workflow/main/spyj/index.vue
View file @
e2a9e59
...
...
@@ -310,7 +310,7 @@
width
:
3%
;
height
:
100%
;
display
:
flex
;
font-size
:
1
4
px
;
font-size
:
1
5
px
;
text-indent
:
20px
;
align-items
:
center
;
border
:
1px
solid
$
borderColor
;
...
...
@@ -343,7 +343,7 @@
background-color
:
#f8f8fa
;
color
:
#606266
;
display
:
flex
;
font-size
:
1
4
px
;
font-size
:
1
5
px
;
text-indent
:
50px
;
align-items
:
center
;
border-right
:
1px
solid
$
borderColor
;
...
...
@@ -370,7 +370,7 @@
.opinion
{
position
:
relative
;
font-size
:
1
4
px
;
font-size
:
1
5
px
;
/deep/.el-textarea__inner
{
border
:
none
;
...
...
src/views/workflow/top/processViewer/index.vue
View file @
e2a9e59
...
...
@@ -627,7 +627,7 @@ export default {
}
.concent
{
line-height
:
30px
;
line-height
:
1
4
px
;
line-height
:
1
5
px
;
text-align
:
center
;
align-items
:
center
;
margin
:
auto
;
...
...
src/views/xxba/qyxxba/data.js
View file @
e2a9e59
...
...
@@ -18,7 +18,7 @@ class data extends filter {
{
label
:
'序号'
,
type
:
'index'
,
width
:
'
5
0'
,
width
:
'
6
0'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
src/views/ywbl/ycsl/data.js
View file @
e2a9e59
...
...
@@ -18,7 +18,7 @@ class data extends filter {
{
label
:
'序号'
,
type
:
'index'
,
width
:
'
5
0'
,
width
:
'
6
0'
,
render
:
(
h
,
scope
)
=>
{
return
(
<
div
>
...
...
src/views/ywbl/ywsq/components/jtjsydfwsyq.vue
View file @
e2a9e59
...
...
@@ -178,7 +178,7 @@
[{
type
:
'selection'
,
label
:
'全选'
,
width
:
'
5
0'
width
:
'
6
0'
}].
concat
(
datas
.
zrzcolumns
())
}
else
{
this
.
zrztableData
.
columns
=
[{
...
...
src/views/ywbl/ywsq/components/nydsyq100.vue
View file @
e2a9e59
...
...
@@ -107,7 +107,7 @@
[{
type
:
'selection'
,
label
:
'全选'
,
width
:
'
5
0'
width
:
'
6
0'
}].
concat
(
datas
.
columns
())
}
},
...
...
src/views/ywbl/ywsq/components/nydsyq200.vue
View file @
e2a9e59
...
...
@@ -96,7 +96,7 @@
[{
type
:
'selection'
,
label
:
'全选'
,
width
:
'
5
0'
width
:
'
6
0'
}].
concat
(
datas
.
columns
())
}
},
...
...
src/views/ywbl/ywsq/components/selectCfdj.vue
View file @
e2a9e59
...
...
@@ -125,7 +125,7 @@
[{
type
:
'selection'
,
label
:
'全选'
,
width
:
'
5
0'
width
:
'
6
0'
}].
concat
(
datas
.
columns
())
}
},
...
...
src/views/ywbl/ywsq/components/selectDiyaq.vue
View file @
e2a9e59
...
...
@@ -114,7 +114,7 @@
[{
type
:
'selection'
,
label
:
'全选'
,
width
:
'
5
0'
width
:
'
6
0'
}].
concat
(
datas
.
columns
())
}
},
...
...
src/views/ywbl/ywsq/components/selectFwsyq.vue
View file @
e2a9e59
...
...
@@ -113,7 +113,7 @@
[{
type
:
'selection'
,
label
:
'全选'
,
width
:
'
5
0'
width
:
'
6
0'
}].
concat
(
datas
.
columns
())
}
},
...
...
src/views/ywbl/ywsq/components/selectH.vue
View file @
e2a9e59
...
...
@@ -101,7 +101,7 @@
[{
type
:
'selection'
,
label
:
'全选'
,
width
:
'
5
0'
width
:
'
6
0'
}].
concat
(
datas
.
columns
())
}
},
...
...
src/views/ywbl/ywsq/components/selectJsydsyq.vue
View file @
e2a9e59
...
...
@@ -115,7 +115,7 @@
[{
type
:
'selection'
,
label
:
'全选'
,
width
:
'
5
0'
width
:
'
6
0'
}].
concat
(
datas
.
columns
())
}
},
...
...
src/views/ywbl/ywsq/components/selectLqsc.vue
View file @
e2a9e59
...
...
@@ -101,7 +101,7 @@
[{
type
:
'selection'
,
label
:
'全选'
,
width
:
'
5
0'
width
:
'
6
0'
}].
concat
(
datas
.
columns
())
}
},
...
...
src/views/ywbl/ywsq/components/selectQjZrzDz.vue
View file @
e2a9e59
...
...
@@ -170,7 +170,7 @@
[{
type
:
'selection'
,
label
:
'全选'
,
width
:
'
5
0'
width
:
'
6
0'
}].
concat
(
datas
.
zrzcolumns
())
}
else
{
this
.
zrztableData
.
columns
=
[{
...
...
src/views/ywbl/ywsq/ywsq.scss
View file @
e2a9e59
...
...
@@ -71,7 +71,7 @@
}
.item-list
{
padding
:
0
1
0
px
;
padding
:
0
1px
;
li
{
cursor
:
pointer
;
...
...
@@ -81,7 +81,7 @@
padding-left
:
10px
;
border-radius
:
2px
;
box-sizing
:
border-box
;
font-size
:
1
4
px
;
font-size
:
1
5
px
;
border
:
1px
solid
rgb
(
235
,
235
,
235
);
transition
:
all
0
.3s
;
...
...
@@ -190,7 +190,7 @@
justify-content
:
space-between
;
margin-left
:
10px
;
cursor
:
pointer
;
font-size
:
1
4
px
;
font-size
:
1
5
px
;
margin-bottom
:
15px
;
p
:nth-child
(
2
)
{
...
...
@@ -218,7 +218,7 @@
display
:
flex
;
align-items
:
center
;
margin-left
:
30px
;
font-size
:
1
4
px
;
font-size
:
1
5
px
;
}
p
:nth-child
(
2
)
{
...
...
Please
register
or
sign in
to post a comment