mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
报表功能测试完成
This commit is contained in:
parent
c85b842723
commit
fe758814e4
@ -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'">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user