细小bug微调

This commit is contained in:
caoqianming 2021-03-21 13:47:22 +08:00
parent 2b8e63517e
commit e9bd99e4de
2 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ export const asyncRoutes = [
component: Layout,
redirect: '/exammanage/index',
name: 'Exammanage',
meta: { title: '考试管理', icon: '', perms: []},
meta: { title: '考试管理', icon: ''},
children: [
{
path: 'index',

View File

@ -38,7 +38,7 @@
<template slot-scope="scope">{{ scope.row.place }}</template>
</el-table-column>
<el-table-column label="工作类别">
<template slot-scope="scope">{{ scope.row.workscope }}</template>
<template slot-scope="scope">{{ scope.row.workscope_name }}</template>
</el-table-column>
<el-table-column label="开启时间">
<template slot-scope="scope">{{ scope.row.opentime }}</template>