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
5618adc0
authored
2023-07-07 14:31:47 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
heightNum
1 parent
4c74d3ae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
4 deletions
src/views/djbworkflow/components/qlrCommonTable.vue
src/views/djbworkflow/components/ywrCommonTable.vue
src/views/djbworkflow/djbBook/components/blxxtabs/cfdj.vue
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/tdytTable.vue
src/views/djbworkflow/components/qlrCommonTable.vue
View file @
5618adc
...
...
@@ -5,7 +5,7 @@
-->
<
template
>
<div>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"15
0"
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:calcHeight=
"3
0"
:data=
"tableDataList"
>
</lb-table>
<addQlr
v-model=
"dialog"
:details=
"details"
:showButton=
"showButton"
@
updateDetail=
"handleupdateDetail"
/>
...
...
@@ -219,3 +219,6 @@
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
</
style
>
...
...
src/views/djbworkflow/components/ywrCommonTable.vue
View file @
5618adc
...
...
@@ -5,7 +5,7 @@
-->
<
template
>
<div>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"15
0"
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:calcHeight=
"3
0"
:data=
"tableDataList"
>
</lb-table>
<addYwr
v-model=
"dialog"
:details=
"details"
:showButton=
"showButton"
@
updateDetail=
"handleupdateDetail"
/>
...
...
src/views/djbworkflow/djbBook/components/blxxtabs/cfdj.vue
View file @
5618adc
This diff is collapsed.
Click to expand it.
src/views/djbworkflow/djbBook/components/blxxtabs/dyaq.vue
View file @
5618adc
This diff is collapsed.
Click to expand it.
src/views/workflow/components/qlrCommonTable.vue
View file @
5618adc
<!--
* @Description:
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-16 10:38:23
-->
<
template
>
<div>
<lb-table
:column=
"column"
:pagination=
"false"
:key=
"key"
:heightNumSetting=
"true"
:minHeight=
"15
0"
<lb-table
:column=
"column"
class=
"bbbb"
:pagination=
"false"
:key=
"key"
:calcHeight=
"30
0"
:data=
"tableDataList"
>
</lb-table>
<addQlr
v-model=
"dialog"
:details=
"details"
:showButton=
"showButton"
@
updateDetail=
"handleupdateDetail"
/>
...
...
@@ -240,3 +240,12 @@
}
}
</
script
>
<
style
scoped
lang=
"scss"
>
/
deep
/
.el-table__row
{
background-color
:
salmon
;
}
.bbbb
{
background-color
:
salmon
;
}
</
style
>
...
...
src/views/workflow/components/tdytTable.vue
View file @
5618adc
...
...
@@ -209,4 +209,7 @@ export default {
border
:
none
!important
;
}
.el-date-editor.el-input
{
width
:
100%
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment