- 确定要{{ currentStatusRow?.adminStatus === 1 ? '禁用' : '启用' }}该用户吗?
+
{ if (currentStatusRow) currentStatusRow.adminStatus = currentStatusRow.adminStatus === 1 ? 0 : 1 }">
+
+ 将要{{ currentStatusRow?.adminStatus === 1 ? '禁用' : '启用' }}该用户
-
-
{
+
+ {
currentStatusRow.adminStatus = currentStatusRow.adminStatus === 1 ? 0 : 1
ackVisible = false
}">
取消
- {
+ {
editStatus(currentStatusRow)
ackVisible = false
}">
@@ -1185,7 +1202,7 @@ onMounted(async function () {
:deep(.el-table__header-wrapper),
:deep(.el-table__body-wrapper),
:deep(.el-table__cell),
-/* 表格 */
+ /* 表格 */
:deep(.el-table__body td) {
background-color: #F3FAFE !important;
}
@@ -1216,4 +1233,11 @@ onMounted(async function () {
.head-card-btn {
margin-left: auto;
}
+
+.status-confirm-content {
+ text-align: center;
+ margin-top: 160px;
+ margin-bottom: 30px;
+ font-size: 48px;
+}
\ No newline at end of file