wwp 1 month ago
parent
commit
049fd0ba6f
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

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


Loading…
Cancel
Save