From e553bf03da95027fc26ac06384e17ef43dd3ccf4 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期三, 26 三月 2025 11:33:56 +0800 Subject: [PATCH] 上片模块整体接口更改。控制台报错及警告 --- UI-Project/src/views/Permissions/permissionslist.vue | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/UI-Project/src/views/Permissions/permissionslist.vue b/UI-Project/src/views/Permissions/permissionslist.vue index 42a0399..6acbe84 100644 --- a/UI-Project/src/views/Permissions/permissionslist.vue +++ b/UI-Project/src/views/Permissions/permissionslist.vue @@ -193,16 +193,15 @@ <template> <div> - <el-button type="primary" style="margin-top: 10px;margin-left: 10px;" size="mini" id="searchButton" @click="add = true">娣诲姞鏉冮檺</el-button> + <el-button type="primary" style="margin-top: 10px;margin-left: 10px;" id="searchButton" @click="add = true">娣诲姞鏉冮檺</el-button> <el-input clearable placeholder="璇疯緭鍏ュ叧閿瓧" - size="mini" style="margin-right: 20px; width: 200px;margin-left: 10px;margin-top: 10px;" /> - <el-button type="primary" size="mini" @click="searchSubmit" style="margin-top: 10px;">鏌ヨ</el-button > - <el-button type="primary" size="mini" @click="empty" style="margin-top: 10px;">娓呯┖</el-button> - <el-card style="flex: 1;margin-left: 10px;margin-top: 15px;" v-loading="loading"> + <el-button type="primary" @click="searchSubmit" style="margin-top: 10px;">鏌ヨ</el-button > + <el-button type="primary" @click="empty" style="margin-top: 10px;">娓呯┖</el-button> + <el-card style="flex: 1;margin-left: 10px;margin-top: 15px;" > <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;max-height: 200px;"> <el-table height="100%" ref="table" @selection-change="handleSelectionChange" @@ -218,8 +217,8 @@ </el-table-column> <el-table-column fixed="right" label="鎿嶄綔" align="center" width="200"> <template #default> - <el-button size="mini" type="text" plain @click="adda = true">缂栬緫</el-button> - <el-button size="mini" type="text" plain @click="delete">鍒犻櫎</el-button> + <el-button type="text" plain @click="adda = true">缂栬緫</el-button> + <el-button type="text" plain @click="delete">鍒犻櫎</el-button> </template> </el-table-column> </el-table> @@ -230,7 +229,7 @@ <el-dialog v-model="add" top="23vh" width="37%" title="娣诲姞鏉冮檺" > <div style="margin-left: -50px;margin-top: 10px;margin-bottom: 10px;"> - <el-form size="mini" label-width="150px"> + <el-form label-width="150px"> <el-form label-width="100px" label-position="right"> <el-row style="margin-top: 10px;"> <el-col :span="6"> @@ -309,7 +308,7 @@ </el-dialog> <el-dialog v-model="adda" top="23vh" width="37%" title="淇敼鏉冮檺" > <div style="margin-left: -50px;margin-top: 10px;margin-bottom: 10px;"> - <el-form size="mini" label-width="150px"> + <el-form label-width="150px"> <el-form label-width="100px" label-position="right"> <el-row style="margin-top: 10px;"> <el-col :span="6"> -- Gitblit v1.8.0