From 72a2b8cdad885a91e9a74df7e6156be105706fa3 Mon Sep 17 00:00:00 2001 From: dy <dingyang@lnfxkj.tech> Date: 星期一, 14 四月 2025 13:33:49 +0800 Subject: [PATCH] 上传页面样式调整 --- src/views/partPlan/index.vue | 22 ++++++++-------------- 1 files changed, 8 insertions(+), 14 deletions(-) diff --git a/src/views/partPlan/index.vue b/src/views/partPlan/index.vue index 1e60c8a..b18cabd 100644 --- a/src/views/partPlan/index.vue +++ b/src/views/partPlan/index.vue @@ -178,20 +178,6 @@ </el-upload> </el-col> </el-row> - <el-row style="margin-top: 20px;"> - <el-col> - <div> - <el-button - type="success" - plain - icon="Check" - :disabled="planned" - @click="uploadParse" - v-hasPermi="['partPlan:confirmPart']" - >涓婁紶骞惰В鏋�</el-button> - </div> - </el-col> - </el-row> <el-row> <el-col style="margin-top: 20px;"> <div v-show="isVisible"> @@ -226,6 +212,14 @@ <template #footer> <div class="dialog-footer"> <!-- <el-button type="primary" @click="submitFileForm">纭� 瀹�</el-button> --> + <el-button + type="success" + plain + icon="Check" + :disabled="planned" + @click="uploadParse" + v-hasPermi="['partPlan:confirmPart']" + >纭涓婁紶</el-button> <el-button @click="dialogCancel">鍙� 娑�</el-button> </div> </template> -- Gitblit v1.9.3