祁鹏飞 3 kuukautta sitten
vanhempi
commit
ef9820b6ef
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      src/views/quoteConfig/agreement/agreementDetails.vue

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

@@ -768,7 +768,9 @@ const costitemCopy = (costId: string) => {
     '复制费用',
     {
       confirmButtonText: '确定复制',
+      type: 'warning',
       center: true,
+      confirmButtonClass: 'el-button--primary',
     }
   ).then(() => {
     api.agreementApi.AgreementFeecopy({ costId }).then((res: any) => {