@@ -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) => {