Skip to content

Commit c105f31

Browse files
author
puhui999
committed
update: 添加短信渠道列表类型,解决找不到属性signature
1 parent 6e321c4 commit c105f31

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/views/system/sms/template/index.vue

+2-7
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,7 @@
166166
width="180"
167167
:formatter="dateFormatter"
168168
/>
169-
<el-table-column
170-
label="操作"
171-
align="center"
172-
width="210"
173-
fixed="right"
174-
>
169+
<el-table-column label="操作" align="center" width="210" fixed="right">
175170
<template #default="scope">
176171
<el-button
177172
link
@@ -241,7 +236,7 @@ const queryParams = reactive({
241236
createTime: []
242237
})
243238
const exportLoading = ref(false) // 导出的加载中
244-
const channelList = ref([]) // 短信渠道列表
239+
const channelList = ref<SmsChannelApi.SmsChannelVO[]>([]) // 短信渠道列表
245240
246241
/** 查询列表 */
247242
const getList = async () => {

0 commit comments

Comments
 (0)