|
@@ -103,7 +103,7 @@
|
|
|
<span :style="{color:scope.row.Enabled===0?'#FF0000':null}">{{scope.row.Enabled===0?'禁用':'启用'}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" align="center" width="260">
|
|
|
+ <el-table-column label="操作" align="center" width="300">
|
|
|
<template slot-scope="scope">
|
|
|
<div style="color:#4099ef; font-size:24px;display: flex;gap:0 10px;">
|
|
|
<span class="editsty" @click.stop="editUser(scope.row)">编辑</span>
|