@@ -68,9 +68,9 @@ export default {
category: 'comUrlDetail'
}
]
- if(!row.authStatus) {
- btnList.splice(-2)
- }
+ // if(!row.authStatus) {
+ // btnList.splice(-2)
+ // }
const options = btnList.map(item => {
let str = item.svgIcon ?
<svg-icon icon-class={item.svgIcon} style="width: 16px; height: 16px;" />