Commit c57eb07d authored by 黄奎's avatar 黄奎

页面修改

parent 0bf684cf
<style> <style>
.Mysche_Dian{ .Mysche_Dian {
width:6px; width: 6px;
height:6px; height: 6px;
background-color: #6D97FF; background-color: #6D97FF;
border-radius: 50%; border-radius: 50%;
margin-right: 10px; margin-right: 10px;
} }
.myPlan_List{
.myPlan_List {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.Sysuser_Date .el-input__inner { .Sysuser_Date .el-input__inner {
background-color: transparent; background-color: transparent;
border: 0; border: 0;
...@@ -109,18 +111,18 @@ ...@@ -109,18 +111,18 @@
align: 'left', align: 'left',
field: 'PlanList' field: 'PlanList'
}, },
{
name: 'ReciveMan',
label: '接班对象',
align: 'left',
field: 'ReciveMan'
},
{ {
name: 'GiveMan', name: 'GiveMan',
label: '交班对象', label: '交班对象',
align: 'left', align: 'left',
field: 'GiveMan' field: 'GiveMan'
}, },
{
name: 'ReciveMan',
label: '接班对象',
align: 'left',
field: 'ReciveMan'
},
{ {
name: 'CreateByName', name: 'CreateByName',
label: '排班人', label: '排班人',
...@@ -139,8 +141,8 @@ ...@@ -139,8 +141,8 @@
pageIndex: 1, pageIndex: 1,
pageSize: 12, pageSize: 12,
rowsPerPage: 12, rowsPerPage: 12,
StartDate:'', StartDate: '',
EndDate:'' EndDate: ''
}, },
pageCount: 0, pageCount: 0,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment