Commit ef62cebc by YG8429

隐藏部分组件

parent 7331c976
......@@ -40,16 +40,16 @@
</el-form>
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
<el-button
type="primary"
plain
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['system:activities:add']"
>新增</el-button>
</el-col>
<!-- <el-col :span="1.5">-->
<!-- <el-button-->
<!-- type="primary"-->
<!-- plain-->
<!-- icon="el-icon-plus"-->
<!-- size="mini"-->
<!-- @click="handleAdd"-->
<!-- v-hasPermi="['system:activities:add']"-->
<!-- >新增</el-button>-->
<!-- </el-col>-->
<el-col :span="1.5">
<el-button
type="success"
......@@ -87,7 +87,7 @@
<el-table v-loading="loading" :data="activitiesList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="序号" align="center" prop="id" />
<!-- <el-table-column label="序号" align="center" prop="id" />-->
<!-- <el-table-column label="上级id" align="center" prop="uid" />-->
<!-- <el-table-column label="下级id" align="center" prop="newUid" />-->
<!-- <el-table-column label="删除标记:1-删除,0-正常" align="center" prop="isDelete" />-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment