wip
This commit is contained in:
parent
329bdb0a9c
commit
5358f7f183
|
|
@ -41,8 +41,23 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<nav aria-label="...">
|
||||||
|
<ul class="pagination">
|
||||||
|
<li class="page-item disabled">
|
||||||
|
<a class="page-link">Previous</a>
|
||||||
|
</li>
|
||||||
|
<li class="page-item"><a class="page-link" href="#">1</a></li>
|
||||||
|
<li class="page-item active" aria-current="page">
|
||||||
|
<a class="page-link" href="#">2</a>
|
||||||
|
</li>
|
||||||
|
<li class="page-item"><a class="page-link" href="#">3</a></li>
|
||||||
|
<li class="page-item">
|
||||||
|
<a class="page-link" href="#">Next</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
<el-dialog title="创建顾客" :visible.sync="dialogCustomers.show" width="600px"
|
<el-dialog title="创建顾客" :visible.sync="dialogCustomers.show" width="600px"
|
||||||
@close="closeCustomersDialog('form')" :close-on-click-modal="false">
|
@close="closeCustomersDialog('form')" :close-on-click-modal="false">
|
||||||
<el-form ref="form" :rules="rules" :model="dialogCustomers.form" label-width="100px">
|
<el-form ref="form" :rules="rules" :model="dialogCustomers.form" label-width="100px">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue