fix: remove manual expense detail add action

This commit is contained in:
caoxiaozhu
2026-06-03 16:44:06 +08:00
parent 92198549f6
commit 513ff909f9
3 changed files with 8 additions and 58 deletions

View File

@@ -130,16 +130,6 @@
<i class="mdi mdi-robot-outline"></i>
<span>{{ uploadingExpenseId ? '识别中' : '智能录入' }}</span>
</button>
<button
v-if="isEditableRequest"
class="smart-entry-btn secondary"
type="button"
:disabled="actionBusy"
@click="handleAddExpenseItem"
>
<i class="mdi mdi-plus-circle-outline"></i>
<span>{{ creatingExpense ? '新增中' : '增加明细' }}</span>
</button>
</div>
</div>
<div v-if="isApplicationDocument" class="application-detail-facts">
@@ -439,7 +429,7 @@
</template>
<tr v-if="!expenseItems.length" class="empty-row">
<td :colspan="expenseTableColumnCount" class="empty-row-cell">
当前还没有费用明细点击右上角增加明细继续补充
当前还没有费用明细请通过智能录入上传票据后由系统自动归集
</td>
</tr>
</tbody>