Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qr-consistency-vue3
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
刘怀志
qr-consistency-vue3
Commits
d2085adb
Commit
d2085adb
authored
Apr 28, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dialog对话框全局修改
parent
1b90c3eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
12 deletions
+31
-12
element-ui.scss
src/assets/styles/element-ui.scss
+19
-0
index.vue
...olPlan/controlPlanNotice/notificationManagement/index.vue
+12
-12
No files found.
src/assets/styles/element-ui.scss
View file @
d2085adb
...
@@ -95,3 +95,22 @@
...
@@ -95,3 +95,22 @@
.el-dropdown
.el-dropdown-link
{
.el-dropdown
.el-dropdown-link
{
color
:
var
(
--
el-color-primary
)
!
important
;
color
:
var
(
--
el-color-primary
)
!
important
;
}
}
//对话框全局修改
.el-dialog__header.show-close
{
background-color
:
#f3f4f7
;
font-size
:
16px
;
padding
:
14px
16px
;
font-weight
:
bold
;
color
:
#545559
;
}
.el-dialog
{
padding
:
0
;
}
.el-dialog__title
{
font-size
:
16px
;
color
:
#0C214D
;
}
.el-dialog__body
{
padding
:
16px
;
}
src/views/controlPlan/controlPlanNotice/notificationManagement/index.vue
View file @
d2085adb
...
@@ -337,6 +337,8 @@
...
@@ -337,6 +337,8 @@
:dept-list=
"userList"
:dept-list=
"userList"
name-key=
"nickName"
name-key=
"nickName"
dept-key=
"dept"
dept-key=
"dept"
name-list-key=
"nickName"
name-id-key=
"userId"
:selection-mode=
"selectType"
:selection-mode=
"selectType"
@
submit=
"handleSelectionSubmit"
@
submit=
"handleSelectionSubmit"
@
close=
"() => selectRole = false"
@
close=
"() => selectRole = false"
...
@@ -357,7 +359,7 @@
...
@@ -357,7 +359,7 @@
<el-table-column
label=
"部门"
align=
"center"
prop=
"deptName"
/>
<el-table-column
label=
"部门"
align=
"center"
prop=
"deptName"
/>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<el-table-column
label=
"操作"
align=
"center"
class-name=
"small-padding fixed-width"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<el-button
type=
"text"
style=
"color: rgb(255,54,54)"
@
click=
"
copeAdd
(scope.row)"
>
移除
</el-button>
<el-button
type=
"text"
style=
"color: rgb(255,54,54)"
@
click=
"
remove
(scope.row)"
>
移除
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -384,6 +386,8 @@ const tableList =ref([])
...
@@ -384,6 +386,8 @@ const tableList =ref([])
const
modelCodeList
=
ref
([])
const
modelCodeList
=
ref
([])
const
dialogVisible
=
ref
(
false
)
const
dialogVisible
=
ref
(
false
)
const
dialogTitle
=
ref
(
''
)
const
dialogTitle
=
ref
(
''
)
//临时打开的认证负责人
const
tPersonListStr
=
ref
(
''
)
//人员选择数据
//人员选择数据
const
userList
=
ref
([])
const
userList
=
ref
([])
const
selectRole
=
ref
(
false
)
//组件控制,默认关闭
const
selectRole
=
ref
(
false
)
//组件控制,默认关闭
...
@@ -395,9 +399,7 @@ const total = ref(0)
...
@@ -395,9 +399,7 @@ const total = ref(0)
const
unitList
=
ref
([])
const
unitList
=
ref
([])
const
brandList
=
ref
([])
const
brandList
=
ref
([])
const
drawerQueryParams
=
ref
({
const
drawerQueryParams
=
ref
({
//暂时写死等接口
approvalPerson
:
"2"
,
certificationResponsiblePerson
:
"2,100,101"
})
})
const
queryParams
=
ref
({
const
queryParams
=
ref
({
pageNum
:
1
,
pageNum
:
1
,
...
@@ -497,6 +499,11 @@ function getBrandDataList(){
...
@@ -497,6 +499,11 @@ function getBrandDataList(){
})
})
}
}
function
remove
(
row
){
console
.
log
(
row
)
}
function
onChange
(){
function
onChange
(){
let
id
=
drawerQueryParams
.
value
.
businessDivisionId
let
id
=
drawerQueryParams
.
value
.
businessDivisionId
drawerQueryParams
.
value
.
vehicleSeries
=
null
drawerQueryParams
.
value
.
vehicleSeries
=
null
...
@@ -551,9 +558,7 @@ function getALLModelCodeList(){
...
@@ -551,9 +558,7 @@ function getALLModelCodeList(){
//抽屉取消
//抽屉取消
function
cancelClick
(){
function
cancelClick
(){
drawerQueryParams
.
value
=
{
drawerQueryParams
.
value
=
{
//暂时写死等接口
approvalPerson
:
"2"
,
certificationResponsiblePerson
:
"2,100,101"
}
}
drawer
.
value
=
false
drawer
.
value
=
false
}
}
...
@@ -608,12 +613,7 @@ getBrandDataList()
...
@@ -608,12 +613,7 @@ getBrandDataList()
:deep
(
.el-pagination.is-background
.el-pager
li
.is-active
)
{
:deep
(
.el-pagination.is-background
.el-pager
li
.is-active
)
{
background-color
:
#0154FB
;
background-color
:
#0154FB
;
}
}
:deep
(
.el-dialog__title
)
{
font-size
:
14px
;
font-weight
:
bold
;
color
:
#545559
;
}
:deep
(
.custom-dialog
)
{
:deep
(
.custom-dialog
)
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
...
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