|  |  |  | 
|---|
|  |  |  | </el-form> | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | <template v-slot:menu> | 
|---|
|  |  |  | <div | 
|---|
|  |  |  | style="width: 100%; height: 50px; background: rgba(242, 242, 242, 1); line-height: 50px; text-align: center; font-size: 14px;"> | 
|---|
|  |  |  | 跌绊滑风险发生地点</div> | 
|---|
|  |  |  | <div style="width: 100%; height: 50px; background: rgba(242, 242, 242, 1); line-height: 50px; text-align: center; font-size: 14px;">  跌绊滑风险发生地点</div> | 
|---|
|  |  |  | <div style="width: 100%; height: calc(100vh - 130px); overflow-y: scroll;"> | 
|---|
|  |  |  | <Tree :list="treeList" :alllist="treeList"  :defaultProps="{ name: 'name', status: 'fsStatus', children: 'childList', id: 'id' }" | 
|---|
|  |  |  | @callback="callback" /> | 
|---|
|  |  |  | 
|---|
|  |  |  | import Tree from '@/components/common/Tree' | 
|---|
|  |  |  | import { treeList } from '@/api/business/category' | 
|---|
|  |  |  | export default { | 
|---|
|  |  |  | name: 'categorySheType', | 
|---|
|  |  |  | name: 'categoryDbhLocaltion', | 
|---|
|  |  |  | extends: BaseTable, | 
|---|
|  |  |  | components: { TableLayout1, Pagination, Tree, OperaCategoryWindow }, | 
|---|
|  |  |  | data () { | 
|---|