This commit is contained in:
2025-12-03 17:46:49 +08:00
parent 593c8bfe0b
commit e09f90203f
6 changed files with 29 additions and 29 deletions
+17 -17
View File
@@ -687,21 +687,21 @@ export const centerMapFromList = [
// options: checkData,
// defaultValue: '',
// },
{
label: '是否成功控降',
field: 'successFlag',
type: 'select',
placeholder: '请选择是否成功控降',
options: isTrueOfFalse,
defaultValue: '',
},
{
label: '单位名称',
field: 'departName',
type: 'input',
placeholder: '请输入单位名称',
defaultValue: '',
},
// {
// label: '是否成功控降',
// field: 'successFlag',
// type: 'select',
// placeholder: '请选择是否成功控降',
// options: isTrueOfFalse,
// defaultValue: '',
// },
// {
// label: '单位名称',
// field: 'departName',
// type: 'input',
// placeholder: '请输入单位名称',
// defaultValue: '',
// },
];
export const twoRNewColumns = [
@@ -717,8 +717,8 @@ export const twoRNewColumns = [
},
{
title: '性别',
dataIndex: 'sex',
key: 'sex',
dataIndex: 'sexCode',
key: 'sexCode',
width: 50,
customRender: ({ text }) => {
switch (text) {