src/views/procurementManagement/invoiceEntry/components/Modal.vue
@@ -144,10 +144,10 @@ </PIMTable> </el-form> <template #footer> <el-button @click="closeModal">{{ modalOptions.cancelText }}</el-button> <el-button type="primary" :loading="modalLoading" @click="submitForm"> {{ modalOptions.confirmText }} </el-button> <el-button @click="closeModal">{{ modalOptions.cancelText }}</el-button> </template> </el-dialog> </template>