From 032ddb30a8d9d884cc176a4a506580b4a1272586 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期二, 26 十二月 2023 17:14:07 +0800 Subject: [PATCH] 模态框ui调整 --- src/views/common/document.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/common/document.vue b/src/views/common/document.vue index fa46446..25c7a1c 100644 --- a/src/views/common/document.vue +++ b/src/views/common/document.vue @@ -10,7 +10,7 @@ class="part-dialog" > <div v-show="showParentInfo"> - <el-row> + <!-- <el-row> <el-col :span="3"><span>鍗板瓧鏂瑰紡锛�</span></el-col> <el-col :span="3" ><span>{{ relationOrderList[0].printType }}</span></el-col @@ -41,7 +41,7 @@ <el-col :span="9" ><span>{{ relationOrderList[0].remark }}</span></el-col > - </el-row> + </el-row> --> </div> <ttable :table="table" @@ -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