This commit is contained in:
		
							parent
							
								
									f9540e0bc1
								
							
						
					
					
						commit
						cafa401d15
					
				| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
            </el-form-item>
 | 
					            </el-form-item>
 | 
				
			||||||
        </el-form>
 | 
					        </el-form>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <el-table v-loading="loading" :data="tableList" border stripe>
 | 
					        <el-table v-loading="loading" :data="tableList" border stripe :max-height="650">
 | 
				
			||||||
            <el-table-column label="序号" align="center" type="index" width="60">
 | 
					            <el-table-column label="序号" align="center" type="index" width="60">
 | 
				
			||||||
                <template slot-scope="scope">
 | 
					                <template slot-scope="scope">
 | 
				
			||||||
                    <span>{{ scope.$index + 1 }}</span>
 | 
					                    <span>{{ scope.$index + 1 }}</span>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -42,7 +42,7 @@
 | 
				
			||||||
            </el-form-item>
 | 
					            </el-form-item>
 | 
				
			||||||
        </el-form>
 | 
					        </el-form>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <el-table v-loading="loading" :data="tableList" border stripe>
 | 
					        <el-table v-loading="loading" :data="tableList" border stripe :max-height="650">
 | 
				
			||||||
            <el-table-column label="序号" align="center" type="index" width="60">
 | 
					            <el-table-column label="序号" align="center" type="index" width="60">
 | 
				
			||||||
                <template slot-scope="scope">
 | 
					                <template slot-scope="scope">
 | 
				
			||||||
                    <span>{{
 | 
					                    <span>{{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -42,7 +42,7 @@
 | 
				
			||||||
            </el-form-item>
 | 
					            </el-form-item>
 | 
				
			||||||
        </el-form>
 | 
					        </el-form>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <el-table v-loading="loading" :data="tableList" border stripe>
 | 
					        <el-table v-loading="loading" :data="tableList" border stripe :max-height="650">
 | 
				
			||||||
            <el-table-column label="序号" align="center" type="index" width="60">
 | 
					            <el-table-column label="序号" align="center" type="index" width="60">
 | 
				
			||||||
                <template slot-scope="scope">
 | 
					                <template slot-scope="scope">
 | 
				
			||||||
                    <span>{{
 | 
					                    <span>{{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -42,7 +42,7 @@
 | 
				
			||||||
            </el-form-item>
 | 
					            </el-form-item>
 | 
				
			||||||
        </el-form>
 | 
					        </el-form>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <el-table v-loading="loading" :data="tableList" >
 | 
					        <el-table v-loading="loading" :data="tableList" :max-height="650">
 | 
				
			||||||
            <el-table-column label="序号" align="center" type="index" width="60">
 | 
					            <el-table-column label="序号" align="center" type="index" width="60">
 | 
				
			||||||
                <template slot-scope="scope">
 | 
					                <template slot-scope="scope">
 | 
				
			||||||
                    <span>{{
 | 
					                    <span>{{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -29,7 +29,7 @@
 | 
				
			||||||
            </el-form-item>
 | 
					            </el-form-item>
 | 
				
			||||||
        </el-form>
 | 
					        </el-form>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <el-table v-loading="loading" :data="tableList" >
 | 
					        <el-table v-loading="loading" :data="tableList" :max-height="650">
 | 
				
			||||||
            <el-table-column label="序号" align="center" type="index" width="60">
 | 
					            <el-table-column label="序号" align="center" type="index" width="60">
 | 
				
			||||||
                <template slot-scope="scope">
 | 
					                <template slot-scope="scope">
 | 
				
			||||||
                    <span>{{
 | 
					                    <span>{{
 | 
				
			||||||
| 
						 | 
					@ -128,6 +128,7 @@
 | 
				
			||||||
            :total="total"
 | 
					            :total="total"
 | 
				
			||||||
            :page.sync="queryParams.pageNum"
 | 
					            :page.sync="queryParams.pageNum"
 | 
				
			||||||
            :limit.sync="queryParams.pageSize"
 | 
					            :limit.sync="queryParams.pageSize"
 | 
				
			||||||
 | 
					            :page-sizes="[10, 50, 200, 500, 2000]"
 | 
				
			||||||
            @pagination="getList"
 | 
					            @pagination="getList"
 | 
				
			||||||
            />
 | 
					            />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue