祁鹏飞 преди 2 месеца
родител
ревизия
263e567701
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/views/quoteConfig/agreement/agreementDetails.vue

+ 2 - 2
src/views/quoteConfig/agreement/agreementDetails.vue

@@ -257,7 +257,7 @@
         </el-form-item>
       </el-form>
       <template #footer>
-        <el-button size="small" type="primary" @click="costitemCopy">确定</el-button>
+        <el-button type="primary" @click="costitemCopy">确定</el-button>
       </template>
     </el-dialog>
     <el-dialog :close-on-click-modal="false" v-model="copyDialog1" title="复制" width="500">
@@ -270,7 +270,7 @@
         </el-form-item>
       </el-form>
       <template #footer>
-        <autoLoadingButton size="small" type="primary" :on-click="submitCopy">确定</autoLoadingButton>
+        <autoLoadingButton type="primary" :on-click="submitCopy">确定</autoLoadingButton>
       </template>
     </el-dialog>
   </div>