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
fcd2b6b6
Commit
fcd2b6b6
authored
Aug 25, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
d8f1b026
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
4 deletions
+20
-4
package.json
dsk-operate-ui/package.json
+1
-0
index.scss
dsk-operate-ui/src/assets/styles/index.scss
+12
-0
main.js
dsk-operate-ui/src/main.js
+2
-1
index.vue
dsk-operate-ui/src/views/index.vue
+1
-1
localEconomy.vue
...e-ui/src/views/macro/economies/component/localEconomy.vue
+2
-2
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+2
-0
No files found.
dsk-operate-ui/package.json
View file @
fcd2b6b6
...
@@ -41,6 +41,7 @@
...
@@ -41,6 +41,7 @@
"clipboard"
:
"2.0.8"
,
"clipboard"
:
"2.0.8"
,
"core-js"
:
"3.25.3"
,
"core-js"
:
"3.25.3"
,
"echarts"
:
"^5.0.0"
,
"echarts"
:
"^5.0.0"
,
"el-table-horizontal-scroll"
:
"^1.2.5"
,
"element-resize-detector"
:
"^1.2.4"
,
"element-resize-detector"
:
"^1.2.4"
,
"element-ui"
:
"2.15.12"
,
"element-ui"
:
"2.15.12"
,
"file-saver"
:
"2.0.5"
,
"file-saver"
:
"2.0.5"
,
...
...
dsk-operate-ui/src/assets/styles/index.scss
View file @
fcd2b6b6
...
@@ -407,6 +407,18 @@ ul, li {
...
@@ -407,6 +407,18 @@ ul, li {
background
:
#566380
;
background
:
#566380
;
}
}
}
}
.el-scrollbar
{
height
:
16px
;
.el-scrollbar__bar.is-horizontal
{
height
:
8px
;
}
.el-scrollbar__thumb
{
background
:
rgba
(
98
,
110
,
126
,
0
.4
);
&
:hover
{
background
:
#566380
;
}
}
}
}
}
}
}
...
...
dsk-operate-ui/src/main.js
View file @
fcd2b6b6
...
@@ -13,7 +13,7 @@ import router from './router'
...
@@ -13,7 +13,7 @@ import router from './router'
import
directive
from
'./directive'
// directive
import
directive
from
'./directive'
// directive
import
plugins
from
'./plugins'
// plugins
import
plugins
from
'./plugins'
// plugins
import
{
download
}
from
'@/utils/request'
import
{
download
}
from
'@/utils/request'
import
horizontalScroll
from
'el-table-horizontal-scroll'
import
'./assets/icons'
// icon
import
'./assets/icons'
// icon
import
'./permission'
// permission control
import
'./permission'
// permission control
...
@@ -59,6 +59,7 @@ Vue.component('FileUpload', FileUpload)
...
@@ -59,6 +59,7 @@ Vue.component('FileUpload', FileUpload)
Vue
.
component
(
'ImageUpload'
,
ImageUpload
)
Vue
.
component
(
'ImageUpload'
,
ImageUpload
)
Vue
.
component
(
'ImagePreview'
,
ImagePreview
)
Vue
.
component
(
'ImagePreview'
,
ImagePreview
)
Vue
.
use
(
horizontalScroll
)
Vue
.
use
(
directive
)
Vue
.
use
(
directive
)
Vue
.
use
(
plugins
)
Vue
.
use
(
plugins
)
Vue
.
use
(
VueMeta
)
Vue
.
use
(
VueMeta
)
...
...
dsk-operate-ui/src/views/index.vue
View file @
fcd2b6b6
...
@@ -191,7 +191,7 @@
...
@@ -191,7 +191,7 @@
<div
class=
"list-content"
>
<div
class=
"list-content"
>
<p
class=
"list-content-text"
>
<p
class=
"list-content-text"
>
<span>
中标企业:
</span>
<span>
中标企业:
</span>
<span
><router-link
:to=
"`/enterprise/${encodeStr(item.jskEid)}`"
tag=
"a"
class=
"a-link companyName"
v-html=
"item.ename"
></router-link>
</span>
<span
@
click=
"getUipIdByCid(item.jskEid)"
class=
"a-link companyName"
>
{{item.ename}}
</span>
</p>
</p>
<p
class=
"list-content-text"
>
<p
class=
"list-content-text"
>
<span>
中标金额:
</span>
<span>
中标金额:
</span>
...
...
dsk-operate-ui/src/views/macro/economies/component/localEconomy.vue
View file @
fcd2b6b6
...
@@ -111,10 +111,10 @@ export default {
...
@@ -111,10 +111,10 @@ export default {
params
.
provinceIds
=
[
this
.
provinceId
[
0
]]
params
.
provinceIds
=
[
this
.
provinceId
[
0
]]
}
}
if
(
this
.
provinceId
.
length
>
1
){
if
(
this
.
provinceId
.
length
>
1
){
params
.
cityId
=
[
this
.
provinceId
[
1
]]
params
.
cityId
s
=
[
this
.
provinceId
[
1
]]
}
}
if
(
this
.
provinceId
.
length
>
2
){
if
(
this
.
provinceId
.
length
>
2
){
params
.
areaId
=
[
this
.
provinceId
[
2
]]
params
.
areaId
s
=
[
this
.
provinceId
[
2
]]
}
}
// params.provinceIds=[this.dataQuery.provinceId]
// params.provinceIds=[this.dataQuery.provinceId]
// this.isSkeleton = true
// this.isSkeleton = true
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
fcd2b6b6
...
@@ -29,12 +29,14 @@
...
@@ -29,12 +29,14 @@
</div>
</div>
</div>
</div>
<skeleton
v-if=
"isSkeleton"
style=
"padding: 16px"
></skeleton>
<skeleton
v-if=
"isSkeleton"
style=
"padding: 16px"
></skeleton>
<!--v-horizontal-scroll="'always'"-->
<div
class=
"table-item"
>
<div
class=
"table-item"
>
<el-table
<el-table
class=
"fixed-table"
class=
"fixed-table"
:data=
"tableData"
:data=
"tableData"
element-loading-text=
"Loading"
element-loading-text=
"Loading"
@
sort-change=
"sortChange"
@
sort-change=
"sortChange"
max-height=
"640"
border
border
highlight-current-row
highlight-current-row
v-if=
"tableDataTotal > 0 && !isSkeleton"
v-if=
"tableDataTotal > 0 && !isSkeleton"
...
...
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