diff --git a/.env.development b/.env.development
index b8ccd8b..fbcc74b 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
VITE_APP_NAME=后台管理(开发环境)
-#VITE_API_URL=http://127.0.0.1:9200/api
+VITE_API_URL=http://127.0.0.1:9200/api
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api
diff --git a/src/views/shop/shopStoreRider/components/shopStoreRiderEdit.vue b/src/views/shop/shopStoreRider/components/shopStoreRiderEdit.vue
index ea55102..e6b50b1 100644
--- a/src/views/shop/shopStoreRider/components/shopStoreRiderEdit.vue
+++ b/src/views/shop/shopStoreRider/components/shopStoreRiderEdit.vue
@@ -155,8 +155,8 @@
- 正常
- 禁用
+ 启用
+ 禁用
diff --git a/src/views/shop/shopStoreRider/index.vue b/src/views/shop/shopStoreRider/index.vue
index cee200d..bf14cb0 100644
--- a/src/views/shop/shopStoreRider/index.vue
+++ b/src/views/shop/shopStoreRider/index.vue
@@ -26,9 +26,14 @@
{{ record.storeName }}
+
+ 忙碌
+ 在线
+ 休息
+
- 显示
- 隐藏
+ 启用
+ 禁用
@@ -133,12 +138,6 @@
dataIndex: 'idCardNo',
key: 'idCardNo'
},
- // {
- // title: '状态',
- // dataIndex: 'status',
- // key: 'status',
- // align: 'center'
- // },
{
title: '接单状态',
dataIndex: 'workStatus',
@@ -197,6 +196,12 @@
// key: 'sortNumber',
// width: 120
// },
+ {
+ title: '状态',
+ dataIndex: 'status',
+ key: 'status',
+ align: 'center'
+ },
{
title: '创建时间',
dataIndex: 'createTime',