Source/UBCS-WEB/src/views/integration/applicationForm.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/views/integration/integrationIndex.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/views/integration/systemInfo.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/views/integration/applicationForm.vue
@@ -29,6 +29,7 @@ stateParam: {}, option: { height: "auto", tip:false, index: true, border: true, addBtn: false, Source/UBCS-WEB/src/views/integration/integrationIndex.vue
@@ -48,7 +48,7 @@ </avue-crud> </el-card> <el-card :style="{ marginTop: '20px' }"> <avue-crud :data="rangeData" :option="optinoRange" ref="crudRange" @row-update="handleUpdate" <avue-crud :style="{ marginTop: '-20px'}" :data="rangeData" :option="optinoRange" ref="crudRange" @row-update="handleUpdate" @row-dblclick="handleRowClick"> </avue-crud> </el-card> Source/UBCS-WEB/src/views/integration/systemInfo.vue
@@ -46,6 +46,7 @@ data: [], option: { height: "auto", tip:false, border: true, align: 'center', menuAlign: 'center',