增加游戏数学学期计划预览功能
This commit is contained in:
@ -289,6 +289,21 @@ export const constantRoutes = [{
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/benyi_course/mathtermplanprint',
|
||||
component: Layout,
|
||||
hidden: true,
|
||||
children: [{
|
||||
path: 'table/:id',
|
||||
component: () =>
|
||||
import ('@/views/benyi/mathtermplan/table'),
|
||||
name: 'Mathtermplan2',
|
||||
meta: {
|
||||
title: '游戏数学学期计划(表格)',
|
||||
icon: ''
|
||||
}
|
||||
}]
|
||||
},
|
||||
{
|
||||
path: '/benyi_course/themetermplan',
|
||||
component: Layout,
|
||||
|
@ -345,7 +345,7 @@ export default {
|
||||
});
|
||||
return actions.join("");
|
||||
},
|
||||
// 主题--字典状态字典翻译
|
||||
// 游戏数学方案--字典状态字典翻译
|
||||
mathFaFormat(row, column) {
|
||||
if (row.mathconent != null) {
|
||||
var ilength = row.mathconent.split(";").length - 1;
|
||||
|
Reference in New Issue
Block a user