From 8251d3ac36429c3522b589518b60cecbd1d3ec5b Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 20 二月 2024 21:50:45 +0800 Subject: [PATCH] 修改了文件 --- ruoyi-ui/src/views/secret/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/secret/index.vue b/ruoyi-ui/src/views/secret/index.vue index e2e1670..9da2047 100644 --- a/ruoyi-ui/src/views/secret/index.vue +++ b/ruoyi-ui/src/views/secret/index.vue @@ -117,7 +117,7 @@ </el-row> - <el-table v-loading="loading" :data="secretList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" @row-click="handleCheck" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> + <el-table v-loading="loading" :data="secretList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> <el-table-column type="selection" :reserve-selection="true" width="55" align="center" /> <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="80"/> <el-table-column label="鍙戠敓鏃堕棿" prop="happenTime" sortable width="150" align="center"> @@ -136,7 +136,7 @@ <template slot-scope="scope">{{scope.row.isFace===1 ?'鏄�': '鍚�'}}</template> </el-table-column> <el-table-column label="绉佹湁/鍏湁" prop="isPrivate" sortable width="100" > - <template slot-scope="scope">{{scope.row.isFace===1 ?'绉佹湁': '鍏湁'}}</template> + <template slot-scope="scope">{{scope.row.isPrivate===1 ?'绉佹湁': '鍏湁'}}</template> </el-table-column> <el-table-column label="瀛樻斁浣嶇疆" prop="location" sortable width="100" > <template slot-scope="scope">{{scope.row.location? scope.row.location: '鈥斺�斺�斺��'}}</template> -- Gitblit v1.9.1