更改级别显示颜色
This commit is contained in:
@@ -58,9 +58,9 @@ export const columns: VxeGridProps['columns'] = [
|
||||
slots: {
|
||||
default: ({ row }: any) => {
|
||||
const levelColors: Record<string, string> = {
|
||||
1: 'red',
|
||||
1: 'blue',
|
||||
2: 'orange',
|
||||
3: 'blue',
|
||||
3: 'red',
|
||||
};
|
||||
return h(
|
||||
'span',
|
||||
|
@@ -58,9 +58,9 @@ export const columns: VxeGridProps['columns'] = [
|
||||
slots: {
|
||||
default: ({ row }: any) => {
|
||||
const levelColors: Record<string, string> = {
|
||||
1: 'red',
|
||||
1: 'blue',
|
||||
2: 'orange',
|
||||
3: 'blue',
|
||||
3: 'red',
|
||||
};
|
||||
return h(
|
||||
'span',
|
||||
|
@@ -59,9 +59,9 @@ export const columns: VxeGridProps['columns'] = [
|
||||
slots: {
|
||||
default: ({ row }: any) => {
|
||||
const levelColors: Record<string, string> = {
|
||||
1: 'red',
|
||||
1: 'blue',
|
||||
2: 'orange',
|
||||
3: 'blue',
|
||||
3: 'red',
|
||||
};
|
||||
return h(
|
||||
'span',
|
||||
|
Reference in New Issue
Block a user