Commit 8d2dc1a1 authored by xulili's avatar xulili

修改bug

parent a14ca8c6
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
> >
<el-table-column label="序号" align="center" width="100"> <el-table-column label="序号" align="center" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ (currentPage - 1) * 10 * scope.$index + 1 }}</span> <span>{{ (currentPage - 1) * 10 + scope.$index + 1 }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</div> </div>
<div class="table-content"> <div class="table-content">
<div class="btn-group"> <div class="btn-group">
<el-button type="primary" @click="handleAdd">新建统计账</el-button> <el-button type="primary" @click="handleAdd">新建统计账</el-button>
</div> </div>
<account-table <account-table
:feildList="feildList" :feildList="feildList"
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</div> </div>
<div class="table-content"> <div class="table-content">
<div class="btn-group"> <div class="btn-group">
<el-button type="primary" @click="handleAdd()">新建运维账</el-button> <el-button type="primary" @click="handleAdd()">新建运维账</el-button>
</div> </div>
<account-table <account-table
:feildList="feildList" :feildList="feildList"
...@@ -110,6 +110,7 @@ export default { ...@@ -110,6 +110,7 @@ export default {
}, },
handleReset() { handleReset() {
this.form.userName = ""; this.form.userName = "";
this.form.status = ""
this.getFirstPageList(); this.getFirstPageList();
}, },
getPageList() { getPageList() {
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</div> </div>
<div class="table-content"> <div class="table-content">
<div class="btn-group"> <div class="btn-group">
<el-button type="primary" @click="handleAdd()">新建账</el-button> <el-button type="primary" @click="handleAdd()">新建账</el-button>
</div> </div>
<account-table <account-table
:feildList="feildList" :feildList="feildList"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</div> </div>
<div class="table-content"> <div class="table-content">
<div class="btn-group"> <div class="btn-group">
<el-button type="primary" @click="handleAdd()">新建账</el-button> <el-button type="primary" @click="handleAdd()">新建账</el-button>
</div> </div>
<account-table <account-table
:feildList="feildList" :feildList="feildList"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment