修改浙江无线测试用例bug

This commit is contained in:
GGJ
2024-12-17 20:57:07 +08:00
parent e10ca83ec5
commit 21831dda90
32 changed files with 873 additions and 254 deletions

View File

@@ -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'],

View File

@@ -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: '操作',