Ver Fonte

官网版块新建编辑弹窗调整

qymljy há 1 mês atrás
pai
commit
87e3194189

+ 1 - 0
src/HDrpManagement/ProductMag/modules/components/addScheme.vue

@@ -4,6 +4,7 @@
     <el-drawer
         :title="$t(`新建提成方案`)"
         :visible.sync="dialogVisible"
+        :wrapperClosable="false"
         size="900px"
         direction="rtl"
         append-to-body

+ 0 - 1
src/HDrpManagement/ProductMag/modules/components/commissionSchemeSet.vue

@@ -4,7 +4,6 @@
     <el-drawer
         :title="$t(`提成方案`)"
         :visible.sync="dialogVisible"
-        :wrapperClosable="false"
         size="70%"
         direction="rtl"
         append-to-body

+ 1 - 0
src/HDrpManagement/ProductMag/modules/components/editField.vue

@@ -4,6 +4,7 @@
     <el-drawer
         :title="$t(`编辑领域提成`)"
         :visible.sync="dialogVisible"
+        :wrapperClosable="false"
         size="900px"
         direction="rtl"
         append-to-body

+ 1 - 0
src/HDrpManagement/ProductMag/modules/components/editScheme.vue

@@ -4,6 +4,7 @@
     <el-drawer
         :title="$t(`编辑提成方案`)"
         :visible.sync="dialogVisible"
+        :wrapperClosable="false"
         size="900px"
         direction="rtl"
         append-to-body

+ 0 - 4
src/HDrpManagement/ProductMag/modules/components/setFieldCommission.vue

@@ -4,7 +4,6 @@
     <el-drawer
         :title="$t(`领域提成`)"
         :visible.sync="dialogVisible"
-        :wrapperClosable="false"
         size="70%"
         direction="rtl"
         append-to-body
@@ -21,9 +20,6 @@
           </template>
         </tableMerge>
       </div>
-      <div class="fixed__btn__panel">
-        <el-button size="small" @click="dialogVisible = false" class="normal-btn-width">{{$t('取 消')}}</el-button>
-      </div>
     </el-drawer>
   </div>
 </template>

+ 2 - 0
src/HDrpManagement/rebatesettlement/modules/add.vue

@@ -6,6 +6,7 @@
     <el-drawer
       :title="$t('新建')"
       :visible.sync="drawer"
+      :wrapperClosable="false"
       direction="rtl"
       append-to-body
       :show-close="false"
@@ -100,6 +101,7 @@
         <el-button class="normal-btn-width" size="small" @click="resetForm"
           >{{$t('重 置')}}</el-button
         >
+        <el-button size="small" @click="drawer = false;resetForm()" class="normal-btn-width">{{$t('取 消')}}</el-button>
       </div>
     </el-drawer>
   </div>

+ 2 - 0
src/HDrpManagement/rebatesettlement/modules/edit.vue

@@ -4,6 +4,7 @@
   <el-drawer
     :title="$t('编辑')"
     :visible.sync="drawer"
+    :wrapperClosable="false"
     direction="rtl"
     append-to-body
     :show-close="false"
@@ -57,6 +58,7 @@
     <div class="fixed__btn__panel">
       <el-button class="normal-btn-width" type="primary" size="small" @click="submitForm">{{$t('创 建')}}</el-button>
       <el-button class="normal-btn-width" size="small" @click="resetForm">{{$t('重 置')}}</el-button>
+      <el-button size="small" @click="drawer = false;resetForm()" class="normal-btn-width">{{$t('取 消')}}</el-button>
     </div>
   </el-drawer>
 </div>

+ 1 - 0
src/WebsiteManagement/caseManage/modules/add.vue

@@ -9,6 +9,7 @@
     <el-drawer
       :title="$t('新增案例')"
       :visible.sync="dialogFormVisible"
+      :wrapperClosable="false"
       size="70%"
       direction="rtl"
       append-to-body

+ 1 - 0
src/WebsiteManagement/caseManage/modules/edit.vue

@@ -10,6 +10,7 @@
     <el-drawer
       :title="$t('编辑案例')"
       :visible.sync="dialogFormVisible"
+      :wrapperClosable="false"
       size="70%"
       direction="rtl"
       append-to-body

+ 1 - 0
src/WebsiteManagement/consultManage/modules/add.vue

@@ -9,6 +9,7 @@
     <el-drawer
       :title="$t('新增资讯')"
       :visible.sync="dialogFormVisible"
+      :wrapperClosable="false"
       size="60%"
       direction="rtl"
       append-to-body

+ 1 - 0
src/WebsiteManagement/consultManage/modules/edit.vue

@@ -10,6 +10,7 @@
     <el-drawer
       :title="$t('编辑资讯')"
       :visible.sync="dialogFormVisible"
+      :wrapperClosable="false"
       size="60%"
       direction="rtl"
       append-to-body

+ 1 - 0
src/WebsiteManagement/marketproductMag/modules/add.vue

@@ -9,6 +9,7 @@
     <el-drawer
       :title="$t(`新建营销产品`)"
       :visible.sync="dialogFormVisible"
+      :wrapperClosable="false"
       size="60%"
       direction="rtl"
       append-to-body

+ 2 - 1
src/WebsiteManagement/marketproductMag/modules/edit.vue

@@ -6,6 +6,7 @@
     <el-drawer
       :title="$t(`编辑营销产品`)"
       :visible.sync="dialogFormVisible"
+      :wrapperClosable="false"
       size="60%"
       direction="rtl"
       append-to-body
@@ -332,4 +333,4 @@ export default {
   margin-top: 3px;
   color: #606266;
 }
-</style>
+</style>