This commit is contained in:
2026-02-10 09:51:18 +08:00
commit 634e0b9456
150 changed files with 18730 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
const actions = [
{ key: 1, 'name': '刷卡开门' },
{ key: 2, 'name': '内镜存入' },
{ key: 3, 'name': '内镜取出' },
]
export default {
actions,
}