|
@@ -2630,7 +2630,7 @@
|
|
<el-card class="box-card-2">
|
|
<el-card class="box-card-2">
|
|
|
|
|
|
<div class="table-box">
|
|
<div class="table-box">
|
|
- <h4 style="margin-left: 4px;">推荐</h4>
|
|
|
|
|
|
+ <h4 style="margin-left: 4px;">推荐表单</h4>
|
|
<el-table
|
|
<el-table
|
|
size="small"
|
|
size="small"
|
|
ref="proTable1"
|
|
ref="proTable1"
|
|
@@ -2648,19 +2648,25 @@
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="tableName"
|
|
prop="tableName"
|
|
label="表单名称"
|
|
label="表单名称"
|
|
- width="180">
|
|
|
|
|
|
+ >
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="tableType"
|
|
prop="tableType"
|
|
:formatter="formatTableType"
|
|
:formatter="formatTableType"
|
|
label="表单类型"
|
|
label="表单类型"
|
|
- width="180">
|
|
|
|
|
|
+ width="100">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
prop="tableOwner"
|
|
prop="tableOwner"
|
|
|
|
+ width="100"
|
|
:formatter="formatOwner"
|
|
:formatter="formatOwner"
|
|
label="所属方">
|
|
label="所属方">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ prop="parentName"
|
|
|
|
+ label="父节点"
|
|
|
|
+ >
|
|
|
|
+ </el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
</div>
|
|
</div>
|
|
</el-card>
|
|
</el-card>
|
|
@@ -2831,7 +2837,7 @@ import {
|
|
import { getStore, setStore } from "@/util/store";
|
|
import { getStore, setStore } from "@/util/store";
|
|
|
|
|
|
import { getTempProject,addSync,getNodeStatus,getById } from "@/api/manager/ledger";
|
|
import { getTempProject,addSync,getNodeStatus,getById } from "@/api/manager/ledger";
|
|
-import { selectByNodeTable as findNodeTableByCondition1 ,getRecommendTable} from "@/api/manager/wbstree";
|
|
|
|
|
|
+import { selectByNodeTable as findNodeTableByCondition1,getRecommendTable } from "@/api/manager/wbstree";
|
|
|
|
|
|
import { getDictionaryBiz } from "@/api/other";
|
|
import { getDictionaryBiz } from "@/api/other";
|
|
import tableSortByType from './tableSortByType'
|
|
import tableSortByType from './tableSortByType'
|
|
@@ -6447,7 +6453,7 @@ async saveLinkTab() {
|
|
} else {
|
|
} else {
|
|
this.preTableData1 = [];
|
|
this.preTableData1 = [];
|
|
}
|
|
}
|
|
- });
|
|
|
|
|
|
+ });
|
|
|
|
|
|
},
|
|
},
|
|
handleSelectionChange1(val) {
|
|
handleSelectionChange1(val) {
|