保存进度!

This commit is contained in:
Kane 2023-01-14 23:53:15 +08:00
parent 3ab267754c
commit e602271ebe
1 changed files with 10 additions and 11 deletions

View File

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