rbac/wwwroot
yumoqing f44104b8a5 fix: Button label更新使用text_w.set_text()替代options.label赋值
根因:
1. script上下文中this为undefined,无法通过this.options.label访问
2. btn.options.label只修改属性不更新DOM,需调用text_w.set_text()
3. Button内部label是bricks.Text子组件(text_w),需通过其API更新
2026-05-28 16:52:26 +08:00
..
2025-08-01 17:09:41 +08:00
2026-05-22 16:54:08 +08:00
2026-03-24 15:56:41 +08:00
2026-05-18 16:00:42 +08:00
2026-04-26 12:29:35 +08:00
2026-04-23 12:51:51 +08:00
2025-07-16 14:19:12 +08:00
2025-08-07 15:13:55 +08:00
2026-03-21 15:31:36 +08:00
2026-03-21 16:09:48 +08:00
2026-03-21 16:09:48 +08:00
2026-03-25 14:11:46 +08:00
2025-07-16 14:19:12 +08:00
2026-04-26 20:27:54 +08:00
2026-05-18 16:00:42 +08:00
2026-03-20 21:15:39 +08:00
2026-02-25 14:22:35 +08:00
2026-05-18 16:00:42 +08:00