更新
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
size="small"
|
||||
type="date"
|
||||
placeholder="请选择结束日期"/>
|
||||
<el-button type="success" icon="el-icon-search" size="small" style="margin-left: 10px" @click="PageSize = 10;PageCurrent = 1;fetchTableData1()">查询</el-button>
|
||||
<el-button type="success" icon="el-icon-search" size="small" style="margin-left: 10px" @click="PageSize = 30;PageCurrent = 1;fetchTableData1()">查询</el-button>
|
||||
</el-card>
|
||||
|
||||
<el-card>
|
||||
@@ -246,7 +246,7 @@
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-form-item label="保证金金额" prop="保证金金额">
|
||||
<el-input-number v-model="form2.保证金金额" :precision="2" :step="0.1" style="width: 200px" size="small"/>
|
||||
<el-input-number v-model="form2.保证金金额" :precision="2" :step="1" style="width: 200px" size="small"/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
@@ -312,7 +312,7 @@ export default {
|
||||
entryName: [], // 查询条件_项目名称数组
|
||||
startTime: '', // 查询条件_开始时间
|
||||
endTime: '', // 查询条件_结束时间
|
||||
PageSize: 10, // 项目信息表格初始一页显示十条
|
||||
PageSize: 30, // 项目信息表格初始一页显示十条
|
||||
PageCurrent: 1, // 项目信息表格一次翻一页
|
||||
total: null,
|
||||
tableData1: [], // 项目信息表格数据
|
||||
|
||||
Reference in New Issue
Block a user