mg
2022-11-04 24f59046a3dc1beb82e8906f6c15ad38332fd3c9
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>
            <!-- 查看页面 -->