修改分页定义
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
<el-dialog class='table-box' v-model='dialogVisible1' top='114px'
|
||||
:style="{ height: height, maxHeight: height, overflow: 'hidden' }" :title='title1' :width='width' :modal='false'>
|
||||
<div class="table-box">
|
||||
<ProTable :columns="columns" :data="data">
|
||||
<ProTable
|
||||
ref='proTable'
|
||||
:columns="columns"
|
||||
:data="data"
|
||||
>
|
||||
<template #tableHeader="scope">
|
||||
<el-button type="primary" :icon="CirclePlus" @click="openDrawer('新增')">新增</el-button>
|
||||
<el-button type="primary" :icon="Upload" plain @click="batchAdd">批量添加</el-button>
|
||||
|
||||
Reference in New Issue
Block a user