|
|
@@ -54,6 +54,11 @@ const activeNames = ref([])
|
|
|
// console.log(r);
|
|
|
// }
|
|
|
const specialHanle = (rowProp,index,label)=>{
|
|
|
+ if(typeof rowProp == 'string'){
|
|
|
+ if(rowProp.includes('script') || rowProp.includes("img")){
|
|
|
+ return "违禁词"
|
|
|
+ }
|
|
|
+ }
|
|
|
if(index == 0 || index == 1){
|
|
|
return '<span style="font-size: 14px;font-weight: bold">'+rowProp+'</span>'
|
|
|
}
|