Browse Source

撤销上报

ZaiZai 1 year ago
parent
commit
f82c7a34ed
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/debit-pay/start-work/components/order/task-modal.vue

+ 1 - 3
src/views/debit-pay/start-work/components/order/task-modal.vue

@@ -1,5 +1,5 @@
 <template>
-    <hc-new-dialog is-table widths="400px" :show="isShow" title="任务流程" @close="addModalClose">
+    <hc-new-dialog is-table widths="400px" :show="isShow" title="审批流程" :padding="false" :footer="false" @close="addModalClose">
         <div class="hc-task-time">
             <hc-body class="hc-task-body-card" padding="10px" scrollbar>
                 <el-timeline v-if="rowInfo.fixedFlowId == null" class="hc-time-line">
@@ -109,8 +109,6 @@ const addModalClose = () => {
 .hc-task-time {
     position: relative;
     height: 100%;
-    flex-shrink: 0;
-    width: 170px;
 }
 </style>