| | |
| | | width: '16%', |
| | | editable: true, |
| | | required: false, |
| | | inputType: 'input' |
| | | inputType: 'input', |
| | | render: (text, record) => { |
| | | if (!text) return '' |
| | | if (record.field && record.field[1] === 'dynamic') { |
| | | return <span title="对比动态值时,对比值无效。" style={{textDecoration: 'line-through'}}>{text}</span> |
| | | } else { |
| | | return text |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | title: '颜色', |
| | |
| | | <AntDesignOutlined className="profile" title="标记" onClick={this.resetMark} /> |
| | | <Modal |
| | | wrapClassName="model-table-column-mark-modal" |
| | | title={'标记设置'} |
| | | title="标记设置" |
| | | visible={visible} |
| | | width={'75vw'} |
| | | maskClosable={false} |