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
0abf29ee
Commit
0abf29ee
authored
Sep 21, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
60e12d26
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
14 deletions
+25
-14
index.vue
dsk-operate-ui/src/views/index.vue
+6
-2
BI.vue
...ate-ui/src/views/macro/nationalEconomies/component/BI.vue
+4
-0
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+2
-2
zhongbiao.vue
...src/views/macro/nationalEconomies/component/zhongbiao.vue
+9
-9
index.vue
dsk-operate-ui/src/views/macro/nationalEconomies/index.vue
+3
-0
vue.config.js
dsk-operate-ui/vue.config.js
+1
-1
No files found.
dsk-operate-ui/src/views/index.vue
View file @
0abf29ee
...
...
@@ -13,7 +13,9 @@
</el-col>
<el-col
:span=
"8"
>
<div
class=
"user"
@
click=
"handleChange"
>
<h3>
{{
nickName
}}
<span>
总经理
</span></h3>
<h3>
{{
nickName
}}
<!--
<span>
总经理
</span>
-->
</h3>
<p>
您好,祝您工作顺利每一天
</p>
</div>
</el-col>
...
...
@@ -345,7 +347,9 @@
<el-col
:span=
"6"
>
<div
class=
"content-right"
>
<div
class=
"user"
@
click=
"handleChange"
>
<h3>
李婷婷
<span>
营销员
</span></h3>
<h3>
李婷婷
<!--<span>营销员</span>-->
</h3>
<p>
您好,祝您工作顺利每一天
</p>
</div>
<div
class=
"search"
>
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/BI.vue
View file @
0abf29ee
...
...
@@ -39,6 +39,10 @@
}
.el-tabs__header
{
margin
:
0
;
position
:
sticky
;
top
:
104px
;
z-index
:
999
;
background
:
#fff
;
.el-tabs__item
{
padding
:
0
16px
;
font-size
:
16px
;
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
0abf29ee
...
...
@@ -422,13 +422,13 @@
overflow
:visible
;
.el-table__header-wrapper
{
position
:
sticky
;
top
:
56
px
;
top
:
104
px
;
z-index
:
9
;
}
.el-table__fixed-header-wrapper
{
position
:
sticky
;
z-index
:
9
;
top
:
56
px
;
top
:
104
px
;
}
.el-table__fixed
{
overflow-x
:
clip
;
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/zhongbiao.vue
View file @
0abf29ee
...
...
@@ -422,20 +422,20 @@
}
lowerRangeTenderType
(
params
).
then
(
res
=>
{
this
.
xmlxState
=
false
;
for
(
var
i
=
0
;
i
<
res
.
data
.
length
;
i
++
){
for
(
let
j
=
0
;
j
<
res
.
data
[
i
].
typeList
.
length
;
j
++
){
if
(
res
.
data
[
i
].
typeList
[
j
].
tenderType
===
'施工'
){
res
.
data
[
i
].
sgRate
=
res
.
data
[
i
].
typeList
[
j
].
rate
.
toFixed
(
2
)
for
(
var
i
=
0
;
i
<
res
.
data
.
result
.
length
;
i
++
){
for
(
let
j
=
0
;
j
<
res
.
data
.
result
[
i
].
typeList
.
length
;
j
++
){
if
(
res
.
data
.
result
[
i
].
typeList
[
j
].
tenderType
===
'施工'
){
res
.
data
.
result
[
i
].
sgRate
=
res
.
data
.
result
[
i
].
typeList
[
j
].
rate
.
toFixed
(
2
)
}
if
(
res
.
data
[
i
].
typeList
[
j
].
tenderType
===
'勘察设计'
){
res
.
data
[
i
].
kcsjRate
=
res
.
data
[
i
].
typeList
[
j
].
rate
.
toFixed
(
2
)
if
(
res
.
data
.
result
[
i
].
typeList
[
j
].
tenderType
===
'勘察设计'
){
res
.
data
.
result
[
i
].
kcsjRate
=
res
.
data
.
result
[
i
].
typeList
[
j
].
rate
.
toFixed
(
2
)
}
if
(
res
.
data
[
i
].
typeList
[
j
].
tenderType
===
'监理'
){
res
.
data
[
i
].
jlRate
=
res
.
data
[
i
].
typeList
[
j
].
rate
.
toFixed
(
2
)
if
(
res
.
data
.
result
[
i
].
typeList
[
j
].
tenderType
===
'监理'
){
res
.
data
.
result
[
i
].
jlRate
=
res
.
data
.
result
[
i
].
typeList
[
j
].
rate
.
toFixed
(
2
)
}
}
}
this
.
xmxflList
=
res
.
data
;
this
.
xmxflList
=
res
.
data
.
result
;
if
(
this
.
xmxflList
){
this
.
$nextTick
(()
=>
{
this
.
initChart6
(
this
.
xmxflList
)
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/index.vue
View file @
0abf29ee
...
...
@@ -80,6 +80,9 @@ export default {
background
:
#FFFFFF
;
border-radius
:
4px
;
color
:
#232323
;
position
:
sticky
;
top
:
56px
;
z-index
:
999
;
::v-deep
.el-tabs
{
height
:
48px
;
line-height
:
48px
;
...
...
dsk-operate-ui/vue.config.js
View file @
0abf29ee
...
...
@@ -34,7 +34,7 @@ module.exports = {
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
target
:
`http://
139.9.157.4
9:9099/prod-api`
,
//测试
target
:
`http://
47.104.91.22
9:9099/prod-api`
,
//测试
// target: `http://localhost:9099`,//测试
// target: `http://122.9.160.122:9011`, //线上
// target: `http://192.168.0.165:9098`,//施
...
...
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