| | |
| | | <template> |
| | | <a-card |
| | | title="操作证书管理" |
| | | title="" |
| | | :bordered='false' |
| | | > |
| | | <!-- 查询区域 --> |
| | |
| | | :sm='24' |
| | | > |
| | | <a-form-item label='操作证编号'> |
| | | <a-input |
| | | <j-input |
| | | placeholder='请输入操作证编号' |
| | | v-model='queryParam.num' |
| | | ></a-input> |
| | | ></j-input> |
| | | </a-form-item> |
| | | </a-col> |
| | | <a-col |
| | |
| | | type='primary' |
| | | icon='plus' |
| | | >变更操作证</a-button> |
| | | <a-button |
| | | type='primary' |
| | | icon='download' |
| | | @click="handleExportXls('操作证书管理')" |
| | | >导出</a-button> |
| | | <!-- <a-button--> |
| | | <!-- type='primary'--> |
| | | <!-- icon='download'--> |
| | | <!-- @click="handleExportXls('操作证书管理')"--> |
| | | <!-- >导出</a-button>--> |
| | | <!-- <a-upload |
| | | name='file' |
| | | :showUploadList='false' |