保存进度!
This commit is contained in:
parent
8d805b007a
commit
7d7b9523c6
@ -1 +1 @@
|
|||||||
VUE_APP_API_URL_LOGIN = "http://localhost:8080/admin-system/account/p13_account_check.do"
|
VUE_APP_API_URL_LOGIN = "http://222.76.244.118:11001/admin-system/account/p13_account_check.do"
|
||||||
|
@ -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-18 00:38:04
|
* @LastEditTime: 2023-01-18 11:45:26
|
||||||
* @FilePath: \admin_system\src\views\info\StaffInfo.vue
|
* @FilePath: \admin_system\src\views\info\StaffInfo.vue
|
||||||
* @Description:
|
* @Description:
|
||||||
*
|
*
|
||||||
@ -10,18 +10,17 @@
|
|||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div class="query_box">
|
<div class="query_box">
|
||||||
<el-form inline="true">
|
<el-form inline="true" width="600px">
|
||||||
<el-row :gutter="10" class="el-row">
|
<el-row :gutter="10" class="el-row">
|
||||||
<el-col :span="16">
|
<el-col :span="8">
|
||||||
<el-input v-model="query_param.staff_code" placeholder="请输入P09工号或P13账号"></el-input>
|
<el-input v-model="query_param.staff_code" placeholder="请输入P09工号或P13账号"></el-input>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="8">
|
<el-col :span="4">
|
||||||
<el-button type="danger">查询</el-button>
|
<el-button type="danger">查询</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
|
<el-col :span="12"></el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<el-table ref="table" :data="table_data"> </el-table>
|
<el-table ref="table" :data="table_data"> </el-table>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -56,13 +55,25 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.query_box {
|
.query_box {
|
||||||
width: 600px;
|
width: 100%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.query_box:hover {
|
.info_box {
|
||||||
|
background-color: #fff;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 15px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.query_box:hover,
|
||||||
|
.info_box:hover {
|
||||||
box-shadow: 0px 0px 3px 3px #cccccc;
|
box-shadow: 0px 0px 3px 3px #cccccc;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user