Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
Overview
Overview
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
gic-web
marketing-opeartion
Commits
5c10508e
Commit
5c10508e
authored
Nov 23, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案添加
parent
929b6d37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
detail-table.vue
src/views/message/component/detail-table.vue
+15
-10
No files found.
src/views/message/component/detail-table.vue
View file @
5c10508e
...
...
@@ -3,21 +3,21 @@
<div
class=
"top"
>
<div
class=
"left"
>
<el-input
v-model=
"search.searchKey"
@
change=
"searchTypeChange"
placeholder=
"请输入GIC短信模板ID/模板名称/模板内容"
prefix-icon=
"el-icon-search"
style=
"width: 315px"
/>
<el-select
v-model=
"search.smsType"
@
change=
"searchTypeChange"
placeholder=
"请选择模板类型"
class=
"w148 ml10"
>
<label
class=
"choose_tip"
>
短信通道
</label><el-select
v-model=
"search.channelType"
@
change=
"searchTypeChange"
placeholder=
"通道类型"
class=
"w148 ml10"
>
<el-option
v-for=
"item in channelList"
:key=
"item.channelId"
:value=
"item.channelId"
:label=
"item.channelName"
/>
</el-select>
<label
class=
"choose_tip"
>
模板类型
</label><el-select
v-model=
"search.smsType"
@
change=
"searchTypeChange"
placeholder=
"请选择模板类型"
class=
"w148 ml10"
>
<el-option
v-for=
"item in smsList"
:key=
"item.value"
:value=
"item.value"
:label=
"item.label"
/>
</el-select>
<el-select
v-model=
"search.auditStatus"
@
change=
"searchTypeChange"
placeholder=
"商户后台状态"
class=
"w148 ml10"
>
<
label
class=
"choose_tip"
>
商户后台状态
</label><
el-select
v-model=
"search.auditStatus"
@
change=
"searchTypeChange"
placeholder=
"商户后台状态"
class=
"w148 ml10"
>
<el-option
v-for=
"item in auditStatusList"
:key=
"item.value"
:value=
"item.value"
:label=
"item.label"
/>
</el-select>
<el-select
v-model=
"search.channelType"
@
change=
"searchTypeChange"
placeholder=
"通道类型"
class=
"w148 ml10"
>
<el-option
v-for=
"item in channelList"
:key=
"item.channelId"
:value=
"item.channelId"
:label=
"item.channelName"
/>
</el-select>
<el-select
v-model=
"search.channelStatus"
@
change=
"searchTypeChange"
placeholder=
"商户后台状态"
class=
"w148 ml10"
>
<label
class=
"choose_tip"
>
通道审核状态
</label><el-select
v-model=
"search.channelStatus"
@
change=
"searchTypeChange"
placeholder=
"通道审核状态"
class=
"w148 ml10"
>
<el-option
v-for=
"item in channelStatusList"
:key=
"item.value"
:value=
"item.value"
:label=
"item.label"
/>
</el-select>
</div>
<div
class=
"right"
>
<el-button
type=
"primary"
@
click=
"submitExamine"
>
全量提交审核
</el-button>
<el-button
type=
"primary"
@
click=
"submitExamine"
:disabled=
"!tableData.data.length"
>
全量提交审核
</el-button>
</div>
</div>
<div
class=
"content mt20"
>
...
...
@@ -79,8 +79,8 @@ export default {
auditStatusList
:
[
{
label
:
'全部'
,
value
:
null
},
{
label
:
'已通过'
,
value
:
0
},
{
label
:
'未通过'
,
value
:
2
},
{
label
:
'审核中'
,
value
:
1
},
{
label
:
'未通过'
,
value
:
2
}
],
channelList
:
[],
channelStatusList
:
[
...
...
@@ -210,10 +210,11 @@ export default {
// 提交审核
async
submitExamine
(
row
)
{
try
{
await
this
.
$confirm
(
'
确认要全量提交审核吗?
'
,
''
,
{
await
this
.
$confirm
(
'
<div>只会将GIC商户后台已通过的短信模板提交给其他可用短信通道审核<p>确认要全量提交审核吗?</p></div>
'
,
''
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
type
:
'warning'
,
dangerouslyUseHTMLString
:
true
});
await
sendExamine
({
enterpriseId
:
this
.
$route
.
query
.
id
});
this
.
$message
.
success
(
'提交成功'
);
...
...
@@ -260,9 +261,13 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
//
min-width
:
1320px
;
}
.icon
{
color
:
#2f54eb
;
margin-left
:
6px
;
}
.choose_tip
{
margin-left
:
10px
;
}
</
style
>
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