|
|
@@ -1,6 +1,16 @@
|
|
|
<template>
|
|
|
<el-form ref="form" :model="form" :rules="rules">
|
|
|
- <ele-pro-table ref="table" :needPage="false" :columns="columns" :datasource="form.datasource" class="time-form" height="300" full-height="calc(100vh - 76px)" @columns-change="handleColumnChange" :cache-key="cacheKeyUrl" :selection.sync="selection">
|
|
|
+ <ele-pro-table ref="table"
|
|
|
+ :needPage="false"
|
|
|
+ :columns="columns"
|
|
|
+ :datasource="form.datasource"
|
|
|
+ class="time-form"
|
|
|
+ height="300"
|
|
|
+ full-height="calc(100vh - 76px)"
|
|
|
+ @columns-change="handleColumnChange"
|
|
|
+ :cache-key="cacheKeyUrl"
|
|
|
+ :selection.sync="selection"
|
|
|
+ >
|
|
|
<!-- :show-summary="showSummary"
|
|
|
:summary-method="getSummaries" -->
|
|
|
<!-- 表头工具栏 -->
|