yangfeng
2024-01-03 4745463f661e3cfe31f13b6d3b6b792018c7f025
src/views/unifiedManage/userManage/index.vue
@@ -31,7 +31,6 @@
                <template slot-scope="scope">
                  <el-button @click="viewClick(scope.row)" type="text" size="small">查看</el-button>
                  <el-button @click="approveClick(scope.row)" type="text" size="small">审核</el-button>
                  <el-button @click="approveClick(scope.row)" type="text" size="small">启用</el-button>
                  <el-button @click="editClick(scope.row)" type="text" size="small">编辑</el-button>
                </template>
              </el-table-column>