code review:客户表的实现

This commit is contained in:
YunaiV 2023-10-27 23:01:00 +08:00
parent 32b3c874f5
commit b9ab22dad1
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<template>
<Dialog :title="dialogTitle" v-model="dialogVisible">
<!-- TODO @wanwan表单按照 docs 提供的再改下 -->
<el-form
ref="formRef"
:model="formData"

View File

@ -1,6 +1,7 @@
<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" />