保存进度!
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
 * @Author: Kane
 | 
					 * @Author: Kane
 | 
				
			||||||
 * @Date: 2023-01-12 14:43:46
 | 
					 * @Date: 2023-01-12 14:43:46
 | 
				
			||||||
 * @LastEditors: Kane
 | 
					 * @LastEditors: Kane
 | 
				
			||||||
 * @LastEditTime: 2023-01-13 16:53:55
 | 
					 * @LastEditTime: 2023-01-14 23:12:20
 | 
				
			||||||
 * @FilePath: \admin_system\src\views\info\StaffInfo.vue
 | 
					 * @FilePath: \admin_system\src\views\info\StaffInfo.vue
 | 
				
			||||||
 * @Description: 
 | 
					 * @Description: 
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
@@ -11,16 +11,15 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
    <div class="query_box">
 | 
					    <div class="query_box">
 | 
				
			||||||
        <el-form inline="true">
 | 
					        <el-form inline="true">
 | 
				
			||||||
            <el-form-item label="员工工号或P13账号:">
 | 
					            <el-row :gutter="10" class="el-row">
 | 
				
			||||||
                <el-row :gutter="10" class="el-row">
 | 
					                <el-col :span="16">
 | 
				
			||||||
                    <el-col :span="10">
 | 
					                    <el-input v-model="query_param.staff_code" placeholder="请输入P09工号或P13账号"></el-input>
 | 
				
			||||||
                        <el-input v-model="query_param.staff_code"></el-input>
 | 
					                </el-col>
 | 
				
			||||||
                    </el-col>
 | 
					                <el-col :span="8">
 | 
				
			||||||
                    <el-col :span="8">
 | 
					                    <el-button type="danger">查询</el-button>
 | 
				
			||||||
                        <el-button type="danger">查询</el-button>
 | 
					                </el-col>
 | 
				
			||||||
                    </el-col>
 | 
					            </el-row>
 | 
				
			||||||
                </el-row>
 | 
					
 | 
				
			||||||
            </el-form-item>
 | 
					 | 
				
			||||||
        </el-form>
 | 
					        </el-form>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user