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
df1c81f3
Commit
df1c81f3
authored
Sep 13, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
6aad34ff
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
5 deletions
+12
-5
noData.vue
dsk-operate-ui/src/views/component/noData.vue
+9
-2
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+1
-1
index.vue
dsk-operate-ui/src/views/project/overview/index.vue
+1
-1
index.vue
...rate-ui/src/views/radar/components/MajorProject/index.vue
+1
-1
No files found.
dsk-operate-ui/src/views/component/noData.vue
View file @
df1c81f3
...
...
@@ -2,8 +2,11 @@
<div
class=
"no-data"
>
<div
class=
"no-data-box"
>
<img
:src=
"noData"
alt=
"抱歉,没找到相关数据"
/>
<div
v-if=
"record"
>
抱歉,您还未添加跟进动态
</div>
<template
v-else
>
<div
v-if=
"text"
>
抱歉,您还未添加
{{
text
}}
项目
</div>
<div
v-else
>
抱歉,没找到相关数据
</div>
</
template
>
<span
v-if=
"condition"
>
建议调整关键词或筛选条件,重新搜索
</span>
</div>
</div>
...
...
@@ -13,6 +16,10 @@
export
default
{
name
:
"NoData"
,
props
:
{
record
:
{
type
:
Boolean
,
default
:
false
},
condition
:
{
type
:
Boolean
,
default
:
false
...
...
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
df1c81f3
...
...
@@ -151,7 +151,7 @@
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}" v-horizontal-scroll="'hover'" class="table-item1 fixed-table" border highlight-current-row>
<el-table-column
type=
"index"
label=
"序号"
fixed
width=
"60"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
pageNum
-
1
)
*
20
+
scope
.
$index
+
1
}}
</span>
<span>
{{
(
pageNum
-
1
)
*
pageSize
+
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"公司名称"
fixed
width=
"380"
>
...
...
dsk-operate-ui/src/views/project/overview/index.vue
View file @
df1c81f3
...
...
@@ -345,7 +345,7 @@
</div>
</div>
</template>
<no-data
:
condition
=
"true"
style=
"padding:40px"
v-if=
"viewData6.length==0"
/>
<no-data
:
record
=
"true"
style=
"padding:40px"
v-if=
"viewData6.length==0"
/>
</div>
</el-card>
</div>
...
...
dsk-operate-ui/src/views/radar/components/MajorProject/index.vue
View file @
df1c81f3
...
...
@@ -51,7 +51,7 @@
</div>
<el-dropdown
@
command=
"transactionPricehandleCommand"
class=
"el-dropdown-land"
placement=
"bottom-start"
trigger=
"click"
ref=
"transactionPriceShowPopper"
:hide-on-click=
"false"
>
<span
class=
"el-dropdown-link"
:class=
"importantProjectDto.startMoney ||importantProjectDto.endMoney ? 'color_text': ''"
>
项目投资额
(万元)
{{
importantProjectDto
.
startMoney
||
importantProjectDto
.
endMoney
?
" 1项"
:
""
}}
<i
class=
"el-icon-caret-bottom"
></i>
项目投资额
{{
importantProjectDto
.
startMoney
||
importantProjectDto
.
endMoney
?
" 1项"
:
""
}}
<i
class=
"el-icon-caret-bottom"
></i>
</span>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
v-for=
"(item, i) in transactionPriceOptions"
:class=
"importantProjectDto.startMoney == item.value[0] &&importantProjectDto.endMoney == item.value[1] &&
...
...
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