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
36f4716b
authored
2022-09-29 10:51:48 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改权利信息页相关bug
1 parent
01ac4244
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
src/views/zhcx/djbcx/components/jsydsyq.vue
src/views/zhcx/djbcx/components/qlxxCommon.scss
src/views/zhcx/djbcx/components/jsydsyq.vue
View file @
36f4716
...
...
@@ -16,7 +16,7 @@
</div>
<div
class=
"xxTableBox"
>
<table
class=
"xxTable"
>
<tr
v-for=
"
item in columns"
:key=
"item
"
>
<tr
v-for=
"
(item, colindex) in columns"
:key=
"colindex
"
>
<td>
{{
item
.
label
}}
</td>
...
...
@@ -38,7 +38,7 @@
<span
v-else
>
{{
row
[
item
.
prop
]
}}
</span>
</td>
<td
v-for=
"count in emptycolNum"
:key=
"count"
></td>
<td
v-for=
"count in emptycolNum"
:key=
"
~
count"
></td>
</tr>
</table>
</div>
...
...
@@ -80,9 +80,9 @@ export default {
},
created
()
{
this
.
propsParam
=
this
.
$attrs
;
//debugger;
this
.
columns
=
datas
.
columns
();
this
.
loadData
();
// this.$alert(datas.columns());
},
methods
:
{
loadData
()
{
...
...
src/views/zhcx/djbcx/components/qlxxCommon.scss
View file @
36f4716
...
...
@@ -32,6 +32,7 @@
.xxTableBox
{
overflow-x
:
scroll
;
width
:
100%
;
padding-bottom
:
120px
;
}
.xxTable
>
tr
:first-child
th
{
...
...
Please
register
or
sign in
to post a comment