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
a498e3e9
Commit
a498e3e9
authored
Sep 15, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
dff4be02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
8 deletions
+28
-8
qgjjdq.vue
...ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
+1
-0
tdjy.vue
...e-ui/src/views/macro/nationalEconomies/component/tdjy.vue
+27
-8
No files found.
dsk-operate-ui/src/views/macro/nationalEconomies/component/qgjjdq.vue
View file @
a498e3e9
...
...
@@ -167,6 +167,7 @@
getYears
(){
getYears
({}).
then
(
res
=>
{
this
.
yearOptions
=
res
.
data
.
reverse
();
this
.
queryParams
.
year
=
this
.
yearOptions
[
0
].
year
})
},
//地区
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/tdjy.vue
View file @
a498e3e9
...
...
@@ -31,8 +31,12 @@
<template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"type"
label=
"供应方式"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"count"
label=
"土地交易项目 (个)"
align=
"right"
:formatter=
"formatStatus"
sortable
/>
<el-table-column
prop=
"rate"
label=
"占比(%)"
align=
"right"
:formatter=
"formatStatus"
width=
"100"
/>
<el-table-column
prop=
"count"
label=
"土地交易项目"
align=
"right"
:formatter=
"formatStatus"
sortable
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
count
}}
个
</
template
>
</el-table-column>
<el-table-column
prop=
"rate"
label=
"占比"
align=
"right"
:formatter=
"formatStatus"
width=
"90"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
rate
}}
%
</
template
>
</el-table-column>
</el-table>
</div>
</div>
...
...
@@ -70,8 +74,12 @@
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"type"
label=
"供应方式"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"count"
label=
"土地交易项目 (个)"
align=
"right"
:formatter=
"formatStatus"
sortable
/>
<el-table-column
prop=
"rate"
label=
"占比(%)"
align=
"right"
:formatter=
"formatStatus"
width=
"100"
/>
<el-table-column
prop=
"count"
label=
"土地交易项目"
align=
"right"
:formatter=
"formatStatus"
sortable
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
count
}}
个
</
template
>
</el-table-column>
<el-table-column
prop=
"rate"
label=
"占比"
align=
"right"
:formatter=
"formatStatus"
width=
"90"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
rate
}}
%
</
template
>
</el-table-column>
</el-table>
</div>
</div>
...
...
@@ -112,8 +120,12 @@
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"province"
label=
"地区"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"count"
label=
"土地交易项目 (个)"
align=
"right"
:formatter=
"formatStatus"
sortable
/>
<el-table-column
prop=
"rate"
label=
"占比(%)"
align=
"right"
:formatter=
"formatStatus"
width=
"100"
/>
<el-table-column
prop=
"count"
label=
"土地交易项目"
align=
"right"
:formatter=
"formatStatus"
sortable
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
count
}}
个
</
template
>
</el-table-column>
<el-table-column
prop=
"rate"
label=
"占比"
align=
"right"
:formatter=
"formatStatus"
width=
"90"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
rate
}}
%
</
template
>
</el-table-column>
</el-table>
</div>
</div>
...
...
@@ -147,8 +159,12 @@
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"type"
label=
"年份"
:formatter=
"formatStatus"
/>
<el-table-column
prop=
"count"
label=
"土地交易项目 (个)"
align=
"right"
:formatter=
"formatStatus"
sortable
/>
<el-table-column
prop=
"rate"
label=
"占比(%)"
align=
"right"
:formatter=
"formatStatus"
width=
"100"
/>
<el-table-column
prop=
"count"
label=
"土地交易项目"
align=
"right"
:formatter=
"formatStatus"
sortable
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
count
}}
个
</
template
>
</el-table-column>
<el-table-column
prop=
"rate"
label=
"占比"
align=
"right"
:formatter=
"formatStatus"
width=
"90"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
rate
}}
%
</
template
>
</el-table-column>
</el-table>
</div>
</div>
...
...
@@ -789,6 +805,9 @@ export default {
width
:
33%
;
float
:
right
;
::v-deep
.el-table
{
.caret-wrapper
{
width
:
13px
;
}
.sort-caret.ascending
{
border-bottom-color
:
rgba
(
0
,
129
,
255
,
0
.5
);
}
...
...
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