Commit b9ab22da by YunaiV

code review:客户表的实现

parent 32b3c874
<template>
<Dialog :title="dialogTitle" v-model="dialogVisible">
<!-- TODO @wanwan:表单按照 docs 提供的再改下 -->
<el-form
ref="formRef"
:model="formData"
......
<template>
<ContentWrap>
<!-- 搜索工作栏 -->
<!-- TODO @wanwan:筛选条件,按照 docs 的再改下 -->
<el-form
class="-mb-15px"
:model="queryParams"
......@@ -64,6 +65,7 @@
</ContentWrap>
<!-- 列表 -->
<!-- TODO @wanwan:列表,按照 docs 的再改下 -->
<ContentWrap>
<el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true">
<el-table-column label="编号" align="center" prop="id" />
......
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 sign in to comment