| | |
| | | 'header.form.text': 'Text', |
| | | 'header.form.description': '描述', |
| | | 'header.form.textarea': '多行文本', |
| | | 'header.form.contrastCol': '对比列', |
| | | 'header.form.fileupload': '文件上传', |
| | | 'header.form.funcvar': '函数变量', |
| | | 'header.form.linkForm': '关联表单', |
| | |
| | | 'header.form.text': '文本', |
| | | 'header.form.description': '描述', |
| | | 'header.form.textarea': '多行文本', |
| | | 'header.form.contrastCol': '对比列', |
| | | 'header.form.fileupload': '文件上传', |
| | | 'header.form.funcvar': '函数变量', |
| | | 'header.form.linkForm': '关联表单', |
| | |
| | | .chart-view { |
| | | position: relative; |
| | | .ant-tabs-bar { |
| | | position: relative; |
| | | z-index: 1; |
| | | margin: 0; |
| | | border: 0; |
| | | .ant-tabs-nav-scroll { |
| | | text-align: right; |
| | | padding-right: 20px; |
| | | .ant-tabs-ink-bar { |
| | | display: none!important; |
| | | } |
| | | .ant-tabs-tab { |
| | | margin-right: 0; |
| | | padding: 10px 16px; |
| | | padding: 5px 5px; |
| | | margin-right: 5px; |
| | | } |
| | | } |
| | | } |
| | |
| | | border-color: #d1d5d9; |
| | | border-radius: 2px; |
| | | margin-right: 2px; |
| | | padding: 2px 7px; |
| | | padding: 2px 6px; |
| | | } |
| | | .ant-tag-checkable:active { |
| | | background-color: #ffffff; |
| | |
| | | } |
| | | } |
| | | |
| | | @media screen and (min-width: 1440px) { |
| | | .table-search-date-group { |
| | | .ant-tag-checkable { |
| | | padding: 2px 7px; |
| | | } |
| | | } |
| | | } |
| | | @media screen and (min-width: 1600px) { |
| | | .table-search-date-group { |
| | | .ant-tag-checkable { |
| | |
| | | showTotal: (total, range) => `${range[0]}-${range[1]} ${this.props.dict['main.pagination.of']} ${total} ${this.props.dict['main.pagination.items']}` |
| | | } |
| | | } |
| | | // rowClassName={(record) => record.$className || ''} |
| | | |
| | | return ( |
| | | <div className="normal-data-table"> |
| | |
| | | label: CommonDict['header.form.colspan'], |
| | | subType: 'colspan', |
| | | url: '' |
| | | }, |
| | | { |
| | | type: 'columns', |
| | | label: '对比列', |
| | | subType: CommonDict['header.form.contrastCol'], |
| | | url: '' |
| | | } |
| | | ] |
| | | |
| | |
| | | this.handleColumn(card) |
| | | } else { |
| | | this.setState({columnlist: list}) |
| | | this.props.updatecolumn({...config, search: list}) |
| | | this.props.updatecolumn({...config, columns: list}) |
| | | } |
| | | } |
| | | |
| | |
| | | border-color: #d1d5d9; |
| | | border-radius: 2px; |
| | | margin-right: 2px; |
| | | padding: 2px 7px; |
| | | padding: 2px 6px; |
| | | } |
| | | .ant-tag-checkable-checked { |
| | | border-color: #1890ff; |
| | | } |
| | | } |
| | | |
| | | @media screen and (min-width: 1440px) { |
| | | .model-date-group { |
| | | .ant-tag-checkable { |
| | | padding: 2px 7px; |
| | | } |
| | | } |
| | | } |
| | | @media screen and (min-width: 1600px) { |
| | | .model-date-group { |
| | | .ant-tag-checkable { |
| | |
| | | |
| | | import './index.scss' |
| | | |
| | | // const { Option } = Select |
| | | |
| | | class TablesComponent extends Component { |
| | | class SettingComponent extends Component { |
| | | static propTpyes = { |
| | | type: PropTypes.string, // 菜单类型 |
| | | MenuID: PropTypes.string, // 菜单ID |
| | |
| | | } |
| | | } |
| | | |
| | | export default TablesComponent |
| | | export default SettingComponent |
| | |
| | | </Col> |
| | | <Col span={24} className="sqlfield"> |
| | | <Form.Item label={'可用字段'}> |
| | | id, bid, loginuid, sessionuid, userid, appkey{usefulFields ? ', ' + usefulFields : ''} |
| | | id, bid, loginuid, sessionuid, userid, appkey, orderBy{setting.laypage !== 'false' ? ', pageSize, pageIndex': ''}{usefulFields ? ', ' + usefulFields : ''} |
| | | </Form.Item> |
| | | </Col> |
| | | <Col span={8} style={{whiteSpace: 'nowrap'}}> |
| | |
| | | }, { |
| | | value: 'textarea', |
| | | text: Formdict['header.form.textarea'] |
| | | }, { |
| | | value: 'contrast', |
| | | text: Formdict['header.form.contrastCol'] |
| | | }] |
| | | }, |
| | | { |