未符合项整改添加数据抽屉页面调整
This commit is contained in:
@@ -1803,7 +1803,7 @@ export default {
|
|||||||
.to-do-list {
|
.to-do-list {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
height: calc(~'100% - 269px');
|
height: calc(~'100% - 245px');
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
|
box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
|
||||||
|
|||||||
@@ -285,7 +285,6 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="planCloseTime"
|
prop="planCloseTime"
|
||||||
width="150"
|
width="150"
|
||||||
sortable="custom"
|
|
||||||
label="计划关闭时间">
|
label="计划关闭时间">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ (scope.row.planCloseTime ? scope.row.planCloseTime.substring(0, 11) : "") }}
|
{{ (scope.row.planCloseTime ? scope.row.planCloseTime.substring(0, 11) : "") }}
|
||||||
@@ -294,7 +293,6 @@
|
|||||||
</el-table>
|
</el-table>
|
||||||
<pagination
|
<pagination
|
||||||
style="position: relative;"
|
style="position: relative;"
|
||||||
:page="queryUnqualidiedData.pageNo"
|
|
||||||
:total="total"
|
:total="total"
|
||||||
@pageChange="pageChange"
|
@pageChange="pageChange"
|
||||||
@pageSizeChange="pageSizeChange"/>
|
@pageSizeChange="pageSizeChange"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user