Commit 3b970b52 by Sweet Zhang

隐藏导入联系人

parent 69e37e36
......@@ -10,9 +10,9 @@
<!-- 页面标题和操作按钮 -->
<div class="flex flex-col md:flex-row md:items-center md:justify-between mb-6 gap-4">
<div class="flex gap-3">
<button @click="showImportModal = true" class="btn-outline flex items-center">
<!-- <button @click="showImportModal = true" class="btn-outline flex items-center">
<i class="fas fa-upload mr-2"></i> 批量导入
</button>
</button> -->
<button @click="openAddContactModal()" class="btn-primary flex items-center">
<i class="fas fa-plus mr-2"></i> 新增联系人
</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment