gaoluyang
6 天以前 cb78cb10939dc95b55e26b68cd805f2717ea48f0
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>