Commit 287c5323 authored by 罗超's avatar 罗超

1

parent 9d9ab633
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
</div>
<el-pagination <el-pagination
style="text-align: right" style="text-align: right"
background background
...@@ -108,7 +109,6 @@ ...@@ -108,7 +109,6 @@
:total="fxsCount" :total="fxsCount"
> >
</el-pagination> </el-pagination>
</div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
<el-button @click="showDialog = false" size="small" type="primary" <el-button @click="showDialog = false" size="small" type="primary"
>关闭</el-button >关闭</el-button
...@@ -150,7 +150,7 @@ export default { ...@@ -150,7 +150,7 @@ export default {
showDialog: false, showDialog: false,
sels: [], sels: [],
fxsList: [], fxsList: [],
fxsCount: 0 fxsCount: 0,
}; };
}, },
created() { created() {
......
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