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
8ceb4f4c
Commit
8ceb4f4c
authored
Jun 30, 2023
by
caixingbing
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.60.201/root/dsk-operate-sys
parents
089a9bd8
fd4ecc80
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
29 additions
and
10 deletions
+29
-10
index.vue
dsk-operate-ui/src/views/radar/components/Bidding/index.vue
+3
-1
index.vue
...ate-ui/src/views/radar/components/Establishment/index.vue
+4
-3
index.vue
dsk-operate-ui/src/views/radar/components/Land/index.vue
+4
-2
index.vue
dsk-operate-ui/src/views/radar/components/Tender/index.vue
+8
-2
index.vue
...operate-ui/src/views/radar/components/bxprozbgg/index.vue
+5
-1
index.vue
...erate-ui/src/views/radar/components/debtProject/index.vue
+5
-1
No files found.
dsk-operate-ui/src/views/radar/components/Bidding/index.vue
View file @
8ceb4f4c
...
@@ -212,7 +212,9 @@
...
@@ -212,7 +212,9 @@
<p
class=
"list-content-text"
v-if=
"item.tenderee"
>
<p
class=
"list-content-text"
v-if=
"item.tenderee"
>
<span>
招采单位:
</span>
<span>
招采单位:
</span>
<span
v-if=
"item.tendereeId"
>
<span
v-if=
"item.tendereeId"
>
<span
class=
"blue"
@
click=
"getUipIdByCid(item.tendereeId)"
v-html=
"item.tenderee"
>
<span
class=
"blue"
@
click=
"getUipIdByCid(item.tendereeId)"
v-html=
"item.tenderee"
></span>
</span>
<span
v-else
v-html=
"item.tenderee"
>
</span>
</span>
</span>
</span>
...
...
dsk-operate-ui/src/views/radar/components/Establishment/index.vue
View file @
8ceb4f4c
...
@@ -211,10 +211,11 @@
...
@@ -211,10 +211,11 @@
<div
class=
"list-content"
>
<div
class=
"list-content"
>
<p
class=
"list-content-text"
v-if=
"item.companyName"
>
<p
class=
"list-content-text"
v-if=
"item.companyName"
>
<span>
项目业主:
</span>
<span>
项目业主:
</span>
<span
class=
"blue"
@
click=
"getUipIdByCid(item.companyId)"
v-html=
"item.companyName"
>
<span
v-if=
"item.companyId"
>
<span
class=
"blue"
@
click=
"getUipIdByCid(item.companyId)"
v-html=
"item.companyName"
></span>
</span>
<span
v-else
v-html=
"item.companyName"
>
</span>
</span>
</p>
</p>
<p
class=
"list-content-text"
v-if=
"item.money"
>
<p
class=
"list-content-text"
v-if=
"item.money"
>
...
...
dsk-operate-ui/src/views/radar/components/Land/index.vue
View file @
8ceb4f4c
...
@@ -239,8 +239,10 @@
...
@@ -239,8 +239,10 @@
<div
class=
"list-content"
v-if=
"item.companyName||item.transactionPrice||item.acreage||item.acreage"
>
<div
class=
"list-content"
v-if=
"item.companyName||item.transactionPrice||item.acreage||item.acreage"
>
<p
class=
"list-content-text"
v-if=
"item.companyName"
>
<p
class=
"list-content-text"
v-if=
"item.companyName"
>
<span>
受让人:
</span>
<span>
受让人:
</span>
<span
class=
"blue"
@
click=
"getUipIdByCid(item.companyId)"
v-html=
"item.companyName"
>
<span
v-if=
"item.companyId"
>
<span
class=
"blue"
@
click=
"getUipIdByCid(item.companyId)"
v-html=
"item.companyName"
></span>
</span>
<span
v-else
v-html=
"item.companyName"
>
</span>
</span>
</p>
</p>
...
...
dsk-operate-ui/src/views/radar/components/Tender/index.vue
View file @
8ceb4f4c
...
@@ -213,12 +213,18 @@
...
@@ -213,12 +213,18 @@
<div
class=
"list-content list-content1"
v-if=
"item.companyName||item.agency"
>
<div
class=
"list-content list-content1"
v-if=
"item.companyName||item.agency"
>
<p
class=
"list-content-text"
v-if=
"item.companyName"
>
<p
class=
"list-content-text"
v-if=
"item.companyName"
>
<span>
招采单位:
</span>
<span>
招采单位:
</span>
<span
class=
"blue"
@
click=
"getUipIdByCid(item.jskEid)"
v-html=
"item.companyName"
>
<span
v-if=
"item.jskEid"
>
<span
class=
"blue"
@
click=
"getUipIdByCid(item.jskEid)"
v-html=
"item.companyName"
></span>
</span>
<span
v-else
v-html=
"item.companyName"
>
</span>
</span>
</p>
</p>
<p
class=
"list-content-text"
v-if=
"item.agency"
>
<p
class=
"list-content-text"
v-if=
"item.agency"
>
<span>
代理单位:
</span>
<span>
代理单位:
</span>
<span
class=
"blue"
@
click=
"getUipIdByCid(item.agencyId)"
v-html=
"item.agency"
>
<span
v-if=
"item.agencyId"
>
<span
class=
"blue"
@
click=
"getUipIdByCid(item.agencyId)"
v-html=
"item.agency"
></span>
</span>
<span
v-else
v-html=
"item.agency"
>
</span>
</span>
</p>
</p>
...
...
dsk-operate-ui/src/views/radar/components/bxprozbgg/index.vue
View file @
8ceb4f4c
...
@@ -448,8 +448,12 @@
...
@@ -448,8 +448,12 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"zj"
label=
"招标人"
width=
"280"
>
<el-table-column
prop=
"zj"
label=
"招标人"
width=
"280"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span
class=
"list-titel-a"
@
click=
"getUipIdByCid(scope.row.tendereeId)"
v-html=
"scope.row.tenderee"
>
<span
v-if=
"scope.row.tendereeId"
>
<span
class=
"list-titel-a"
@
click=
"getUipIdByCid(scope.row.tendereeId)"
v-html=
"scope.row.tenderee"
></span>
</span>
</span>
<span
v-else
v-html=
"scope.row.tenderee"
>
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
dsk-operate-ui/src/views/radar/components/debtProject/index.vue
View file @
8ceb4f4c
...
@@ -135,7 +135,11 @@
...
@@ -135,7 +135,11 @@
<div
class=
"list-content"
>
<div
class=
"list-content"
>
<p
class=
"list-content-text"
v-if=
"item.projectEntity"
>
<p
class=
"list-content-text"
v-if=
"item.projectEntity"
>
<span>
项目主体:
</span>
<span>
项目主体:
</span>
<span
v-html=
"item.projectEntity"
class=
"blue"
@
click=
"getUipIdByCid(item.projectEntityId)"
></span>
<span
v-if=
"item.projectEntityId"
>
<span
class=
"list-titel-a"
@
click=
"getUipIdByCid(item.projectEntityId)"
v-html=
"scope.row.projectEntity"
></span>
</span>
<span
v-else
v-html=
"scope.row.projectEntity"
>
</span>
</p>
</p>
<p
class=
"list-content-text"
v-if=
"item.chargeDepartment"
>
<p
class=
"list-content-text"
v-if=
"item.chargeDepartment"
>
<span>
主管部门:
</span>
<span>
主管部门:
</span>
...
...
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