Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
enterprise-serevice-platform-web
Project
Project
Details
Activity
Releases
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
张伯涛
enterprise-serevice-platform-web
Commits
d9f20d5f
Commit
d9f20d5f
authored
Oct 31, 2022
by
高宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关联企业 修复部分样式bug
parent
06f81080
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
12 deletions
+29
-12
AffiliatedEnterprises.vue
...views/personalCenter/components/AffiliatedEnterprises.vue
+29
-12
No files found.
src/views/personalCenter/components/AffiliatedEnterprises.vue
View file @
d9f20d5f
...
...
@@ -227,6 +227,7 @@
</el-row>
<div><span
class=
"form-title"
>
三: 经营数据
</span></div>
<el-table
:header-cell-style=
"
{background:'#EDF5FD'}"
class="businessData"
border
style="padding-right: 10px"
...
...
@@ -303,6 +304,7 @@
<div><span
class=
"form-title"
>
四: 知识产权
</span></div>
<el-table
class=
"intellectualProperty"
:header-cell-style=
"{background:'#EDF5FD'}"
border
style=
"padding-right: 10px"
:data=
"Intellectual"
...
...
@@ -355,6 +357,7 @@
<div><span
class=
"form-title"
>
五: 项目信息
</span></div>
<el-table
class=
"ProjectInformation"
:header-cell-style=
"{background:'#EDF5FD'}"
border
style=
"padding-right: 10px"
:data=
" ProjectInformation"
...
...
@@ -393,6 +396,7 @@
</el-table>
<div><span
class=
"form-title"
>
六: 载体信息
</span></div>
<el-table
:header-cell-style=
"{background:'#EDF5FD'}"
class=
"Carrierinformation"
border
style=
"padding-right: 10px"
...
...
@@ -1337,11 +1341,12 @@ export default {
},
/** 移除企业**/
async
deleteEnterPrises
()
{
const
deleteEnterById
=
await
this
.
$confirm
(
'
此操作将永久删除该企业,是否继续?
'
,
'提示'
,
{
const
deleteEnterById
=
await
this
.
$confirm
(
'
<span style="color: #333333;font-size: 15px;">此操作将永久删除该企业,是否继续?</span>
'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonClass
:
'cancelBtn'
,
confirmButtonClass
:
'confirmBtn'
,
dangerouslyUseHTMLString
:
true
,
type
:
'warning'
})
if
(
deleteEnterById
!==
'confirm'
)
{
...
...
@@ -1363,11 +1368,12 @@ export default {
/** 切换中移除企业**/
async
deleteInfo
(
row
)
{
console
.
log
(
row
.
id
)
const
deleteInfoById
=
await
this
.
$confirm
(
'
确定要移除企业么
'
,
'提示'
,
{
const
deleteInfoById
=
await
this
.
$confirm
(
'
<span style="color: #333333;font-size: 15px;">确定要移除企业么</span>
'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonClass
:
'cancelBtn'
,
confirmButtonClass
:
'confirmBtn'
,
dangerouslyUseHTMLString
:
true
,
type
:
'warning'
})
if
(
deleteInfoById
!==
'confirm'
)
{
...
...
@@ -1643,7 +1649,7 @@ export default {
width
:
152px
;
height
:
19px
;
font-size
:
19px
;
font-family
:
Source
Han
Sans
CN-
Bold
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-
Regular
,
Source
Han
Sans
CN
;
margin-top
:
20px
;
font-weight
:
bold
;
color
:
#333333
;
...
...
@@ -1685,27 +1691,42 @@ export default {
}
.Inputname
{
color
:
#333333
;
::v-deep
.el-input__inner
{
color
:
#333333
!
important
;
}
width
:
430px
;
height
:
36px
;
//width: 633px;
//height: 36px;
background
:
#EBEBEB
;
border-style
:
none
;
border-radius
:
6px
6px
6px
6px
;
font-size
:
15px
;
font-weight
:
400
;
color
:
#333333
;
border-style
:
none
!
important
;
}
.fromSpan
{
::v-deep
.el-input__inner
{
color
:
#333333
!
important
;
background-color
:
#EBEBEB
!
important
;
border-style
:
none
!
important
;
}
width
:
200px
;
height
:
36px
;
font-size
:
15px
;
font-weight
:
400
;
color
:
#707070
;
}
.fromSpan1
{
::v-deep
.el-input__inner
{
color
:
#333333
!
important
;
background-color
:
#EBEBEB
!
important
;
border-style
:
none
!
important
;
}
font-size
:
15px
;
font-weight
:
400
;
color
:
#707070
;
border-style
:
none
!
important
;
}
.switchEnterprises
{
...
...
@@ -1739,10 +1760,6 @@ export default {
text-align
:
center
;
}
::v-deep
.el-form-item__label
{
font-weight
:
bold
;
}
.unitItem
{
::v-deep
.el-form-item__content
{
display
:
flex
;
...
...
@@ -1765,7 +1782,7 @@ export default {
width
:
152px
;
height
:
19px
;
font-size
:
19px
;
font-family
:
Source
Han
Sans
CN-
Bold
,
Source
Han
Sans
CN
;
font-family
:
Source
Han
Sans
CN-
Regular
,
Source
Han
Sans
CN
;
margin-top
:
20px
;
font-weight
:
bold
;
color
:
#333333
;
...
...
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