maven
2025-08-12 33b66bff619f997d5f64f6f75d97dcaf910a06bd
src/views/equipmentManagement/upkeep/Modal/PlanModal.vue
@@ -7,10 +7,10 @@
  >
    <PlanForm ref="planFormRef"></PlanForm>
    <template #footer>
         <el-button type="primary" @click="sendForm" :loading="loading">
            {{ modalOptions.confirmText }}
         </el-button>
      <el-button @click="closeModal">{{ modalOptions.cancelText }}</el-button>
      <el-button type="primary" @click="sendForm" :loading="loading">
        {{ modalOptions.confirmText }}
      </el-button>
    </template>
  </el-dialog>
</template>