From c62776b21679c54f8e65baeb805b891e962c3eef Mon Sep 17 00:00:00 2001 From: linwenling <3256558519@qq.com> Date: 星期二, 01 八月 2023 19:45:56 +0800 Subject: [PATCH] 部分行列间隔修改 --- ruoyi-ui/src/views/device/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/device/index.vue b/ruoyi-ui/src/views/device/index.vue index 5beeda4..8ea514e 100644 --- a/ruoyi-ui/src/views/device/index.vue +++ b/ruoyi-ui/src/views/device/index.vue @@ -128,10 +128,10 @@ <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/> <el-table-column label="璁惧鍚嶇О" prop="name" sortable width="120" /> - <el-table-column label="鏃堕棿" align="happenTime" sortable prop="happenTime" width="180"> + <el-table-column label="鏃堕棿" align="happenTime" sortable prop="happenTime" width="150"> <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '鈥斺�斺�斺��'}}</template> </el-table-column> - <el-table-column label="鏄惁娉ㄩ攢" align="center" sortable prop="status" width="180"> + <el-table-column label="鏄惁娉ㄩ攢" align="center" sortable prop="status" width="120"> <template slot-scope="scope"> {{ getSrc1(scope.row.status) }} </template> @@ -145,7 +145,7 @@ </el-table-column> - <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="180" align="center"> + <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="120" align="center"> <template slot-scope="scope" > <div @click="handleCheck(scope.row)"> -- Gitblit v1.9.1