From 24fc98301c0b38a76b7d5aa704fe79a2e385e584 Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期三, 29 十一月 2023 14:20:41 +0800 Subject: [PATCH] feat: 1、物品分发部门查询 2、分发新增数量校验 --- admin-web/src/components/myTable/myTableV2.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/admin-web/src/components/myTable/myTableV2.vue b/admin-web/src/components/myTable/myTableV2.vue index 47b61b2..be5cf3f 100644 --- a/admin-web/src/components/myTable/myTableV2.vue +++ b/admin-web/src/components/myTable/myTableV2.vue @@ -33,7 +33,7 @@ <el-button size="mini" type="default" @click="visible = false">鍙栨秷</el-button> <el-button type="primary" size="mini" @click="_export_">纭畾</el-button> </div> - <my-button v-if="myTable.tools.generalExport.show" slot="reference" site="tools" name="瀵煎嚭" /> + <my-button v-if="myTable.tools.generalExport.show" slot="reference" site="tools" name="瀵煎嚭" style="margin-bottom: 15px"/> </el-popover> <!--鍒楁帶鍒�--> @@ -97,6 +97,7 @@ :label="column.title" :type="column.type" :width="column.width" + :fixed="column.fixed" :min-width="column.minWidth" :align="column.align" :header-align="column.align" @@ -627,6 +628,8 @@ color: #303133; font-weight: 700; margin-top: 10px; + display: flex; + justify-content: flex-end; } .el-radio { margin-right: 10px; -- Gitblit v1.9.1