-
-
+
+
-
+
-
-
-
-
-
-
-
-
+
+
+
+
+
-
@@ -40,135 +36,69 @@
-
diff --git a/src/views/customerService/account/index.vue b/src/views/customerService/account/index.vue
index 7f96790..5d5d10f 100644
--- a/src/views/customerService/account/index.vue
+++ b/src/views/customerService/account/index.vue
@@ -4,13 +4,13 @@
-
+
-
-
-
+
+
+
@@ -31,26 +31,29 @@
-
+
- 启用
- 禁用
+
+ {{ scope.row.status === 1 ? '启用' : '禁用' }}
+
-
+
-
-
-
+
+
+
-
+
修改
-
- 删除
-
@@ -59,40 +62,41 @@
:total="tableData.total"
v-model:page="tableData.param.pageNum"
v-model:limit="tableData.param.pageSize"
- @pagination="handlePaginationChange"
+ @pagination="getList"
/>
-
+