| | |
| | | :pager-config="tablePage" |
| | | :form-config="tableForm" |
| | | :columns="columns" |
| | | :column-config="{resizable: true}" |
| | | :data.sync="data" |
| | | :checkbox-config="checkboxConfig" |
| | | :height="height" |
| | |
| | | :footer-cell-class-name="footerCellClassName" |
| | | :scroll-x="{enabled: true}" |
| | | :scroll-y="{enabled: true}" |
| | | row-height="auto" |
| | | :expand-config="expandConfig" |
| | | :tree-config="treeConfig" |
| | | :row-style="rowStyle" |
| | |
| | | </template> |
| | | <template v-slot:status="row" > |
| | | <slot name="status" v-bind="row"/> |
| | | </template> |
| | | </template> |
| | | <template v-slot:mark="row" > |
| | | <slot name="mark" v-bind="row"/> |
| | | </template> |
| | | </vxe-grid> |
| | | </div> |
| | | </template> |