Ver Fonte

出差管理

duy há 2 anos atrás
pai
commit
f73dfa8ed8
1 ficheiros alterados com 8 adições e 2 exclusões
  1. 8 2
      src/views/attendance/business-trip/info.vue

+ 8 - 2
src/views/attendance/business-trip/info.vue

@@ -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>