This commit is contained in:
2026-02-10 09:56:08 +08:00
commit d7802b25f2
147 changed files with 17439 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,
}