17613754660 3 سال پیش
والد
کامیت
4c1ca66aec
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      fhKeeper/formulahousekeeper/timesheet/src/views/leave/list.vue

+ 5 - 5
fhKeeper/formulahousekeeper/timesheet/src/views/leave/list.vue

@@ -392,12 +392,12 @@
             <div style="display: inline-block;width: 18%;margin-left:1%">
               <el-button size="small" @click="changeAltime(0)">批量设置</el-button>
             </div>
-            <div style="display: inline-block;width: 30%">
+            <div style="display: inline-block;width: 26%">
               <el-input style="float:left;" v-model="keywordAl" class="input-with-select" placeholder="请输入人员姓名搜索" clearable="true" size="small" @clear="clearsearchAl()">
                   <el-button slot="append" @click="searchAl()" icon="el-icon-search"></el-button>
               </el-input>
             </div>
-            <div style="display: inline-block;width: 300px;margin-left:14%">
+            <div style="display: inline-block;width: 32%;margin-left:12%">
               <span style="display: inline-block;margin: 0 15px 0 20px;color: rgb(96, 98, 102);">按部门筛选</span>
               <el-cascader
                 ref="selectAl"
@@ -405,7 +405,7 @@
                 v-model="NcurDeptId"
                 placeholder="请选择部门"
                 size="small"
-                style="width: 50%"
+                style="width: 60%"
                 @change="selAl()"
                 clearable
                 :options="Nsdata"
@@ -451,8 +451,8 @@
           </el-table>
         </div>
       </div>
-      <el-dialog title="请设置年假时限" v-if="Alshow" :visible.sync="Alshow" width="500px">
-        <el-form label-width="120px">
+      <el-dialog title="请设置年假时限" v-if="Alshow" :visible.sync="Alshow" @close="delAltime()" width="500px">
+        <el-form label-width="8rem">
           <el-form-item label="设置每年年假天数" >
             <el-input v-model="Alchange.yearDays" type="number" min="0" placeholder="请输入天数"></el-input>
           </el-form-item>