Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
ac06cc73
Commit
ac06cc73
authored
Jul 22, 2022
by
houjn@hikoon.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
短信模板宽度
parent
0e64314c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
smsTemplate.vue
src/views/system/sms/smsTemplate.vue
+4
-4
No files found.
src/views/system/sms/smsTemplate.vue
View file @
ac06cc73
...
...
@@ -58,8 +58,8 @@
<el-table
v-loading=
"loading"
:data=
"list"
>
<el-table-column
label=
"模板编码"
align=
"center"
prop=
"code"
/>
<el-table-column
label=
"模板名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"中文API模板编号"
align=
"center"
prop=
"apiTemplateId"
width=
"1
8
0"
/>
<el-table-column
label=
"中文模板内容"
align=
"center"
prop=
"content"
width=
"
3
00"
/>
<el-table-column
label=
"中文API模板编号"
align=
"center"
prop=
"apiTemplateId"
width=
"1
2
0"
/>
<el-table-column
label=
"中文模板内容"
align=
"center"
prop=
"content"
width=
"
2
00"
/>
<el-table-column
label=
"短信类型"
align=
"center"
prop=
"type"
>
<template
slot-scope=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.SYSTEM_SMS_TEMPLATE_TYPE"
:value=
"scope.row.type"
/>
...
...
@@ -70,8 +70,8 @@
<dict-tag
:type=
"DICT_TYPE.COMMON_STATUS"
:value=
"scope.row.status"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"英文API模板编号"
align=
"center"
prop=
"apiTemplateIdEn"
width=
"1
8
0"
/>
<el-table-column
label=
"英文模板内容"
align=
"center"
prop=
"contentEn"
width=
"
3
00"
/>
<el-table-column
label=
"英文API模板编号"
align=
"center"
prop=
"apiTemplateIdEn"
width=
"1
2
0"
/>
<el-table-column
label=
"英文模板内容"
align=
"center"
prop=
"contentEn"
width=
"
1
00"
/>
<el-table-column
label=
"短信渠道"
align=
"center"
width=
"120"
>
<
template
slot-scope=
"scope"
>
<div>
{{
formatChannelSignature
(
scope
.
row
.
channelId
)
}}
</div>
...
...
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