Explorar o código

业务模块计划相关弹窗修改

marymelisa %!s(int64=4) %!d(string=hai) anos
pai
achega
40c5f64471

+ 5 - 5
src/views/business/plan/components/delete/index.vue

@@ -1,6 +1,6 @@
 <template>
   <!-- 删除计划-->
-  <a-modal class="plan_uncommitted_delete"
+  <a-modal class="commonModal fieldsetDialog plan_uncommitted_delete"
            title="删除计划"
            centered
            v-model:visible="visible"
@@ -12,11 +12,11 @@
                 :loading="loading"
                 @click="submit">完成</a-button>
     </template>
-      <fieldset class="formFieldSet">
-          <legend>基本信息</legend>
-          <a-form class="inlineForm"
+    <a-form class="inlineForm"
                   :form="form"
                   @submit="handleSearch">
+      <fieldset class="formFieldSet">
+          <legend>基本信息</legend>
               <a-row :gutter="24">
                   <a-col :span="12">
                       <a-form-item label="计划类型">
@@ -53,7 +53,6 @@
                       </a-form-item>
                   </a-col>
               </a-row>
-          </a-form>
       </fieldset>
       <fieldset class="formFieldSet">
           <legend>其它信息</legend>
@@ -77,6 +76,7 @@
               </a-col>
           </a-row>
       </fieldset>
+      </a-form>
   </a-modal>
 </template>
 

+ 5 - 5
src/views/business/plan/components/detail/index.vue

@@ -1,6 +1,6 @@
 <template>
     <!-- 套保计划详情-->
-    <a-modal class="add-custom custom-detail"
+    <a-modal class="commonModal custom-detail"
              title="套保计划详情"
              v-model:visible="visible"
              centered
@@ -13,11 +13,11 @@
                       @click="submit">关闭
             </a-button>
         </template>
-        <fieldset class="formFieldSet">
-            <legend>基本信息</legend>
-            <a-form class="inlineForm"
+        <a-form class="inlineForm"
                     :form="form"
                     @submit="handleSearch">
+        <fieldset class="formFieldSet">
+            <legend>基本信息</legend>
                 <a-row :gutter="24">
                     <a-col :span="12">
                         <a-form-item label="计划类型">
@@ -54,7 +54,6 @@
                         </a-form-item>
                     </a-col>
                 </a-row>
-            </a-form>
         </fieldset>
         <fieldset class="formFieldSet">
             <legend>其它信息</legend>
@@ -78,6 +77,7 @@
                 </a-col>
             </a-row>
         </fieldset>
+         </a-form>
     </a-modal>
 </template>