Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -36,7 +36,7 @@ </el-select></span> </div> <el-table ref="dataTable" v-loading="isLoading" :data="tableData" :height="tableHeight" :height="tableHeight" border @select="handleSelection" @cell-click="handleCellClick" @row-click="handleRowClick" @select-all="handleSelectionAll" @selection-change="handleSelectionChange" @sort-change="sortChange"> Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue
@@ -304,6 +304,7 @@ <el-table v-if="this.crudArrayFlag" ref="referAttrCrud" v-loading="loading" border :data="ProData" :height="this.editStyleFlag? 800 : 343" style="width: 100%"