修改浙江无线测试用例bug
This commit is contained in:
@@ -105,7 +105,7 @@ import { addTheme, updateTheme } from '@/api/system/subject/index'
|
||||
const emit = defineEmits(['Cancels'])
|
||||
const configStore = ref({
|
||||
// 后台主页面切换动画,可选值<slide-right|slide-left|el-fade-in-linear|el-fade-in|el-zoom-in-center|el-zoom-in-top|el-zoom-in-bottom>
|
||||
mainAnimation: 'slide-right',
|
||||
mainAnimation: 'el-fade-in',
|
||||
elementUiPrimary: ['#0e8780', '#0e8780'],
|
||||
tableHeaderBackground: ['#F3F6F9', '#F3F6F9'],
|
||||
tableHeaderColor: ['#111', '#fff'],
|
||||
|
||||
@@ -41,7 +41,7 @@ const tableStore: any = new TableStore({
|
||||
},
|
||||
{ field: 'name', title: '主题名称' },
|
||||
{ field: 'remark', title: '描述' },
|
||||
// { field: 'logoUrl', title: '主题图标', render: 'image' },
|
||||
{ field: 'logoUrl', title: '主题图标', render: 'image' },
|
||||
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user