|
@@ -237,7 +237,7 @@
|
|
|
:modal-append-to-body="false"
|
|
|
:close-on-click-modal="false"
|
|
|
>
|
|
|
- <div style="height: 450px">
|
|
|
+ <div >
|
|
|
<el-form :inline="true" :model="StatusList" class="demo-form-inline">
|
|
|
<el-form-item label="工单标题">
|
|
|
<el-input
|
|
@@ -255,14 +255,18 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<h3>流程轨迹</h3>
|
|
|
- <el-table :data="WorkOrderList" style="width: 100%" max-height="350">
|
|
|
+ <el-table :data="WorkOrderList" style="width: 100%" max-height="350" height="300">
|
|
|
<el-table-column prop="createTime" label="节点开始时间" />
|
|
|
<el-table-column prop="stepName" label="节点名称" width="180" />
|
|
|
<el-table-column prop="assigneeName" label="处理角色" width="180" />
|
|
|
<el-table-column prop="opTime" label="处理时间" />
|
|
|
</el-table>
|
|
|
- <el-button class="diobtn" @click="dlogStatus()">处理</el-button>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="diobtn">
|
|
|
+ <el-button @click="dlogStatus()">处理</el-button>
|
|
|
</div>
|
|
|
+
|
|
|
</el-dialog>
|
|
|
<!-- 查看已办弹窗 -->
|
|
|
<el-dialog
|
|
@@ -275,8 +279,8 @@
|
|
|
:modal-append-to-body="false"
|
|
|
:close-on-click-modal="false"
|
|
|
>
|
|
|
- <div style="height: 450px">
|
|
|
- <el-form :inline="true" :model="StatusList" class="demo-form-inline">
|
|
|
+ <div >
|
|
|
+ <el-form :inline="true" :model="StatusList" class="demo-form-inline" >
|
|
|
<el-form-item label="工单标题">
|
|
|
<el-input
|
|
|
v-model="StatusList.woTitle"
|
|
@@ -293,14 +297,18 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<h3>流程轨迹</h3>
|
|
|
- <el-table :data="DoneList" style="width: 100%" max-height="350">
|
|
|
+ <el-table :data="DoneList" style="width: 100%" max-height="350" height="300">
|
|
|
<el-table-column prop="createTime" label="节点开始时间" />
|
|
|
<el-table-column prop="stepName" label="节点名称" width="180" />
|
|
|
<el-table-column prop="assigneeName" label="处理角色" width="180" />
|
|
|
<el-table-column prop="opTime" label="处理时间" />
|
|
|
</el-table>
|
|
|
- <el-button class="diobtn" @click="dlogStatus()">查看详情</el-button>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ <div class="diobtn">
|
|
|
+ <el-button @click="dlogStatus()">查看详情</el-button>
|
|
|
</div>
|
|
|
+
|
|
|
</el-dialog>
|
|
|
<!-- 查看发起弹窗 -->
|
|
|
<el-dialog
|
|
@@ -313,7 +321,7 @@
|
|
|
:modal-append-to-body="false"
|
|
|
:close-on-click-modal="false"
|
|
|
>
|
|
|
- <div style="height: 450px">
|
|
|
+ <div >
|
|
|
<el-form :inline="true" :model="StatusList" class="demo-form-inline">
|
|
|
<el-form-item label="工单标题">
|
|
|
<el-input
|
|
@@ -331,7 +339,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<h3>流程轨迹</h3>
|
|
|
- <el-table :data="launchList" style="width: 100%" max-height="350">
|
|
|
+ <el-table :data="launchList" style="width: 100%" max-height="350" height="300">
|
|
|
<el-table-column prop="createTime" label="节点开始时间" />
|
|
|
<el-table-column prop="stepName" label="节点名称" width="180" />
|
|
|
<el-table-column prop="assigneeName" label="处理角色" width="180" />
|
|
@@ -615,8 +623,11 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
.diobtn {
|
|
|
- float: right;
|
|
|
- margin-right: 30px;
|
|
|
+ position: relative;
|
|
|
+ text-align: right;
|
|
|
+// display: flex;
|
|
|
+// justify-content: end;
|
|
|
+ margin-top: 10px;
|
|
|
}
|
|
|
.taskbox {
|
|
|
width: 100%;
|
|
@@ -717,13 +728,13 @@ export default {
|
|
|
background: #fafafa;
|
|
|
}
|
|
|
|
|
|
-::v-deep .el-table--scrollable-y .el-table__body-wrapper {
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-::v-deep .el-table th>.cell{
|
|
|
- padding:0px;
|
|
|
-}
|
|
|
-::v-deep .el-table__body-wrapper .is-scrolling-left{
|
|
|
- overflow-x: hidden;
|
|
|
-}
|
|
|
+// ::v-deep .el-table--scrollable-y .el-table__body-wrapper {
|
|
|
+// overflow: hidden;
|
|
|
+// }
|
|
|
+// ::v-deep .el-table th>.cell{
|
|
|
+// padding:0px;
|
|
|
+// }
|
|
|
+// ::v-deep .el-table__body-wrapper .is-scrolling-left{
|
|
|
+// overflow-x: hidden;
|
|
|
+// }
|
|
|
</style>
|