+
-
-
-
- {{item.content}}
-
+
+
+
+
+ {{item.content}}
+
+
+
+
@@ -124,6 +147,7 @@
data(){
return{
selectedRowKeys:[],
+ isNullInput:false,
columns: [
{
title: '编号',
@@ -185,6 +209,7 @@
],
selectOption:'全部',
showList:false,
+ showbox:false,
listOption:[
{
label:'list',
@@ -347,6 +372,14 @@
}
},
methods:{
+ onChangecheck(value){
+ console.log(`checked = ${value.target.checked}`)
+ if(`checked = ${value.target.checked}` == 'checked = true'){
+ this.isNullInput = true;
+ }else{
+ this.isNullInput = false;
+ }
+ },
selectModel(value){
this.selectOption=value
if(value=='文档库'){
@@ -355,6 +388,26 @@
this.showList=false
}
},
+ callback(key){
+ console.log(key)
+ this.selectOption=key
+ // if(key =='全部' || key =='知识问题库' || key =='文档对比库' || key =='周报') {
+ // this.showbox = true
+ // }else{
+ // this.showbox = false
+ // this.showList=true
+ // }
+ if(key=='文档库'){
+ this.showList=true
+ }else{
+ this.showList=false
+ }
+ if(key=='段落'){
+ this.searchShow=true
+ }else{
+ this.searchShow=false
+ }
+ },
onSearch(){
},
@@ -378,12 +431,22 @@