update
1.修改大屏问题
This commit is contained in:
@@ -838,6 +838,7 @@ export const oneRNewColumns = [
|
||||
title: '性别',
|
||||
dataIndex: 'sex',
|
||||
key: 'sex',
|
||||
width: 80,
|
||||
customRender: ({ text }) => {
|
||||
if (text == '1') {
|
||||
return '女';
|
||||
@@ -850,11 +851,13 @@ export const oneRNewColumns = [
|
||||
title: '年龄',
|
||||
dataIndex: 'age',
|
||||
key: 'age',
|
||||
width: 80,
|
||||
},
|
||||
{
|
||||
title: '应急方式',
|
||||
dataIndex: 'emergencyType',
|
||||
key: 'emergencyType',
|
||||
width: 90,
|
||||
customRender: ({ text }) => {
|
||||
switch (text) {
|
||||
case '0':
|
||||
@@ -879,12 +882,14 @@ export const oneRNewColumns = [
|
||||
title: '详细地址',
|
||||
dataIndex: 'd',
|
||||
key: 'd',
|
||||
width: 90,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'cz',
|
||||
key: 'cz',
|
||||
width: 80,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user