From 9596bd25e3c95906398149d9325bbeecaa570e20 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期二, 09 五月 2023 16:24:15 +0800 Subject: [PATCH] 根据反馈情况修改了部分bug --- ruoyi-ui/src/views/collection/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/collection/index.vue b/ruoyi-ui/src/views/collection/index.vue index 9040293..13760c7 100644 --- a/ruoyi-ui/src/views/collection/index.vue +++ b/ruoyi-ui/src/views/collection/index.vue @@ -85,10 +85,10 @@ </el-form-item> </el-col> </el-cntainer> - <el-form-item label="鎸佹湁鑰�" prop="owner" > + <el-form-item label="鎷ユ湁鑰�" prop="owner" > <el-input v-model="queryParams.owner" - placeholder="璇疯緭鍏ユ寔鏈夎��" + placeholder="璇疯緭鍏ユ嫢鏈夎��" clearable style="width: 240px" @keyup.enter.native="handleQuery"> @@ -224,7 +224,7 @@ </template> </el-table-column> - <el-table-column label="澶囨敞" prop="remark" sortable width="140" align="center"> + <el-table-column label="澶囨敞" prop="remark" sortable width="90" align="center"> <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '鈥斺�斺�斺��'}}</template> </el-table-column> <el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width" > @@ -252,6 +252,7 @@ type="text" icon="el-icon-d-arrow-right" @click="handleCheck(scope.row)" + >鏌ョ湅璇︽儏</el-button> </el-dropdown> @@ -638,6 +639,7 @@ handleCheck(row){ const id = row.id; this.$router.push("/familymodel/collection/collectionInfo/" + id); + }, /** 淇敼鎸夐挳鎿嶄綔 */ handleUpdate(row) { -- Gitblit v1.9.1