[update]-证书维护页面的修改
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
<template >
|
||||
<a-col :xl="10" :lg="11" :md="12" :sm="24">
|
||||
<a-form-item label="缴费时间">
|
||||
<j-date date-format="YYYY-MM-DD 00:00:00" placeholder="请选择开始日期" class="query-group-cust" v-model="queryParam.submissionTime_begin" :disabled-date="disabledStartDate"></j-date>
|
||||
<j-date date-format="YYYY-MM-DD 00:00:00" placeholder="请选择开始日期" class="query-group-cust" v-model="queryParam.submissionTimeBegin" :disabled-date="disabledStartDate"></j-date>
|
||||
<span class="query-group-split-cust"></span>
|
||||
<j-date date-format="YYYY-MM-DD 23:59:59" placeholder="请选择结束日期" class="query-group-cust" v-model="queryParam.submissionTime_end" :disabled-date="disabledEndDate"></j-date>
|
||||
<j-date date-format="YYYY-MM-DD 23:59:59" placeholder="请选择结束日期" class="query-group-cust" v-model="queryParam.submissionTimeEnd" :disabled-date="disabledEndDate"></j-date>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</template>
|
||||
@@ -55,22 +55,22 @@
|
||||
<!-- 查询区域-END -->
|
||||
|
||||
<!-- 操作按钮区域 -->
|
||||
<div class="table-operator">
|
||||
<!-- <a-button @click="handleAdd" type="primary" icon="plus">添加</a-button>-->
|
||||
<a-button
|
||||
type="primary"
|
||||
icon="download"
|
||||
@click="handleExportXls('标协会员')"
|
||||
v-has="'safeguardStardsMember:export'"
|
||||
>导出
|
||||
</a-button
|
||||
>
|
||||
<!-- <div class="table-operator">-->
|
||||
<!-- <!– <a-button @click="handleAdd" type="primary" icon="plus">添加</a-button>–>-->
|
||||
<!-- <a-button-->
|
||||
<!-- type="primary"-->
|
||||
<!-- icon="download"-->
|
||||
<!-- @click="handleExportXls('标协会员')"-->
|
||||
<!-- v-has="'safeguardStardsMember:export'"-->
|
||||
<!-- >导出-->
|
||||
<!-- </a-button-->
|
||||
<!-- >-->
|
||||
<!-- <a-button type="danger" icon="delete" @click="batchDel">批量删除</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>-->
|
||||
</div>
|
||||
<!-- </div>-->
|
||||
|
||||
<!-- table区域-begin -->
|
||||
<div>
|
||||
@@ -241,8 +241,12 @@ export default {
|
||||
},
|
||||
],
|
||||
disableMixinCreated: true,
|
||||
dateKeyObj: {
|
||||
beginKey: 'submissionTimeBegin',
|
||||
endKey: 'submissionTimeEnd'
|
||||
},
|
||||
url: {
|
||||
list: '/member/tbMemberProjectSubitem/page',
|
||||
list: '/member/tbCertificatePayment/page',
|
||||
exportXlsUrl: '/member/tbMemberProjectSubitem/exportXls',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user