| | |
| | | </a-form-item> |
| | | </a-col> |
| | | |
| | | <a-col :md="4" :sm="4"> |
| | | <a-col :md="2" :sm="2"> |
| | | <a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
| | | </a-col> |
| | | </a-row> |
| | |
| | | ] |
| | | }, |
| | | { |
| | | title: '状 态', |
| | | title: '状 态', |
| | | dataIndex: 'docDispatchStatus_dictText', |
| | | key: 'docDispatchStatus', |
| | | align: 'center', |
| | | width: 60, |
| | | width: 80, |
| | | filters: [ |
| | | { text: '编制', value: 1 }, |
| | | { text: '校对', value: 2 }, |
| | |
| | | |
| | | <style scoped lang="less"> |
| | | /deep/ .ant-modal { |
| | | .ant-modal-body{ |
| | | padding: 0 24px 12px; |
| | | } |
| | | |
| | | .tabs-container { |
| | | display: flex; |
| | | justify-content: space-between; |