报表功能测试完成

This commit is contained in:
wuxw 2025-07-15 14:29:13 +08:00
parent c85b842723
commit fe758814e4

View File

@ -3,10 +3,10 @@
<el-row :gutter="20">
<el-col :span="24">
<el-card>
<div slot="header" class="clearfix">
<div slot="header" class="flex justify-between">
<span>{{ $t('workflowSettingManage.title') }}</span>
</div>
<el-form label-width="120px">
<el-form label-width="120px" class="text-left">
<el-form-item :label="$t('workflowSettingManage.flowName')">
<el-input v-model="workflowSettingInfo.flowName"
:placeholder="$t('workflowSettingManage.flowNamePlaceholder')" disabled />
@ -84,7 +84,7 @@
<el-row :gutter="20" class="mt-20">
<el-col :span="24">
<el-card>
<div slot="header" class="clearfix">
<div slot="header" class="flex justify-between">
<span>{{ $t('workflowSettingManage.instructions') }}</span>
</div>
<div v-if="workflowSettingInfo.flowType === '70007'">