From 30f93a0f5615515df2bfe1fdbbadab0308ca0471 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 13 三月 2024 21:50:16 +0800
Subject: [PATCH] 集成相关更改
---
Source/UBCS-WEB/src/components/template/FlowPath.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/template/FlowPath.vue b/Source/UBCS-WEB/src/components/template/FlowPath.vue
index 1273467..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"
@@ -47,7 +47,8 @@
startData: [],
form: {},
option: {
- height: '285',
+ height: 'auto',
+ calcHeight: 20,
border: true,
align: 'center',
menu: !this.checkStatus || this.crudLCStatus == 'Editing',
--
Gitblit v1.9.3