From a6f4edd102b4b2bf10f3b05dfccdb9e908de07a8 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期五, 24 三月 2023 18:31:20 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/smartor-web --- ruoyi-ui/src/views/smartor/schemecategory/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/smartor/schemecategory/index.vue b/ruoyi-ui/src/views/smartor/schemecategory/index.vue index 1681716..f3b17cb 100644 --- a/ruoyi-ui/src/views/smartor/schemecategory/index.vue +++ b/ruoyi-ui/src/views/smartor/schemecategory/index.vue @@ -71,7 +71,7 @@ <el-table v-loading="loading" :data="schemecategoryList" @selection-change="handleSelectionChange"> <el-table-column type="selection" width="55" align="center" /> - <el-table-column label=" 鑷ID " align="center" prop="id" /> + <!--el-table-column label=" 鑷ID " align="center" prop="id" /--> <el-table-column label=" 鍒嗙被鍚嶇О " align="center" prop="categoryname" /> <el-table-column label=" 鎵�灞炴満鏋� " align="center" prop="orgid" /> <el-table-column label=" 鏄惁閫氱敤 " align="center" prop="iscurrency" /> -- Gitblit v1.9.3