mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	update: 添加短信渠道列表类型,解决找不到属性signature
This commit is contained in:
		@@ -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({
 | 
				
			|||||||
  createTime: []
 | 
					  createTime: []
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
const exportLoading = ref(false) // 导出的加载中
 | 
					const exportLoading = ref(false) // 导出的加载中
 | 
				
			||||||
const channelList = ref([]) // 短信渠道列表
 | 
					const channelList = ref<SmsChannelApi.SmsChannelVO[]>([]) // 短信渠道列表
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/** 查询列表 */
 | 
					/** 查询列表 */
 | 
				
			||||||
const getList = async () => {
 | 
					const getList = async () => {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user