guonan
2025-04-30 742cecf2dd52906ff00a50461839bda83a3cbc6d
src/views/left/KGSimOption/PredictiveSimulation.vue
@@ -81,12 +81,12 @@
          ><template #append>h</template></el-input
        >
      </el-form-item>
      <el-form-item>
        <el-button type="primary" @click="openPlan">打开方案</el-button>
        <el-button type="primary" @click="openSaveDialog">保存方案</el-button>
        <el-button type="success" @click="startPlay">开始模拟</el-button>
      </el-form-item>
    </el-form>
    <div class="buttons">
      <el-button type="primary" @click="openPlan">打开方案</el-button>
      <el-button type="primary" @click="openSaveDialog">保存方案</el-button>
      <el-button type="success" @click="startPlay">开始模拟</el-button>
    </div>
  </div>
</template>
<script setup>