|
@@ -49,13 +49,13 @@
|
|
<el-form-item>
|
|
<el-form-item>
|
|
<template slot="label">
|
|
<template slot="label">
|
|
<span>选择表单</span>
|
|
<span>选择表单</span>
|
|
- <el-tooltip style="cursor: pointer" effect="dark" :content="'被选择的表单需同时符合【未关联其他表单】和【是一个单表表单】才会在下拉选择中展示'" placement="top">
|
|
|
|
|
|
+ <el-tooltip style="cursor: pointer" effect="dark" :content="'被选择的表单需同时符合【是一个单表表单】才会在下拉选择中展示'" placement="top">
|
|
<i class="el-icon-question" />
|
|
<i class="el-icon-question" />
|
|
</el-tooltip>
|
|
</el-tooltip>
|
|
</template>
|
|
</template>
|
|
<el-select v-model="activeData.relationConf.itemRelationTable" filterable placeholder="请选择" clearable @change="onRelationTableChange($event)">
|
|
<el-select v-model="activeData.relationConf.itemRelationTable" filterable placeholder="请选择" clearable @change="onRelationTableChange($event)">
|
|
<el-option
|
|
<el-option
|
|
- v-for="(item, index) in allTabelList.filter((o) => o.associationType && o.associationType == 1)"
|
|
|
|
|
|
+ v-for="(item, index) in allTabelList.filter((o) => o.visualdevTableType && o.visualdevTableType == 1)"
|
|
:label="item.fullName"
|
|
:label="item.fullName"
|
|
:value="item.id"
|
|
:value="item.id"
|
|
:key="item.id"
|
|
:key="item.id"
|