fix: bug#10711、10600、10681

This commit is contained in:
JiangQiming 2023-03-22 11:49:02 +08:00
parent 0aac4de410
commit 835874604d
3 changed files with 9 additions and 9 deletions

View File

@ -7,11 +7,12 @@
</j-space>
</div>
<j-tabs v-model="activeKey" tab-position="left">
<j-tab-pane
v-for="func in newFunctions"
:key="func.id"
:tab="func.name"
>
<j-tab-pane v-for="func in newFunctions" :key="func.id">
<template #tab>
<Ellipsis style="width: 100px; text-align: left">
{{ func.name }}
</Ellipsis>
</template>
<j-row :gutter="30">
<j-col :span="15">
<j-form :ref="`${func.id}Ref`" :model="func">
@ -49,7 +50,7 @@
:name="['table', index, 'value']"
:rules="{
required: true,
message: '',
message: '该字段为必填字段',
}"
has-feedback
>
@ -106,7 +107,7 @@
</j-col>
<j-col :span="9">
<h6>执行结果</h6>
<span class="execute-result">
<span :ref="`result${func.id}Ref`" class="execute-result">
{{ func.executeResult }}
</span>
</j-col>

View File

@ -303,7 +303,6 @@ const queryServiceRecords = async (date: Dayjs) => {
const cloudView = (startTime: number, endTime: number) => {
type.value = 'cloud';
cloudTime.value = { startTime, endTime };
queryServiceRecords(time.value!);
};
/**

View File

@ -13,7 +13,7 @@
sorts: [{ name: 'createTime', order: 'desc' }],
}"
:params="params"
:gridColumn="2"
:gridColumn="4"
>
<template #headerTitle>
<PermissionButton