|
@@ -20,6 +20,12 @@
|
|
|
:cache-key="cacheKeyUrl"
|
|
:cache-key="cacheKeyUrl"
|
|
|
show-summary
|
|
show-summary
|
|
|
:summary-method="getSummaries"
|
|
:summary-method="getSummaries"
|
|
|
|
|
+ row-key="id"
|
|
|
|
|
+ default-expand-all
|
|
|
|
|
+ :tree-props="{
|
|
|
|
|
+ children: 'children',
|
|
|
|
|
+ hasChildren: 'hasChildren'
|
|
|
|
|
+ }"
|
|
|
>
|
|
>
|
|
|
<!-- 表头工具栏 -->
|
|
<!-- 表头工具栏 -->
|
|
|
<template v-slot:toolbar>
|
|
<template v-slot:toolbar>
|
|
@@ -118,6 +124,13 @@
|
|
|
<!-- 查看详情列 -->
|
|
<!-- 查看详情列 -->
|
|
|
|
|
|
|
|
<template v-slot:docNo="{ row }">
|
|
<template v-slot:docNo="{ row }">
|
|
|
|
|
+ <el-tag
|
|
|
|
|
+ v-if="row.parentId && row.parentId != '0'"
|
|
|
|
|
+ type="success"
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ effect="plain">
|
|
|
|
|
+ 拆
|
|
|
|
|
+ </el-tag>
|
|
|
<el-link
|
|
<el-link
|
|
|
type="primary"
|
|
type="primary"
|
|
|
:underline="false"
|
|
:underline="false"
|
|
@@ -403,7 +416,7 @@
|
|
|
sortable: true,
|
|
sortable: true,
|
|
|
slot: 'docNo',
|
|
slot: 'docNo',
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
- minWidth: 200
|
|
|
|
|
|
|
+ minWidth: 220
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
{
|
|
{
|
|
@@ -618,6 +631,7 @@
|
|
|
return getSendTableList({
|
|
return getSendTableList({
|
|
|
pageNum: page,
|
|
pageNum: page,
|
|
|
size: limit,
|
|
size: limit,
|
|
|
|
|
+ isResponseTree: true,
|
|
|
...where
|
|
...where
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|