From 0a3b4bac16a4cf49deaddc6b4f3a2aeee90e9061 Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期二, 21 五月 2024 16:33:32 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/views/common/document.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/common/document.vue b/src/views/common/document.vue index 636bd89..25c7a1c 100644 --- a/src/views/common/document.vue +++ b/src/views/common/document.vue @@ -50,7 +50,7 @@ :prelang="prelang" :options="options" :ajaxFun="ajaxFun" - :bottomOffset="350" + :bottomOffset="150" :fixedHeight="tableFixHeight" ref="documentTable" :paramObj="queryParam" @@ -61,7 +61,7 @@ <el-button @click="innerVisible = false">鍙� 娑�</el-button> <el-button type="primary" @click="saveSelectRow">纭� 瀹�</el-button> </div> - <DocumentDetail :currshowlist.sync="showDocument" :docId="documentId"> + <DocumentDetail :currshowlist.sync="showDocument" :docId="Number(documentId)"> </DocumentDetail> </el-dialog> </template> @@ -151,7 +151,7 @@ searchInfoType: 'text' }, // 缁濈紭棰滆壊 - { + /* { minWidth: '120', prop: 'insulationColor', label: '缁濈紭棰滆壊', @@ -169,7 +169,7 @@ isTrue: true, isSearch: true, searchInfoType: 'text' - }, + }, */ { minWidth: '120', prop: 'version', @@ -189,7 +189,7 @@ isSearch: true, searchInfoType: 'text' }, - { + /* { minWidth: '120', prop: 'country', label: '鍥藉', @@ -197,7 +197,7 @@ isTrue: true, isSearch: true, searchInfoType: 'text' - }, + }, */ { minWidth: '120', prop: 'state', -- Gitblit v1.9.3