Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
7ddedfe7
Commit
7ddedfe7
authored
Aug 02, 2023
by
huangjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
e33b04fa
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
5 deletions
+11
-5
project.scss
dsk-operate-ui/src/assets/styles/project.scss
+6
-0
index.vue
...operate-ui/src/views/custom/historicalCustomers/index.vue
+1
-1
Tables.vue
dsk-operate-ui/src/views/detail/party-a/component/Tables.vue
+1
-1
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+1
-1
xgqy.vue
...erate-ui/src/views/project/projectList/component/xgqy.vue
+1
-1
zlwd.vue
...erate-ui/src/views/project/projectList/component/zlwd.vue
+1
-1
No files found.
dsk-operate-ui/src/assets/styles/project.scss
View file @
7ddedfe7
...
...
@@ -1244,3 +1244,9 @@
overflow-y
:
clip
;
}
}
.el-table__fixed
{
.el-table__body
{
padding-bottom
:
16px
;
}
}
dsk-operate-ui/src/views/custom/historicalCustomers/index.vue
View file @
7ddedfe7
...
...
@@ -18,7 +18,7 @@
</div>
</div>
<skeleton
v-if=
"isSkeleton"
></skeleton>
<el-table
v-if=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
<el-table
v-if=
"!isSkeleton&&tableData.total > 0"
class=
"fixed-table"
max-height=
"640"
:data=
"tableData.rows"
stripe
border
style=
"width: 100%"
>
...
...
dsk-operate-ui/src/views/detail/party-a/component/Tables.vue
View file @
7ddedfe7
...
...
@@ -21,7 +21,7 @@
<template
slot-scope=
"scope"
>
{{
queryParams
.
pageNum
*
queryParams
.
pageSize
-
queryParams
.
pageSize
+
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<
template
v-for=
"item in forData"
>
<el-table-column
<el-table-column
max-height=
"640"
:label=
"item.label"
:prop=
"item.prop"
:width=
"item.width"
...
...
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
7ddedfe7
...
...
@@ -12,7 +12,7 @@
<div
class=
"p2"
>
抱歉,你还未添加相关数据,快去添加吧
</div>
<div
class=
"btn btn_primary h36 w102"
@
click=
"opennew"
v-if=
"isDisableds == false"
>
新增联系人
</div>
</div>
<el-table
class=
"fixed-table"
v-else
<el-table
class=
"fixed-table"
v-else
max-height=
"640"
:data=
"tableData"
stripe
border
style=
"width: 100%"
...
...
dsk-operate-ui/src/views/project/projectList/component/xgqy.vue
View file @
7ddedfe7
...
...
@@ -22,7 +22,7 @@
<div
class=
"p2"
>
建议调整关键词或添加相关企业,重新搜索
</div>
<div
class=
"btn btn_primary h36 w102"
@
click=
"opennew"
v-if=
"isDisableds==false"
>
新增相关企业
</div>
</div>
<el-table
v-else-if=
"!isSkeleton"
class=
"fixed-table"
<el-table
v-else-if=
"!isSkeleton"
class=
"fixed-table"
max-height=
"640"
:data=
"tableData.rows"
style=
"width: 100%"
:default-sort =
"
{prop: 'depth', order: 'descending'}"
...
...
dsk-operate-ui/src/views/project/projectList/component/zlwd.vue
View file @
7ddedfe7
...
...
@@ -80,7 +80,7 @@
上传文档
</el-upload></div>
</div>
<el-table
v-else-if=
"!isSkeleton"
class=
"fixed-table"
<el-table
v-else-if=
"!isSkeleton"
class=
"fixed-table"
max-height=
"640"
:data=
"fileDatas.rows"
style=
"width: 100%"
:default-sort =
"
{prop: 'creatTime', order: 'descending'}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment