fix: 前端功能完善优化相关字段。

This commit is contained in:
tianyongbao
2024-07-31 17:30:01 +08:00
parent 4e8762aaaf
commit dfbf1005dc
29 changed files with 112 additions and 112 deletions

View File

@@ -35,7 +35,7 @@
<div class="operate-btn-con">
<el-button @click="handleAdd" icon="Plus" v-hasPermi="['invest:creditQueryRecord:add']">新增</el-button>
<el-button :disabled="multiple" icon="Delete" @click="handleDelete" v-hasPermi="['invest:creditQueryRecord:remove']">删除</el-button>
<el-button @click="handleExport" icon="Download" v-hasPermi="['invest:creditQueryRecord:export']">导出</el-button>
<!-- <el-button @click="handleExport" icon="Download" v-hasPermi="['invest:creditQueryRecord:export']">导出</el-button> -->
<el-button @click="handleQueryAnalysis" icon="Histogram" v-hasPermi="['invest:creditQueryRecord:add']">查询记录统计</el-button>
</div>
@@ -75,7 +75,7 @@
</div>
<!-- 添加或修改征信查询记录对话框 -->
<el-dialog :title="title" v-model="open" width="500px" append-to-body>
<el-form ref="CreditQueryRecordRef" :model="form" :rules="rules" label-width="120px">
<el-form ref="CreditQueryRecordRef" :model="form" :rules="rules" label-width="100px">
<el-form-item label="查询日期" prop="queryDate">
<el-date-picker clearable v-model="form.queryDate" type="date" value-format="YYYY-MM-DD" placeholder="请选择查询日期"> </el-date-picker>
</el-form-item>
@@ -102,7 +102,7 @@
<!-- 查询记录对话框 -->
<el-dialog :title="titleAnalysis" v-model="openAnalysis" width="500px" append-to-body>
<el-form ref="CreditQueryRecordAnalysisRef" :model="formAnalysis" label-width="120px">
<el-form ref="CreditQueryRecordAnalysisRef" :model="formAnalysis" label-width="130px">
<el-form-item label="查询日期">
<el-date-picker clearable v-model="queryParams.queryDateStart" type="date" value-format="YYYY-MM-DD" placeholder="请选择查询日期"> </el-date-picker>
</el-form-item>