|
@ -10,8 +10,8 @@ |
|
|
</a-form-item> |
|
|
</a-form-item> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
<a-form-item label="审核状态 0审核中 1 审核通过 2审核未通过"> |
|
|
|
|
|
<j-dict-select-tag placeholder="请选择审核状态 0审核中 1 审核通过 2审核未通过" v-model="queryParam.auditStatus" dictCode="audit_status"/> |
|
|
|
|
|
|
|
|
<a-form-item label="审核状态"> |
|
|
|
|
|
<j-dict-select-tag placeholder="请选择审核状态" v-model="queryParam.auditStatus" dictCode="audit_status"/> |
|
|
</a-form-item> |
|
|
</a-form-item> |
|
|
</a-col> |
|
|
</a-col> |
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
|
<a-col :xl="6" :lg="7" :md="8" :sm="24"> |
|
@ -31,19 +31,7 @@ |
|
|
|
|
|
|
|
|
<!-- 操作按钮区域 --> |
|
|
<!-- 操作按钮区域 --> |
|
|
<div class="table-operator"> |
|
|
<div class="table-operator"> |
|
|
<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> |
|
|
|
|
|
<a-button type="primary" icon="download" @click="handleExportXls('tb_user_role')">导出</a-button> |
|
|
|
|
|
<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel"> |
|
|
|
|
|
<a-button type="primary" icon="import">导入</a-button> |
|
|
|
|
|
</a-upload> |
|
|
|
|
|
<!-- 高级查询区域 --> |
|
|
|
|
|
<j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query> |
|
|
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0"> |
|
|
|
|
|
<a-menu slot="overlay"> |
|
|
|
|
|
<a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item> |
|
|
|
|
|
</a-menu> |
|
|
|
|
|
<a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button> |
|
|
|
|
|
</a-dropdown> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<!-- table区域-begin --> |
|
|
<!-- table区域-begin --> |
|
@ -185,7 +173,7 @@ |
|
|
scopedSlots: {customRender: 'imgSlot'} |
|
|
scopedSlots: {customRender: 'imgSlot'} |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
title:'审核状态 0审核中 1 审核通过 2审核未通过', |
|
|
|
|
|
|
|
|
title:'审核状态', |
|
|
align:"center", |
|
|
align:"center", |
|
|
dataIndex: 'auditStatus_dictText' |
|
|
dataIndex: 'auditStatus_dictText' |
|
|
}, |
|
|
}, |
|
|