Просмотр исходного кода

选型版块新建编辑弹窗调整

qymljy 1 год назад
Родитель
Сommit
73583cc2d8

+ 1 - 0
src/optionSystem/FProductManage/modules/add.vue

@@ -9,6 +9,7 @@
     <el-drawer
       :title="$t(`新建成品`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="800px"
       direction="rtl"
       append-to-body

+ 1 - 0
src/optionSystem/FProductManage/modules/edit.vue

@@ -11,6 +11,7 @@
     <el-drawer
       :title="$t(`编辑成品`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="800px"
       direction="rtl"
       append-to-body

+ 1 - 0
src/optionSystem/executeManage/modules/add.vue

@@ -6,6 +6,7 @@
     <el-drawer
       :title="$t(`新建执行器`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="664px"
       direction="rtl"
       append-to-body

+ 1 - 0
src/optionSystem/executeManage/modules/edit.vue

@@ -6,6 +6,7 @@
     <el-drawer
       :title="$t(`编辑执行器`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="664px"
       direction="rtl"
       append-to-body

+ 1 - 0
src/optionSystem/itemManage/modules/add.vue

@@ -11,6 +11,7 @@
     <el-drawer
       :title="$t(`新建主阀`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="664px"
       direction="rtl"
       append-to-body

+ 1 - 0
src/optionSystem/itemManage/modules/edit.vue

@@ -6,6 +6,7 @@
     <el-drawer
       :title="$t(`编辑主阀`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="664px"
       direction="rtl"
       append-to-body

+ 1 - 0
src/optionSystem/otherFileManage/modules/add.vue

@@ -4,6 +4,7 @@
     <el-drawer
       :title="$t(`新建辅件`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="664px"
       direction="rtl"
       append-to-body

+ 1 - 0
src/optionSystem/otherFileManage/modules/edit.vue

@@ -4,6 +4,7 @@
     <el-drawer
       :title="$t(`编辑辅件`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="664px"
       direction="rtl"
       append-to-body

+ 1 - 0
src/optionSystem/priceRuleManage/components/add.vue

@@ -11,6 +11,7 @@
     <el-drawer
       :title="$t(`折扣详情`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       direction="rtl"
       append-to-body
       :show-close="false"

+ 1 - 0
src/optionSystem/priceRuleManage/components/edit.vue

@@ -6,6 +6,7 @@
     <el-drawer
       :title="$t(`折扣详情`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       direction="rtl"
       append-to-body
       :show-close="false"

+ 1 - 0
src/optionSystem/speedBoxManage/modules/add.vue

@@ -6,6 +6,7 @@
     <el-drawer
       :title="$t(`新建减速箱`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="664px"
       direction="rtl"
       append-to-body

+ 1 - 0
src/optionSystem/speedBoxManage/modules/edit.vue

@@ -6,6 +6,7 @@
     <el-drawer
       :title="$t(`编辑减速箱`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="664px"
       direction="rtl"
       append-to-body

+ 1 - 0
src/optionSystem/throttleManage/modules/add.vue

@@ -4,6 +4,7 @@
     <el-drawer
       :title="$t(`新建节流件`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="664px"
       direction="rtl"
       append-to-body

+ 1 - 0
src/optionSystem/throttleManage/modules/edit.vue

@@ -4,6 +4,7 @@
     <el-drawer
       :title="$t(`编辑节流件`)"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       size="664px"
       direction="rtl"
       append-to-body