Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
This commit is contained in:
@@ -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',
|
||||||
|
@@ -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',
|
||||||
|
@@ -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',
|
||||||
|
Reference in New Issue
Block a user