账户问题修改

This commit is contained in:
zzyuan 2025-04-30 15:17:38 +08:00
parent 51080aaf9a
commit b521df1e70
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@
<el-table-column label="操作" align="center" width="180" class-name="small-padding fixed-width" fixed="right"> <el-table-column label="操作" align="center" width="180" class-name="small-padding fixed-width" fixed="right">
<template slot-scope="scope" v-if="scope.$index!=10"> <template slot-scope="scope" v-if="scope.row.userId">
<!-- <el-button <!-- <el-button
size="mini" size="mini"
type="text" type="text"

View File

@ -101,7 +101,7 @@
<el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width" fixed="right"> <el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width" fixed="right">
<template slot-scope="scope" v-if="scope.$index!=10"> <template slot-scope="scope" v-if="scope.row.userId">
<el-button <el-button
size="mini" size="mini"
type="text" type="text"