Browse Source

修改关联表单列表显示效果从按钮修复回链接

lwx_v1
liwenxuan 1 year ago
parent
commit
eec7bb5fea
  1. 5
      src/components/DesignForm/app/index.vue
  2. 5
      src/components/DesignForm/tableListPage/index.vue

5
src/components/DesignForm/app/index.vue

@ -1101,15 +1101,14 @@ const tabsView = (val:any,types:number) => {
{{scope.row[scope.column.property]}}
</template>
<template v-if="item.fieldClass=='associatedForms'" #default="scope">
<el-button
<el-link
key="primary"
type="primary"
link
@click="showAsfDetailDialog(item,scope,asfQueryParams)"
>
{{scope.row[scope.column.property]}}
</el-button>
</el-link>
</template>
</el-table-column>
</template>

5
src/components/DesignForm/tableListPage/index.vue

@ -1093,15 +1093,14 @@ const tabsView = (val:any,types:number) => {
{{scope.row[scope.column.property]}}
</template>
<template v-if="item.fieldClass=='associatedForms'" #default="scope">
<el-button
<el-link
key="primary"
type="primary"
link
@click="showAsfDetailDialog(item,scope,asfQueryParams)"
>
{{scope.row[scope.column.property]}}
</el-button>
</el-link>
</template>
</el-table-column>
</template>

Loading…
Cancel
Save