From b3042224aa7a288fc996cd2542e777362abbc9f6 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 22 八月 2024 10:24:11 +0800 Subject: [PATCH] 分类授权-数据授权取消checkTheStatus传参 --- Source/UBCS-WEB/src/components/template/FlowPath.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/components/template/FlowPath.vue b/Source/UBCS-WEB/src/components/template/FlowPath.vue index f5cfaee..1ffafd7 100644 --- a/Source/UBCS-WEB/src/components/template/FlowPath.vue +++ b/Source/UBCS-WEB/src/components/template/FlowPath.vue @@ -1,5 +1,5 @@ <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" @@ -48,6 +48,7 @@ form: {}, option: { height: 'auto', + calcHeight: 20, border: true, align: 'center', menu: !this.checkStatus || this.crudLCStatus == 'Editing', -- Gitblit v1.9.3