From 633d7f73029d36e8a187dc97942ec531175e1bda Mon Sep 17 00:00:00 2001 From: linbin <495561397@qq.com> Date: Tue, 21 Oct 2025 04:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E8=BF=B0:=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E6=91=8A=E4=BD=8D=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97=E4=B8=BA?= =?UTF-8?q?=E8=8F=9C=E5=B8=82=E5=9C=BA=E7=AE=A1=E7=90=86=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将商家端web中摊位管理目录重命名为菜市场管理目录 - 修改菜单结构,将原摊位管理菜单改为菜市场管理顶级菜单 - 在菜市场管理菜单下添加子菜单: 摊位列表、专员列表、市场基础设置、同城运费配置 - 更新index.html中的菜单导航链接指向新的菜市场管理目录 - 移除旧的摊位管理目录及其文件(摊位列表.html、摊位创建.html) - 新增菜市场管理模块相关页面文件 --- 商家端web/index.html | 27 +- 商家端web/菜市场管理/专员列表.html | 747 +++++++++++++++ 商家端web/菜市场管理/同城运费配置.html | 567 +++++++++++ 商家端web/菜市场管理/市场基础管理.html | 891 ++++++++++++++++++ .../{摊位管理 => 菜市场管理}/摊位列表.html | 0 .../{摊位管理 => 菜市场管理}/摊位创建.html | 0 6 files changed, 2229 insertions(+), 3 deletions(-) create mode 100644 商家端web/菜市场管理/专员列表.html create mode 100644 商家端web/菜市场管理/同城运费配置.html create mode 100644 商家端web/菜市场管理/市场基础管理.html rename 商家端web/{摊位管理 => 菜市场管理}/摊位列表.html (100%) rename 商家端web/{摊位管理 => 菜市场管理}/摊位创建.html (100%) diff --git a/商家端web/index.html b/商家端web/index.html index 0632ed6..cc3157a 100644 --- a/商家端web/index.html +++ b/商家端web/index.html @@ -452,12 +452,33 @@