init
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
|
||||
<el-table v-loading="loading" :data="moduleList" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column label="模块ID" align="center" prop="moduleId" />
|
||||
<el-table-column label="模块名称" align="center" prop="moduleName">
|
||||
<template slot-scope="scope">
|
||||
<el-link type="primary" @click.stop="openSubDrawer(scope.row)">{{ scope.row.moduleName }}</el-link>
|
||||
|
Reference in New Issue
Block a user