ysh il y a 2 ans
Parent
commit
49c80ff055

+ 2 - 2
src/views/system/schedulingInformation/BdClockinMonthList.vue

@@ -12,8 +12,8 @@
             </a-form-item>
           </a-col>
           <a-col :md="6" :sm="8">
-            <a-form-item label="号">
-              <a-input placeholder="请输入号" v-model="queryParam.personId"></a-input>
+            <a-form-item label="号">
+              <a-input placeholder="请输入号" v-model="queryParam.personId"></a-input>
             </a-form-item>
           </a-col>
           

+ 7 - 7
src/views/system/schedulingInformation/ViewClockInList.vue

@@ -234,11 +234,11 @@
             align: 'center',
             dataIndex: 'twoDept'
           },
-          {
-            title: '三级部门',
-            align: 'center',
-            dataIndex: 'threeDept'
-          },
+          // {
+          //   title: '三级部门',
+          //   align: 'center',
+          //   dataIndex: 'threeDept'
+          // },
           {
             title: '最早',
             align: 'center',
@@ -332,12 +332,12 @@
             dataIndex: 'closingState'
           },*/
           {
-            title: '加班开始时间',
+            title: '加班开始时间',width: 150,
             align: 'center',
             dataIndex: 'durationBeginDate'
           },
           {
-            title: '加班结束时间',
+            title: '加班结束时间',width: 150,
             align: 'center',
             dataIndex: 'durationEndDate'
           },