联调服务器脚本策略剩余功能、脚本执行结果、AGENT更新模块

This commit is contained in:
康冉冉
2025-09-26 19:39:36 +08:00
parent 9f24b9f588
commit 3729bdda81
14 changed files with 527 additions and 301 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="w100 h100">
<!-- 表格头部按钮 -->
<el-row :gutter="10" class="mb8">
<el-row :gutter="10" style="margin: 0 0 8px 0;">
<template v-if="config && config.tableButton && config.tableButton.top">
<el-col :span="1.5" v-for="item of config.tableButton.top">
<el-button :type="item.type" plain size="mini" :icon="item.icon" @click="handleClick(item,{})" :hasPermi="[item.hasPermi]">{{item.content}}</el-button>