liuhj 2 months ago
parent
commit
cc0cd4e40e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/Finance/ExpenseReview.vue

+ 2 - 2
src/components/Finance/ExpenseReview.vue

@@ -1,6 +1,6 @@
 <template>
     <div class="wozhengcaoles" v-loading="fullscreenLoading">
-        <el-dialog width="1200px" title="近未审核" :visible.sync="reviewlistVisible">
+        <el-dialog width="1200px" title="近未审核费用" :visible.sync="reviewlistVisible">
             <div class="wozhengcaole-all" v-loading.fullscreen.lock="groupunreviewedLoading">
 
                 <div class="wozhengcaole-haed">
@@ -82,7 +82,7 @@
                     style="margin-right: 10px;"
                     type="primary"
                     title="最近费用"
-                    @click="Recentexpenses()">近费用</el-button>
+                    @click="Recentexpenses()">近期未审核费用</el-button>
                     <el-select style="width:120px" v-model="value" clearable placeholder="请选择" @change="filterStatus(value)">
                         <el-option
                         v-for="item in options"