Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c105f314
authored
Mar 27, 2023
by
puhui999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 添加短信渠道列表类型,解决找不到属性signature
parent
6e321c49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
src/views/system/sms/template/index.vue
+2
-7
No files found.
src/views/system/sms/template/index.vue
View file @
c105f314
...
@@ -166,12 +166,7 @@
...
@@ -166,12 +166,7 @@
width=
"180"
width=
"180"
:formatter=
"dateFormatter"
:formatter=
"dateFormatter"
/>
/>
<el-table-column
<el-table-column
label=
"操作"
align=
"center"
width=
"210"
fixed=
"right"
>
label=
"操作"
align=
"center"
width=
"210"
fixed=
"right"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<el-button
<el-button
link
link
...
@@ -241,7 +236,7 @@ const queryParams = reactive({
...
@@ -241,7 +236,7 @@ const queryParams = reactive({
createTime
:
[]
createTime
:
[]
})
})
const
exportLoading
=
ref
(
false
)
// 导出的加载中
const
exportLoading
=
ref
(
false
)
// 导出的加载中
const
channelList
=
ref
([])
// 短信渠道列表
const
channelList
=
ref
<
SmsChannelApi
.
SmsChannelVO
[]
>
([])
// 短信渠道列表
/** 查询列表 */
/** 查询列表 */
const
getList
=
async
()
=>
{
const
getList
=
async
()
=>
{
...
...
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