Browse Source

关闭弹窗

langfang-develop
liwei 3 years ago
parent
commit
f36ef729b6
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      src/views/productplan/workbench/order/closeOrder.vue

+ 7
- 1
src/views/productplan/workbench/order/closeOrder.vue View File

@ -1,5 +1,11 @@
<template> <template>
<el-dialog title="明细" visible width="90%" :close-on-click-modal="false">
<el-dialog
title="明细"
visible
width="90%"
:close-on-click-modal="false"
:before-close="cancel"
>
<el-table <el-table
:data="tableData" :data="tableData"
border border


Loading…
Cancel
Save