|  |  | 
 |  |  |               <el-table-column | 
 |  |  |                 label="操作" | 
 |  |  |                 align="center" | 
 |  |  |                 fixed="right" | 
 |  |  |                 width="200" | 
 |  |  |                 class-name="small-padding fixed-width" | 
 |  |  |               > | 
 |  |  | 
 |  |  |     </div> | 
 |  |  |  | 
 |  |  |     <!-- 添加类别弹框 --> | 
 |  |  |     <el-dialog title="新增类别" width="30%" :visible.sync="dialogFormVisible"> | 
 |  |  |     <el-dialog title="类别编辑" width="30%" :visible.sync="dialogFormVisible"> | 
 |  |  |       <!-- <div style="text-align: center; margin-bottom: 20px"> | 
 |  |  |         <el-radio-group v-model="radio"> | 
 |  |  |           <el-radio-button label="主分类"></el-radio-button> | 
 |  |  | 
 |  |  |     }, | 
 |  |  |     /** 新增按钮操作 */ | 
 |  |  |     handleAdd() { | 
 |  |  |       this.reset(); | 
 |  |  |       this.title = "新增通用库"; | 
 |  |  |       this.indexform = { | 
 |  |  |         baseTagList: [], | 
 |  |  |         targetoptionList: [], | 
 |  |  |       }; | 
 |  |  |       this.testuserList = [ | 
 |  |  |         { | 
 |  |  |           guid: 1, | 
 |  |  |           isoperation: 1, | 
 |  |  |           targettype: "1", | 
 |  |  |           targetvalue: "", | 
 |  |  |           targetregex: "", | 
 |  |  |         }, | 
 |  |  |       ]; | 
 |  |  |       this.indexopen = true; | 
 |  |  |       this.measurement = false; | 
 |  |  |       this.$router.push({ | 
 |  |  |         path: "/knowledge/general/particulars/", | 
 |  |  |       }); | 
 |  |  |     }, | 
 |  |  |     /** 修改按钮操作 */ | 
 |  |  |     handleUpdate(row) { |