提交 48cc2d24 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 f8c0d615
...@@ -279,9 +279,9 @@ function handleReportPreviewReady() { ...@@ -279,9 +279,9 @@ function handleReportPreviewReady() {
<el-button type="primary" :disabled="disabled" @click="handleSubmit">提交实验</el-button> <el-button type="primary" :disabled="disabled" @click="handleSubmit">提交实验</el-button>
</div> </div>
<div> <div>
<el-button type="primary" v-if="appConfig.system == 'default'"> <!-- <el-button type="primary" v-if="appConfig.system == 'default'">
<router-link to="/ai" target="_blank">AI数据分析</router-link> <router-link to="/ai" target="_blank">AI数据分析</router-link>
</el-button> </el-button> -->
<el-button type="primary" :disabled="disabled" :loading="screenshotLoading" @click="handleCapture">截图</el-button> <el-button type="primary" :disabled="disabled" :loading="screenshotLoading" @click="handleCapture">截图</el-button>
<el-button type="primary" :disabled="disabled" @click="prepareDialogVisible = true">实验准备</el-button> <el-button type="primary" :disabled="disabled" @click="prepareDialogVisible = true">实验准备</el-button>
<el-button type="primary" :disabled="disabled" @click="resultDialogVisible = true">实验结果</el-button> <el-button type="primary" :disabled="disabled" @click="resultDialogVisible = true">实验结果</el-button>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论