|
@@ -117,7 +117,7 @@
|
|
class="editsty"
|
|
class="editsty"
|
|
@click.stop="handleChangeStatus(scope.row)"
|
|
@click.stop="handleChangeStatus(scope.row)"
|
|
>{{scope.row.Enabled===0?'启用':'禁用'}}</span>
|
|
>{{scope.row.Enabled===0?'启用':'禁用'}}</span>
|
|
- <span class="deletesty" @click.stop="delUser(scope.row)">删除</span>
|
|
|
|
|
|
+ <!-- <span class="deletesty" @click.stop="delUser(scope.row)">删除</span> -->
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|