|
@@ -202,16 +202,20 @@ export default ({proxy,jlzj_area_type}) => {
|
|
|
]
|
|
|
},
|
|
|
searchBtns:[
|
|
|
- // {
|
|
|
- // label: '批量审核',
|
|
|
- // func: () => {
|
|
|
- // const ids = userTableRef.value.ids;
|
|
|
- // console.log('批量删除', ids)
|
|
|
- // ids.length > 0 && openDialog(ids)
|
|
|
- // },
|
|
|
- // key: 'applicant',
|
|
|
- // type: 'primary'
|
|
|
- // },
|
|
|
+ {
|
|
|
+ label: '批量审核',
|
|
|
+ func: () => {
|
|
|
+ const ids = userTableRef.value.ids;
|
|
|
+ console.log('批量删除', ids)
|
|
|
+ ids.length > 0 && openDialog(ids)
|
|
|
+ },
|
|
|
+ key: 'applicant',
|
|
|
+ type: 'primary',
|
|
|
+ show: (tabsValue) => {
|
|
|
+
|
|
|
+ return tabsValue === '10'
|
|
|
+ }
|
|
|
+ },
|
|
|
// {
|
|
|
// label: '导出',
|
|
|
// func: (parmas) => {
|