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
59a51757
Commit
59a51757
authored
Jul 27, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式优化
parent
e41ae7a1
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
6 deletions
+12
-6
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+4
-1
index.vue
dsk-operate-ui/src/views/detail/biddetail/index.vue
+2
-2
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+1
-1
index.vue
...iews/enterpriseData/components/SearchEnterprise/index.vue
+1
-1
details.vue
dsk-operate-ui/src/views/radar/Establishment/details.vue
+4
-1
No files found.
dsk-operate-ui/src/assets/styles/index.scss
View file @
59a51757
...
@@ -394,8 +394,11 @@ ul, li {
...
@@ -394,8 +394,11 @@ ul, li {
}
}
}
}
}
}
}
}
.el-table__body
tr
.hover-row
>
td
.el-table__cell
{
background-color
:
#DCEBFF
;
}
.common-title
{
.common-title
{
border-left
:
2px
solid
#445781
;
border-left
:
2px
solid
#445781
;
padding-left
:
8px
;
padding-left
:
8px
;
...
...
dsk-operate-ui/src/views/detail/biddetail/index.vue
View file @
59a51757
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</span>
</span>
<label
class=
"label"
>
中标时间
</label>
<label
class=
"label"
>
中标时间
</label>
<span>
{{
info
.
winBidTime
||
"--"
}}
</span>
<span>
{{
info
.
winBidTime
||
"--"
}}
</span>
<label
class=
"label"
>
中标金额
(万)
</label>
<label
class=
"label"
>
中标金额
</label>
<span>
{{
info
.
winBidAmount
||
"--"
}}
</span>
<span>
{{
info
.
winBidAmount
||
"--"
}}
</span>
</p>
</p>
<p>
<p>
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<p>
<p>
<label
class=
"label"
>
工期(天)
</label>
<label
class=
"label"
>
工期(天)
</label>
<span>
{{
info
.
period
||
"--"
}}
</span>
<span>
{{
info
.
period
||
"--"
}}
</span>
<label
class=
"label"
>
下浮率
</label>
<label
class=
"label"
>
下浮率
(%)
</label>
<span>
{{
info
.
lowerRate
||
"--"
}}
</span>
<span>
{{
info
.
lowerRate
||
"--"
}}
</span>
<label
class=
"label"
>
建设性质
</label>
<label
class=
"label"
>
建设性质
</label>
<span>
{{
info
.
projectNature
||
"--"
}}
</span>
<span>
{{
info
.
projectNature
||
"--"
}}
</span>
...
...
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
59a51757
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"content_item"
>
<div
class=
"content_item"
>
<div
class=
"content_right item_ckquery_list"
>
<div
class=
"content_right item_ckquery_list"
>
<el-input
class=
"ename_input"
placeholder=
"请输入企业名称关键字"
v-model=
"keys"
>
<el-input
class=
"ename_input"
placeholder=
"请输入企业名称关键字"
clearable
v-model=
"keys"
>
<div
slot=
"append"
class=
"btn-search"
@
click=
"search()"
>
搜索
</div>
<div
slot=
"append"
class=
"btn-search"
@
click=
"search()"
>
搜索
</div>
</el-input>
</el-input>
...
...
dsk-operate-ui/src/views/enterpriseData/components/SearchEnterprise/index.vue
View file @
59a51757
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"content_item content_item_padding0"
>
<div
class=
"content_item content_item_padding0"
>
<div
class=
"content_right item_ckquery_list"
>
<div
class=
"content_right item_ckquery_list"
>
<el-input
class=
"ename_input"
placeholder=
"请输入关键字,如企业名称、统一社会信用代码等"
v-model=
"ename"
@
input=
"projectNamebtn('ename',ename,'关键字:')"
>
<el-input
class=
"ename_input"
clearable
placeholder=
"请输入关键字,如企业名称、统一社会信用代码等"
v-model=
"ename"
@
input=
"projectNamebtn('ename',ename,'关键字:')"
>
<div
slot=
"append"
class=
"btn-search"
@
click=
"search()"
>
搜索
</div>
<div
slot=
"append"
class=
"btn-search"
@
click=
"search()"
>
搜索
</div>
</el-input>
</el-input>
<!--
<template
v-if=
"ename"
>
<!--
<template
v-if=
"ename"
>
...
...
dsk-operate-ui/src/views/radar/Establishment/details.vue
View file @
59a51757
...
@@ -87,7 +87,10 @@
...
@@ -87,7 +87,10 @@
</p>
</p>
<p>
<p>
<label
class=
"label"
>
项目联系方式
</label>
<label
class=
"label"
>
项目联系方式
</label>
<span>
{{textList.personTel||'--'}}
</span>
<span
v-if=
"textList.personTel && textList.personTel.length>0"
>
<
template
v-for=
"item in JSON.parse(textList.personTel)"
>
{{
item
.
tel
}}
</
template
>
</span>
<span
v-else
>
--
</span>
<label
class=
"label"
>
行业分类
</label>
<label
class=
"label"
>
行业分类
</label>
<span>
{{textList.projectIndustry||'--'}}
</span>
<span>
{{textList.projectIndustry||'--'}}
</span>
</p>
</p>
...
...
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