联调服务器脚本策略剩余功能、脚本执行结果、AGENT更新模块
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user