Merge pull request '数据权限换行问题' (#9) from huyt into dev
Reviewed-on: http://192.168.2.237:3000/root/middleground_code_v2/pulls/9
This commit is contained in:
commit
73345a54ee
|
@ -5,7 +5,7 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="dataList" label="字段">
|
<el-table-column prop="dataList" label="字段">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div style="display: flex;align-items: center">
|
<div style="display: flex;align-items: center;flex-wrap: wrap">
|
||||||
<i
|
<i
|
||||||
class="el-icon-star-on"
|
class="el-icon-star-on"
|
||||||
style="
|
style="
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="dataList" label="字段">
|
<el-table-column prop="dataList" label="字段">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div style="display: flex;align-items: center">
|
<div style="display: flex;align-items: center;flex-wrap: wrap">
|
||||||
<i
|
<i
|
||||||
class="el-icon-star-on"
|
class="el-icon-star-on"
|
||||||
style="
|
style="
|
||||||
|
|
Loading…
Reference in New Issue