gaoluyang
63 分钟以前 f388ea8993f8e1a0673d291a301b9eb78d61e86d
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>