Browse Source

解决报错

master
wwp 3 months ago
parent
commit
3474a11fb5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      SafeCampus.WEB/src/views/warn/zjrq/index.vue

+ 1
- 1
SafeCampus.WEB/src/views/warn/zjrq/index.vue View File

@@ -200,7 +200,7 @@ function getWarnTypeList() {
}
// 自定义渲染表头(使用tsx语法)
const headerRender = (scope: HeaderRenderScope<User.ResUserList>) => {
const headerRender = (scope: any) => {
return (
<span>{scope.column.label}</span>


Loading…
Cancel
Save