修复cid log查看无法刷新,添加脚本列

This commit is contained in:
junleea 2024-07-06 20:38:41 +08:00
parent 1422fb9b62
commit fe0bb06f8d
1 changed files with 8 additions and 8 deletions

View File

@ -198,7 +198,7 @@ export default {
>
<el-container style="height: 700px; border: 1px solid #eee">
<el-header style="font-size: 40px; background-color: rgb(238, 241, 246)"
>集成部署项目</el-header
>集成部署项目日志{{ tokenData.id }}</el-header
>
<el-container>
<el-main>
@ -208,13 +208,8 @@ export default {
<el-button
class="el-button--danger"
type="primary"
@click="getDeviceList()"
>查询</el-button
>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="addDialogVisible = true"
>添加集成项目</el-button
@click="getCIDLogList()"
>刷新</el-button
>
</el-form-item>
<el-form-item>
@ -315,6 +310,11 @@ export default {
label="创建时间"
width="100"
></el-table-column>
<el-table-column
prop="Script"
label="执行脚本"
width="180"
></el-table-column>
<el-table-column
prop="Log"
label="运行日志"