This commit is contained in:
曹辉 2023-01-10 10:32:43 +08:00
parent d0b7dd55fc
commit f02066ca9d

View File

@ -157,14 +157,14 @@
v-hasPermi="['system:area:edit']" v-hasPermi="['system:area:edit']"
>修改</el-button >修改</el-button
> >
<el-button <!-- <el-button
size="mini" size="mini"
type="text" type="text"
icon="el-icon-delete" icon="el-icon-delete"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
v-hasPermi="['system:area:remove']" v-hasPermi="['system:area:remove']"
>删除</el-button >删除</el-button
> > -->
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>