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
de9c4f83
Commit
de9c4f83
authored
Jun 06, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
69cb243f
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3311 additions
and
7 deletions
+3311
-7
consultingAgency.vue
...ent/components/EnterpriseList/detail/consultingAgency.vue
+29
-7
index.vue
.../consultingOrgManagement/components/ProjectList/index.vue
+1
-0
EnterpriseMonitoring.vue
dsk-operate-ui/src/views/owner/EnterpriseMonitoring.vue
+740
-0
MonitoringDynamics.vue
dsk-operate-ui/src/views/owner/MonitoringDynamics.vue
+853
-0
MonitoringDynamicsgs.vue
dsk-operate-ui/src/views/owner/MonitoringDynamicsgs.vue
+851
-0
MonitoringDynamicsjy.vue
dsk-operate-ui/src/views/owner/MonitoringDynamicsjy.vue
+837
-0
No files found.
dsk-operate-ui/src/views/consultingOrgManagement/components/EnterpriseList/detail/consultingAgency.vue
View file @
de9c4f83
...
@@ -23,21 +23,43 @@
...
@@ -23,21 +23,43 @@
@
input=
"searchConsulting"
></el-input>
@
input=
"searchConsulting"
></el-input>
</el-form-item>
</el-form-item>
</td>
</td>
<td
class=
"table-key"
>
统一社会信用代码
</td>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
{{
comProjectDetailInfo
.
corporatePerson
?
comProjectDetailInfo
.
corporatePerson
:
"-"
}}
</td>
</tr>
<tr>
<td
class=
"table-key"
>
登记状态
</td>
<td>
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
</td>
<td
class=
"table-key"
>
法人代表
</td>
<td
class=
"table-key"
>
法人代表
</td>
<td>
<td>
{{
comProjectDetailInfo
.
corporatePerson
?
comProjectDetailInfo
.
corporatePerson
:
"-"
}}
{{
comProjectDetailInfo
.
corporatePerson
?
comProjectDetailInfo
.
corporatePerson
:
"-"
}}
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<
!--
<td
class=
"table-key"
>
法人联系电话
</td>
<
td
class=
"table-key"
>
成立日期
</td>
<td>
<td>
{{
comProjectDetailInfo
.
corporatePerson
?
comProjectDetailInfo
.
corporatePerson
:
"-"
}}
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
</td>
-->
</td>
<td
class=
"table-key"
>
注册资本
</td>
<td>
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
</td>
</tr>
<tr>
<td
class=
"table-key"
>
注册地址
</td>
<td
class=
"table-key"
>
注册地址
</td>
<td
colspan=
"3"
>
<td
colspan=
"3"
>
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
</td>
</td>
</tr>
</tr>
<tr>
<td
class=
"table-key"
>
经营范围
</td>
<td
colspan=
"3"
>
{{
comProjectDetailInfo
.
regAddress
?
comProjectDetailInfo
.
regAddress
:
"-"
}}
</td>
</tr>
</table>
</table>
</div>
</div>
<!-- 项目联系人 -->
<!-- 项目联系人 -->
...
...
dsk-operate-ui/src/views/consultingOrgManagement/components/ProjectList/index.vue
View file @
de9c4f83
...
@@ -187,6 +187,7 @@ export default {
...
@@ -187,6 +187,7 @@ export default {
{
label
:
'合同金额(元)'
,
prop
:
'contractOrigValue'
,
width
:
"110px"
,
align
:
"right"
,
uid
:
v4
()
},
{
label
:
'合同金额(元)'
,
prop
:
'contractOrigValue'
,
width
:
"110px"
,
align
:
"right"
,
uid
:
v4
()
},
// { label: '业主单位', prop: 'ownerName', slot: true, uid: v4(), width: "185px", showOverflowTooltip: true },
// { label: '业主单位', prop: 'ownerName', slot: true, uid: v4(), width: "185px", showOverflowTooltip: true },
// { label: '项目承接单位', prop: 'contractOrgName', width: "196px", slot: true, uid: v4() },
// { label: '项目承接单位', prop: 'contractOrgName', width: "196px", slot: true, uid: v4() },
{
label
:
'信息记录人'
,
prop
:
'infoRecorder'
,
width
:
"120px"
,
uid
:
v4
()
},
{
label
:
'创建时间'
,
prop
:
'contractSignDate'
,
width
:
"172px"
,
uid
:
v4
()
},
{
label
:
'创建时间'
,
prop
:
'contractSignDate'
,
width
:
"172px"
,
uid
:
v4
()
},
],
],
fixedPropsKey
:
[
"staticSerialNumber"
,
"projectName"
],
fixedPropsKey
:
[
"staticSerialNumber"
,
"projectName"
],
...
...
dsk-operate-ui/src/views/owner/EnterpriseMonitoring.vue
0 → 100644
View file @
de9c4f83
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/owner/MonitoringDynamics.vue
0 → 100644
View file @
de9c4f83
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/owner/MonitoringDynamicsgs.vue
0 → 100644
View file @
de9c4f83
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/owner/MonitoringDynamicsjy.vue
0 → 100644
View file @
de9c4f83
This diff is collapsed.
Click to expand it.
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