feat: 增加表头操作功能,支持动态控制操作按钮显示;优化银行卡信息展示

This commit is contained in:
2025-12-22 04:05:17 +07:00
parent 23b9997bd3
commit 672d7c8958
4 changed files with 69 additions and 33 deletions

View File

@@ -18,6 +18,7 @@ export default defineConfig(
ignores: ['/^icon-/']
}
],
'vue/no-duplicate-attr-inheritance': 'off',
'unocss/order-attributify': 'off'
}
}