master #3

Merged
bichangxiong merged 19 commits from master into prod 2025-08-29 18:46:27 +08:00
3 changed files with 6 additions and 6 deletions
Showing only changes of commit 26d34774cc - Show all commits

View File

@@ -58,9 +58,9 @@ export const columns: VxeGridProps['columns'] = [
slots: { slots: {
default: ({ row }: any) => { default: ({ row }: any) => {
const levelColors: Record<string, string> = { const levelColors: Record<string, string> = {
1: 'red', 1: 'blue',
2: 'orange', 2: 'orange',
3: 'blue', 3: 'red',
}; };
return h( return h(
'span', 'span',

View File

@@ -58,9 +58,9 @@ export const columns: VxeGridProps['columns'] = [
slots: { slots: {
default: ({ row }: any) => { default: ({ row }: any) => {
const levelColors: Record<string, string> = { const levelColors: Record<string, string> = {
1: 'red', 1: 'blue',
2: 'orange', 2: 'orange',
3: 'blue', 3: 'red',
}; };
return h( return h(
'span', 'span',

View File

@@ -59,9 +59,9 @@ export const columns: VxeGridProps['columns'] = [
slots: { slots: {
default: ({ row }: any) => { default: ({ row }: any) => {
const levelColors: Record<string, string> = { const levelColors: Record<string, string> = {
1: 'red', 1: 'blue',
2: 'orange', 2: 'orange',
3: 'blue', 3: 'red',
}; };
return h( return h(
'span', 'span',