|
@@ -256,13 +256,13 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="创建人" align="left" prop="createBy" width="200"/>
|
|
|
<el-table-column label="创建时间" align="left" prop="createTime" width="200"/>
|
|
|
- <el-table-column label="操作" align="left" class-name="small-padding fixed-width" width="100">
|
|
|
- <template slot-scope="scope">
|
|
|
- <div class="button-box" style="display: flex">
|
|
|
- <p class="table-min-button" @click="roomClick(1,scope.row)">编辑</p>
|
|
|
- </div>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+ <!--<el-table-column label="操作" align="left" class-name="small-padding fixed-width" width="100">-->
|
|
|
+ <!--<template slot-scope="scope">-->
|
|
|
+ <!--<div class="button-box" style="display: flex">-->
|
|
|
+ <!--<p class="table-min-button" @click="roomClick(1,scope.row)">编辑</p>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--</template>-->
|
|
|
+ <!--</el-table-column>-->
|
|
|
</el-table>
|
|
|
<pagination
|
|
|
style="margin-top:20px;"
|
|
@@ -580,7 +580,6 @@
|
|
|
parentId: this.parentId
|
|
|
}
|
|
|
this.getTreeSonList(obj)
|
|
|
- this.getList()
|
|
|
})
|
|
|
}
|
|
|
})
|