diff --git a/components/panel/formSlot.vue b/components/panel/formSlot.vue
index b97da63..945f865 100644
--- a/components/panel/formSlot.vue
+++ b/components/panel/formSlot.vue
@@ -187,7 +187,7 @@
-
diff --git a/pages/home/index.vue b/pages/home/index.vue
index fe8afe3..b3296bb 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -462,14 +462,14 @@ export default {
sortList: {
list: [
{
- name: "时间",
+ name: "按时间排序",
key: 0,
- showName: "按时间",
+ showName: "排序",
},
{
- name: "工价",
+ name: "按工价排序",
key: 1,
- showName: "按工价",
+ showName: "排序",
},
// {
// name: "按佣金",
@@ -478,9 +478,9 @@ export default {
// },
{
- name: "距离",
+ name: "按距离排序",
key: 2,
- showName: "按距离",
+ showName: "排序",
},
],
active: 0,
diff --git a/pages/person/index.vue b/pages/person/index.vue
index d1507f9..0a967c4 100644
--- a/pages/person/index.vue
+++ b/pages/person/index.vue
@@ -180,7 +180,7 @@
商家管理后台
diff --git a/root/merchantManagement/child/workbench.vue b/root/merchantManagement/child/workbench.vue
index 6b53d43..ae9f178 100644
--- a/root/merchantManagement/child/workbench.vue
+++ b/root/merchantManagement/child/workbench.vue
@@ -30,29 +30,13 @@
-