From 87c1c4c01d1e42730ad63d68cfb669cfad72f333 Mon Sep 17 00:00:00 2001 From: luoyifan Date: Thu, 12 Jun 2025 12:49:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83=E5=8E=8B=E5=8A=9B=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/example/example1.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/example/example1.js b/src/example/example1.js index c9ed5f0..4e777bb 100644 --- a/src/example/example1.js +++ b/src/example/example1.js @@ -409,9 +409,9 @@ export default { { label: '仓库楼层', // 目录分组名 items: [ - { catalogCode: '__f3', label: '货架测试 (-f3)' }, - { catalogCode: '__f2', label: '压力测试 (-f2)' }, // 目录项 - { catalogCode: '__f1', label: '地下室 (-f1)' }, // 目录项 + { catalogCode: '__f3', label: '货架压力测试 (-f3)' }, + { catalogCode: '__f2', label: '箱子压力测试 (-f2)' }, // 目录项 + { catalogCode: '__f1', label: '路径压力测试 (-f1)' }, // 目录项 { catalogCode: 'f1', label: '一楼 (f1)' }, { catalogCode: 'f2', label: '二楼 (f2)' }, { catalogCode: 'f3', label: '三楼 (f3)' },