luobisheng
2022-11-04 eda46bf83619297600436e5015fd8977e9974219
src/views/systemSetting/device/grid/components/main/index.vue
@@ -40,7 +40,7 @@
                    </template>
                </el-table-column>
                <el-table-column prop="operation" label="操作" min-width="20">
                    <template slot-scope="scope">
                    <!-- <template slot-scope="scope">
                        <div class="operation">
                            <span @click="handleChangeRole(scope.row,'role')">修改角色</span>
                            <span class="line">|</span>
@@ -52,7 +52,7 @@
                            <span class="line">|</span>
                            <span @click="handleChangeRole(scope.row,'depart')">修改部门</span>
                        </div>
                    </template>
                    </template> -->
                </el-table-column>
            </el-table>
            <!-- 查看页面 -->