Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
f7a10758
Commit
f7a10758
authored
Apr 09, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
46239881
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
consultManage.vue
src/pages/system/consultManage.vue
+12
-6
No files found.
src/pages/system/consultManage.vue
View file @
f7a10758
...
@@ -22,6 +22,12 @@
...
@@ -22,6 +22,12 @@
<template
v-slot:top=
"props"
>
<template
v-slot:top=
"props"
>
<div
class=
"col-2 q-table__title"
>
咨询信息
</div>
<div
class=
"col-2 q-table__title"
>
咨询信息
</div>
</
template
>
</
template
>
<
template
v-slot:body-cell-DealStatusStr=
"props"
>
<q-td>
<span
v-if=
"props.row.DealStatus==1"
style=
"color:rgb(103, 194, 58)"
>
{{
props
.
row
.
DealStatusStr
}}
</span>
<span
v-if=
"props.row.DealStatus==0"
style=
"color:rgb(233, 82, 82)"
>
{{
props
.
row
.
DealStatusStr
}}
</span>
</q-td>
</
template
>
<
template
v-slot:bottom
>
<
template
v-slot:bottom
>
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"pageCount"
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"pageCount"
:input=
"true"
@
input=
"changePage"
/>
:input=
"true"
@
input=
"changePage"
/>
...
@@ -31,9 +37,9 @@
...
@@ -31,9 +37,9 @@
<q-btn
flat
size=
"xs"
v-if=
"props.row.DealStatus==0"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
<q-btn
flat
size=
"xs"
v-if=
"props.row.DealStatus==0"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"处理"
@
click=
"EditConsult(props.row)"
/>
label=
"处理"
@
click=
"EditConsult(props.row)"
/>
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-View"
color=
"accent"
@
click=
"goView(props.row)"
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-View"
color=
"accent"
@
click=
"goView(props.row)"
style=
"font-weight:400"
label=
"查看"
/>
style=
"font-weight:400"
label=
"查看"
/>
<q-btn
flat
size=
"xs"
icon=
"delete"
color=
"negative"
style=
"font-weight:400"
<q-btn
flat
size=
"xs"
icon=
"delete"
color=
"negative"
style=
"font-weight:400"
label=
"删除"
label=
"删除"
@
click=
"delConsult(props.row)"
/>
@
click=
"delConsult(props.row)"
/>
</q-td>
</q-td>
</
template
>
</
template
>
</q-table>
</q-table>
...
@@ -185,17 +191,17 @@
...
@@ -185,17 +191,17 @@
}
else
{
}
else
{
this
.
consultObjOption
=
null
this
.
consultObjOption
=
null
}
}
this
.
consultObjOption
.
isView
=
-
1
;
this
.
consultObjOption
.
isView
=
-
1
;
this
.
isShowConsultForm
=
true
this
.
isShowConsultForm
=
true
},
},
//点击预览
//点击预览
goView
(
obj
){
goView
(
obj
)
{
if
(
obj
)
{
if
(
obj
)
{
this
.
consultObjOption
=
obj
this
.
consultObjOption
=
obj
}
else
{
}
else
{
this
.
consultObjOption
=
null
this
.
consultObjOption
=
null
}
}
this
.
consultObjOption
.
isView
=
1
;
this
.
consultObjOption
.
isView
=
1
;
this
.
isShowConsultForm
=
true
this
.
isShowConsultForm
=
true
},
},
//关闭弹窗
//关闭弹窗
...
...
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