| | |
| | | <template> |
| | | <div class="mod-sys__dict"> |
| | | <div class="mod-basicInfo-paramData fa-card-a" style="margin-left: 5px;"> |
| | | <zt-table-wraper ref="dataTable" v-slot="{ table }" :lazy="true" delete-url="/sys/dict/data" |
| | | query-url="/sys/dict/data/page"> |
| | | <el-form :inline="true" :model="dataForm" @keyup.enter.native="table.query()"> |
| | |
| | | </el-form-item> |
| | | </el-form> |
| | | <el-table v-adaptive="{bottomOffset:70}" v-loading="table.dataLoading" :data="table.dataList" |
| | | border |
| | | height="650px" |
| | | @selection-change="table.selectionChangeHandle" @sort-change="table.sortChangeHandle"> |
| | | <el-table-column :label="$t('dict.dictValue')" align="center" prop="dictValue" width="100"/> |