cs 2 年之前
父节点
当前提交
bde29c3ce6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

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