提交 e262f8c8 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 339f967c
...@@ -27,7 +27,7 @@ const routerView = function () { ...@@ -27,7 +27,7 @@ const routerView = function () {
const edit = function () { const edit = function () {
emits('edit', props.data.id) emits('edit', props.data.id)
} }
const iconMap = { const iconMap: Record<string, string> = {
'13': '99', '13': '99',
'14': '100' '14': '100'
} }
......
...@@ -514,7 +514,7 @@ function handleClick(item: any) { ...@@ -514,7 +514,7 @@ function handleClick(item: any) {
item.onClick && item.onClick() item.onClick && item.onClick()
} }
const iconMap: any = { const iconMap: Record<string, string> = {
'13': '99', '13': '99',
'14': '100' '14': '100'
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论