From d8750fe7ab9bd6691cb3078f7cf365ae1f64ac06 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期一, 09 六月 2025 11:45:08 +0800 Subject: [PATCH] 利用率分段分析页面时间段默认值从00:00至08:00点调整为00:00至23:59分 --- src/views/flowable/workflow/FlowTodo.vue | 11 ++--------- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/views/flowable/workflow/FlowTodo.vue b/src/views/flowable/workflow/FlowTodo.vue index 22eb578..636ffda 100644 --- a/src/views/flowable/workflow/FlowTodo.vue +++ b/src/views/flowable/workflow/FlowTodo.vue @@ -87,11 +87,12 @@ bordered size="middle" rowKey="id" - :scroll="{x:getTableColumnsTotalWidth,y:465}" :columns="columns" :dataSource="dataSource" :pagination="ipagination" :loading="loading" + class="j-table-force-nowrap" + :scroll="{ x: 'max-content' }" :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" @change="handleTableChange"> @@ -168,39 +169,31 @@ title: '娴佺▼鍚嶇О', align: 'center', dataIndex: 'flowName', - width: 200 }, { title: '娴佺▼涓氬姟绠�瑕佹弿杩�', align: 'center', dataIndex: 'title', - width: 350, - ellipsis: true - }, { title: '涓婁竴姝ュ鐞嗕汉', align: 'center', dataIndex: 'preNodeAssignee_dictText', - width: 150 }, { title: '鍓嶉┍鑺傜偣', align: 'center', dataIndex: 'preNode', - width: 200 }, { title: '褰撳墠鑺傜偣', align: 'center', dataIndex: 'name', - width: 200 }, { title: '褰撳墠鑺傜偣寮�濮嬫椂闂�', align: 'center', dataIndex: 'createTime', - width: 200 }, { title: '鎿嶄綔', -- Gitblit v1.9.3