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
73d9bc9a
Commit
73d9bc9a
authored
Apr 26, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
1c97d091
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
tdjy.vue
...e-ui/src/views/macro/nationalEconomies/component/tdjy.vue
+6
-3
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+2
-2
No files found.
dsk-operate-ui/src/views/macro/nationalEconomies/component/tdjy.vue
View file @
73d9bc9a
...
@@ -191,9 +191,9 @@ export default {
...
@@ -191,9 +191,9 @@ export default {
myChart4
:
''
,
myChart4
:
''
,
addressList
:[],
addressList
:[],
address
:[],
address
:[],
years
:[
2023
],
years
:[],
years1
:[
2023
],
years1
:[],
years2
:[
2023
],
years2
:[],
yearOptions
:[],
yearOptions
:[],
gyfsList
:[],
gyfsList
:[],
tdytList
:[],
tdytList
:[],
...
@@ -693,6 +693,9 @@ export default {
...
@@ -693,6 +693,9 @@ export default {
Years
.
push
(
i
);
Years
.
push
(
i
);
}
}
this
.
yearOptions
=
Years
.
reverse
()
this
.
yearOptions
=
Years
.
reverse
()
this
.
years
=
[
this
.
yearOptions
[
0
]]
this
.
years1
=
[
this
.
yearOptions
[
0
]]
this
.
years2
=
[
this
.
yearOptions
[
0
]]
},
},
formatStatus
:
function
(
row
,
column
,
cellValue
)
{
formatStatus
:
function
(
row
,
column
,
cellValue
)
{
return
cellValue
?
cellValue
:
'-'
return
cellValue
?
cellValue
:
'-'
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
73d9bc9a
...
@@ -164,8 +164,8 @@
...
@@ -164,8 +164,8 @@
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<!--
<router-link
:to=
"`/groupAccount/$
{encodeStr(scope.row.companyId)}`" tag="a" class="a-link companyName" v-html="scope.row.companyName" >
</router-link>
-->
<!--
<router-link
:to=
"`/groupAccount/$
{encodeStr(scope.row.companyId)}`" tag="a" class="a-link companyName" v-html="scope.row.companyName" >
</router-link>
-->
<router-link
:to=
"`/enterprise/$
{encodeStr(scope.row.companyId)}`" tag="a" class="a-link companyName" v-html="scope.row.companyName" >
</router-link>
<router-link
:to=
"`/enterprise/$
{encodeStr(scope.row.companyId)}`" tag="a" class="a-link companyName" v-html="scope.row.companyName" >
</router-link>
<
span
@
click=
"handleClick(scope.row)"
class=
"table-span"
style=
"color: #3D3D3D;cursor: pointer;"
v-if=
"scope.row.claimStatus === null || scope.row.claimStatus === 1"
><img
src=
"@/assets/images/urban/rl_icon1.png"
/>
认领
</span
>
<
!--
<span
@
click=
"handleClick(scope.row)"
class=
"table-span"
style=
"color: #3D3D3D;cursor: pointer;"
v-if=
"scope.row.claimStatus === null || scope.row.claimStatus === 1"
><img
src=
"@/assets/images/urban/rl_icon1.png"
/>
认领
</span>
--
>
<
span
@
click=
"cancelClaim(scope.row.companyName)"
class=
"table-span"
style=
"color: rgba(35,35,35,0.4);cursor: pointer;"
v-if=
"scope.row.claimStatus === 0"
><img
src=
"@/assets/images/urban/rl_icon2.png"
/>
已认领
</span
>
<
!--
<span
@
click=
"cancelClaim(scope.row.companyName)"
class=
"table-span"
style=
"color: rgba(35,35,35,0.4);cursor: pointer;"
v-if=
"scope.row.claimStatus === 0"
><img
src=
"@/assets/images/urban/rl_icon2.png"
/>
已认领
</span>
--
>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"city"
label=
"区域"
:formatter=
"formatStatus"
width=
"150"
>
<el-table-column
prop=
"city"
label=
"区域"
:formatter=
"formatStatus"
width=
"150"
>
...
...
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