|
@@ -1,5 +1,8 @@
|
|
|
<template>
|
|
|
<HcCard actionUi="text-center">
|
|
|
+ <template #header>
|
|
|
+ <div class="hc-expense-total-title">出差天数:0.5</div>
|
|
|
+ </template>
|
|
|
<div class="hac-card-project-box">
|
|
|
<div class="left-box">
|
|
|
<el-scrollbar>
|
|
@@ -131,7 +134,7 @@
|
|
|
</el-button>
|
|
|
<el-button type="primary" hc-btn>
|
|
|
<HcIcon name="check-double"/>
|
|
|
- <span>提交报销申请</span>
|
|
|
+ <span>提交出差申请</span>
|
|
|
</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -394,7 +397,10 @@ const tableBudgetData = ref([
|
|
|
font-weight: bold;
|
|
|
margin-bottom: 40px;
|
|
|
}
|
|
|
-
|
|
|
+.hc-expense-total-title {
|
|
|
+ color: #101010;
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
|
|
|
</style>
|
|
|
|