cs 2 năm trước cách đây
mục cha
commit
bde29c3ce6

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

@@ -120,7 +120,7 @@
           </el-select>
 
           <!-- 地区筛选 -->
-          <el-select v-if="ins == 19" v-model="areaName" placeholder="请选择地区" @change="selcts()" clearable filterable size="small" style="margin-left:10px;width:150px">
+          <el-select v-if="ins == 19" v-model="areaName" placeholder="请选择" @change="selcts()" clearable filterable size="small" style="margin-left:10px;width:150px">
             <el-option :label="item" :value="item" v-for="item,index in areaList" :key="index"></el-option>
           </el-select>