瀏覽代碼

update: 添加短信渠道列表类型,解决找不到属性signature

puhui999 1 年之前
父節點
當前提交
c105f314f5
共有 1 個文件被更改,包括 2 次插入7 次删除
  1. 2 7
      src/views/system/sms/template/index.vue

+ 2 - 7
src/views/system/sms/template/index.vue

@@ -166,12 +166,7 @@
         width="180"
         :formatter="dateFormatter"
       />
-      <el-table-column
-        label="操作"
-        align="center"
-        width="210"
-        fixed="right"
-      >
+      <el-table-column label="操作" align="center" width="210" fixed="right">
         <template #default="scope">
           <el-button
             link
@@ -241,7 +236,7 @@ const queryParams = reactive({
   createTime: []
 })
 const exportLoading = ref(false) // 导出的加载中
-const channelList = ref([]) // 短信渠道列表
+const channelList = ref<SmsChannelApi.SmsChannelVO[]>([]) // 短信渠道列表
 
 /** 查询列表 */
 const getList = async () => {