|
@@ -191,10 +191,10 @@ export default {
|
|
|
{
|
|
{
|
|
|
key: 'synBoTable',
|
|
key: 'synBoTable',
|
|
|
label: '同步表结构',
|
|
label: '同步表结构',
|
|
|
- icon: 'ibps-icon-exchange'
|
|
|
|
|
- // hidden: (row, index) => {
|
|
|
|
|
- // return row.boType === 'out'
|
|
|
|
|
- // }
|
|
|
|
|
|
|
+ icon: 'ibps-icon-exchange',
|
|
|
|
|
+ hidden: (row, index) => {
|
|
|
|
|
+ return row.boType !== 'out'
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
key: 'copy',
|
|
key: 'copy',
|