Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
26a99df3
Commit
26a99df3
authored
Jul 03, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a6e19278
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
.env.production
dsk-operate-ui/.env.production
+1
-1
advisoryOrgan.vue
dsk-operate-ui/src/views/bigDataSearch/advisoryOrgan.vue
+1
-0
index.vue
.../consultingOrgManagement/components/ProjectList/index.vue
+4
-1
consultingAgencyCooperation.vue
...rty-a/internalCooperation/consultingAgencyCooperation.vue
+3
-3
No files found.
dsk-operate-ui/.env.production
View file @
26a99df3
...
...
@@ -8,7 +8,7 @@ ENV = 'production'
VUE_APP_BASE_API = 'http://172.17.0.75:9099/prod-api'
# 子系统地址
#
VUE_APP_SUB_SYSTEM_ADDRESS = "https://plug.jiansheku.com"
VUE_APP_SUB_SYSTEM_ADDRESS = "https://plug.jiansheku.com"
# Bi大屏系统地址
#VUE_APP_BI_SYSTEM_ADDRESS = "https://192.168.60.104:8001"
dsk-operate-ui/src/views/bigDataSearch/advisoryOrgan.vue
View file @
26a99df3
...
...
@@ -36,6 +36,7 @@ export default {
},
created
()
{
this
.
domain
=
process
.
env
.
VUE_APP_SUB_SYSTEM_ADDRESS
;
this
.
gettokens
();
this
.
iframeObserver
();
let
that
=
this
;
...
...
dsk-operate-ui/src/views/consultingOrgManagement/components/ProjectList/index.vue
View file @
26a99df3
...
...
@@ -89,7 +89,10 @@
<el-table-column
label=
"发包人名称"
min-width=
"170"
prop=
"ownerName"
>
<
template
slot-scope=
"scope"
>
<!--
<span
v-if=
"scope.row.ownerUnitCid"
class=
"no-line-feed"
@
click=
"viewOwnerUnit(scope.row)"
>
{{
scope
.
row
.
ownerName
}}
</span>
-->
<span
v-if=
"scope.row.ownerUnitCid"
class=
"no-line-feed"
@
click=
"viewOwnerUnit(scope.row)"
>
{{
scope
.
row
.
ownerName
}}
</span>
<div
v-if=
"scope.row.ownerName"
>
<span
v-if=
"scope.row.ownerUnitCid"
class=
"no-line-feed"
@
click=
"viewOwnerUnit(scope.row)"
>
{{
scope
.
row
.
ownerName
}}
</span>
<span
v-else
>
{{
scope
.
row
.
ownerName
}}
</span>
</div>
<span
v-else
>
-
</span>
</
template
>
</el-table-column>
...
...
dsk-operate-ui/src/views/detail/party-a/internalCooperation/consultingAgencyCooperation.vue
View file @
26a99df3
...
...
@@ -208,7 +208,7 @@ export default {
//可访问data属性
created
()
{
this
.
initDetail
();
this
.
formData
[
2
].
options
=
this
.
engineeringCategoryDetailOptions
//
this.formData[2].options=this.engineeringCategoryDetailOptions
},
//计算集
computed
:
{
...
...
@@ -230,7 +230,7 @@ export default {
try
{
const
result
=
await
getProjectUndertakingTypesApi
();
if
(
result
.
code
==
200
&&
result
?.
data
?.
length
)
{
this
.
formData
[
1
].
options
=
result
.
data
.
map
(
item
=>
({
value
:
item
,
label
:
item
}));
//
this.formData[1].options = result.data.map(item => ({ value: item, label: item }));
}
}
catch
(
error
)
{
...
...
@@ -241,7 +241,7 @@ export default {
const
area
=
await
getAllAreaApi
();
if
(
area
.
code
==
200
)
{
this
.
areaList
=
area
.
data
;
this
.
$set
(
this
.
formData
[
0
],
"options"
,
this
.
areaList
);
//
this.$set(this.formData[0], "options", this.areaList);
console
.
log
();
}
}
catch
(
error
)
{
...
...
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