Browse Source

任务审批弹窗修改

duy 1 year ago
parent
commit
ed31254ce0
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/tasks/hc-data.vue

+ 4 - 4
src/views/tasks/hc-data.vue

@@ -31,9 +31,9 @@
         </HcTabsSimple>
 
         <!-- 任务审核 -->
-        <el-dialog
-            v-model="showTaskReviewModal" class="hc-modal-border hc-modal-table" destroy-on-close draggable
-            width="98vw"
+        <hc-dialog
+            v-model="showTaskReviewModal" class="hc-modal-border hc-modal-table" destroy-on-close draggable 
+            widths="98vw" is-table
         >
             <template #header="{ titleId, titleClass }">
                 <div class="hc-card-header flex items-center">
@@ -101,7 +101,7 @@
                     </el-button>
                 </div>
             </template>
-        </el-dialog>
+        </hc-dialog>
 
         <!-- 设置重签规则 -->
         <el-dialog