From 7289dc41adba20cadf93c06d04b7f85cec08ce94 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 30 May 2024 13:42:38 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=B5=81=E7=A8=8B=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=A2=9E=E5=8A=A0=E7=8A=B6=E6=80=81=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProcessDetailList.vue | 34 ++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/src/components/ProcessDetailList.vue b/src/components/ProcessDetailList.vue index 4e572645..0c927830 100644 --- a/src/components/ProcessDetailList.vue +++ b/src/components/ProcessDetailList.vue @@ -5,7 +5,27 @@
-
+
+ + + + + + + + +
+ {{ $t('query') }} + {{ $t('reset') }} +
+
+
+
+ +
{{ $t('workCenter.processDetail.urgeHandle') }} @@ -142,6 +162,12 @@ export default { }, data () { return { + labelCol: { + span: 1 + }, + wrapperCol: { + span: 14 + }, columns: [ // 任务节点 { @@ -382,9 +408,13 @@ export default { color: #D52C26; } -.table-page-search-submitButtons { +.table-page-oper-submitButtons { .ant-btn { margin-bottom: 20px; } } + +/deep/ .ant-form-item-label { + min-width: 90px !important; +}