mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	code review:客户表的实现
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <Dialog :title="dialogTitle" v-model="dialogVisible">
 | 
					  <Dialog :title="dialogTitle" v-model="dialogVisible">
 | 
				
			||||||
 | 
					    <!-- TODO @wanwan:表单按照 docs 提供的再改下 -->
 | 
				
			||||||
    <el-form
 | 
					    <el-form
 | 
				
			||||||
      ref="formRef"
 | 
					      ref="formRef"
 | 
				
			||||||
      :model="formData"
 | 
					      :model="formData"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,7 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <ContentWrap>
 | 
					  <ContentWrap>
 | 
				
			||||||
    <!-- 搜索工作栏 -->
 | 
					    <!-- 搜索工作栏 -->
 | 
				
			||||||
 | 
					    <!-- TODO @wanwan:筛选条件,按照 docs 的再改下 -->
 | 
				
			||||||
    <el-form
 | 
					    <el-form
 | 
				
			||||||
      class="-mb-15px"
 | 
					      class="-mb-15px"
 | 
				
			||||||
      :model="queryParams"
 | 
					      :model="queryParams"
 | 
				
			||||||
@@ -64,6 +65,7 @@
 | 
				
			|||||||
  </ContentWrap>
 | 
					  </ContentWrap>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- 列表 -->
 | 
					  <!-- 列表 -->
 | 
				
			||||||
 | 
					  <!-- TODO @wanwan:列表,按照 docs 的再改下 -->
 | 
				
			||||||
  <ContentWrap>
 | 
					  <ContentWrap>
 | 
				
			||||||
    <el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true">
 | 
					    <el-table v-loading="loading" :data="list" :stripe="true" :show-overflow-tooltip="true">
 | 
				
			||||||
      <el-table-column label="编号" align="center" prop="id" />
 | 
					      <el-table-column label="编号" align="center" prop="id" />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user