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
2bb30a5b
Commit
2bb30a5b
authored
Jan 17, 2024
by
tianhongyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix styles
parent
0b5a08d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
consultingAgency.vue
...ent/components/EnterpriseList/detail/consultingAgency.vue
+12
-7
No files found.
dsk-operate-ui/src/views/consultingOrgManagement/components/EnterpriseList/detail/consultingAgency.vue
View file @
2bb30a5b
...
...
@@ -14,7 +14,7 @@
</colgroup>
-->
<tr>
<td
class=
"table-key"
>
咨询机构名称
</td>
<td>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
advisoryBody
&&
comProjectDetailInfo
.
advisoryBody
.
advisoryBodyName
?
comProjectDetailInfo
.
advisoryBody
.
advisoryBodyName
:
"-"
}}
</div>
...
...
@@ -52,7 +52,7 @@
</colgroup>
-->
<tr>
<td
class=
"table-key"
>
项目负责人
</td>
<td>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
advisoryBodyProject
&&
comProjectDetailInfo
.
advisoryBodyProject
.
projectLeader
?
comProjectDetailInfo
.
advisoryBodyProject
.
projectLeader
:
"-"
}}
</div>
...
...
@@ -61,7 +61,7 @@
</el-form-item>
</td>
<td
class=
"table-key"
>
项目负责人专业
</td>
<td>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
advisoryBodyProject
&&
comProjectDetailInfo
.
advisoryBodyProject
.
projectLeaderMajor
?
comProjectDetailInfo
.
advisoryBodyProject
.
projectLeaderMajor
:
"-"
}}
</div>
...
...
@@ -72,7 +72,7 @@
</tr>
<tr>
<td
class=
"table-key"
>
联系电话
</td>
<td
colspan=
"3"
>
<td
colspan=
"3"
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
advisoryBodyProject
&&
comProjectDetailInfo
.
advisoryBodyProject
.
projectLeaderPhone
?
comProjectDetailInfo
.
advisoryBodyProject
.
projectLeaderPhone
:
"-"
}}
</div>
...
...
@@ -95,7 +95,7 @@
</colgroup>
-->
<tr>
<td
class=
"table-key"
>
结算开始时间
</td>
<td>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
advisoryBodyProject
&&
comProjectDetailInfo
.
advisoryBodyProject
.
settleStartTime
?
comProjectDetailInfo
.
advisoryBodyProject
.
settleStartTime
:
"-"
}}
</div>
...
...
@@ -106,7 +106,7 @@
</el-form-item>
</td>
<td
class=
"table-key"
>
结算完成时间
</td>
<td>
<td
:class=
"[comIsModify ? 'td-none-padding' : '']"
>
<div
class=
"normal-value"
v-if=
"!comIsModify"
>
{{
comProjectDetailInfo
.
advisoryBodyProject
&&
comProjectDetailInfo
.
advisoryBodyProject
.
settleFinishTime
?
comProjectDetailInfo
.
advisoryBodyProject
.
settleFinishTime
:
"-"
}}
</div>
...
...
@@ -515,7 +515,7 @@ export default {
}
}
.el-form-item
{
position
:
absolut
e
;
position
:
relativ
e
;
left
:
0px
;
top
:
0px
;
width
:
100%
;
...
...
@@ -634,6 +634,11 @@ export default {
height
:
62px
;
}
}
.td-none-padding
{
padding
:
0px
;
}
.data-td
{
width
:
calc
(
100%
-
180px
);
}
...
...
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