Procházet zdrojové kódy

班次管理去掉打卡次数

yanliming před 4 roky
rodič
revize
2f9f8067f5

+ 1 - 6
src/views/base/workShiftInfo-detail.vue

@@ -25,13 +25,8 @@
         <el-form-item label="班次名称" prop="name" >
             <el-input v-model="formModel.name" placeholder="请输入班次名称" style="width:510px"></el-input>
         </el-form-item>
-        <el-form-item label="刷卡次数" prop="swipeCardCount" >
-            <el-input v-model="formModel.swipeCardCount" placeholder="请输入刷卡次数" style="width:200px" type="number">
-                <template slot="append">次</template>
-            </el-input>
-        </el-form-item>
         <el-form-item label="对应天数" prop="days">
-            <el-input v-model="formModel.days" placeholder="请输入对应天数" style="width:200px" type="number">
+            <el-input v-model="formModel.days" placeholder="请输入对应天数" style="width:510px" type="number">
                 <template slot="append">天</template>
             </el-input>
         </el-form-item>

+ 0 - 1
src/views/base/workShiftInfo-list.vue

@@ -58,7 +58,6 @@
       <el-table-column type="selection" width="55"></el-table-column>
       <el-table-column prop="number" label="班次编号" width="80"></el-table-column>
       <el-table-column prop="name" label="班次名称" width="150"></el-table-column>
-      <el-table-column prop="swipeCardCount" label="刷卡次数" width="100"></el-table-column>
       <el-table-column prop="days" label="天数" width="100" ></el-table-column>
       <el-table-column prop="workTime" label="上班时间"  width="120"></el-table-column>
       <el-table-column prop="workStartTime" label="上班考勤时段"  width="150">