| | |
| | | <template> |
| | | <div style="height: calc(100vh - 553px)"> |
| | | <div> |
| | | <avue-crud v-if="Formlist.length>0" ref="crud" v-model="form" :data="data" :option="option" :page.sync="page" |
| | | :search.sync="search" :table-loading="loading" @on-load="getDataList" @row-save="handleSave" |
| | | @row-del="handleDelete" @row-update="handleEdit" @refresh-change="handleRefresh" |
| | |
| | | startData: [], |
| | | form: {}, |
| | | option: { |
| | | height: '285', |
| | | height: 'auto', |
| | | calcHeight: 20, |
| | | border: true, |
| | | align: 'center', |
| | | menu: !this.checkStatus || this.crudLCStatus == 'Editing', |