fix: remove manual expense detail add action
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user