细小bug微调
This commit is contained in:
parent
2b8e63517e
commit
e9bd99e4de
|
@ -252,7 +252,7 @@ export const asyncRoutes = [
|
|||
component: Layout,
|
||||
redirect: '/exammanage/index',
|
||||
name: 'Exammanage',
|
||||
meta: { title: '考试管理', icon: '', perms: []},
|
||||
meta: { title: '考试管理', icon: ''},
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue