src/views/production/components/ProductionDialog.vue
@@ -2,7 +2,7 @@
  <el-dialog
      v-model="dialogVisible"
      :title="dialogType === 'add' ? '新增生产加工' : dialogType === 'viewRow' ? '查看生产加工' : '编辑生产加工'"
      width="1200px"
      width="1400px"
      :close-on-click-modal="false"
      @close="handleClose"
  >