提交 b80abdae authored 作者: 钟是志's avatar 钟是志

黔南双选会修改

上级 6018fdb7
...@@ -10,6 +10,76 @@ import { Tag, Radio, Tooltip } from 'antd'; ...@@ -10,6 +10,76 @@ import { Tag, Radio, Tooltip } from 'antd';
import styles from './styles.less'; import styles from './styles.less';
/**
return {
showType: 'card-select',
remark: '黔南需求 禅道 27141',
cardSelectModalProps: {
title: '选择展位',
width: '90vw',
bodyStyle: {
height: '75vh',
overflowY: 'auto',
},
},
headerInfoFields: [
{
label: '批次名称',
key: 'batch_name',
},
{
label: '招聘地点',
key: 'address_name',
},
],
statusKey: 'state_id',
rowKey: 'booth_no_id',
noDataSentence: '暂无可选展位',
canSelectKeys: ['-1'],
selectedStyle: {
backgroundColor: '#4075FE',
color: '#fff',
},
typeList: {
'-1': {
style: {
// color: '',
border: '1px solid green',
cursor: 'pointer',
},
styleTips: {
border: '1px solid green',
},
text: '未选',
//canSelect: true,
},
'0': {
styleTips: {
border: '1px solid gray',
},
style: {
// color: '',
border: '1px solid gray',
},
text: '已选',
},
'1': {
styleTips: {
border: '1px solid orange',
},
style: {
// color: '',
border: '1px solid orange',
},
text: '申请中'
}
},
}
* */
export default function TableSelectZhanWei(props) { export default function TableSelectZhanWei(props) {
const { const {
isMultiple, isShowQuanXuan, isMultiple, isShowQuanXuan,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论