资讯分类名称
This commit is contained in:
parent
1fcc9836d8
commit
3d1668c4da
@ -100,14 +100,15 @@
|
|||||||
>
|
>
|
||||||
<el-table-column type="selection" width="55" align="center" />
|
<el-table-column type="selection" width="55" align="center" />
|
||||||
<!-- <el-table-column label="主键id" align="center" prop="id" /> -->
|
<!-- <el-table-column label="主键id" align="center" prop="id" /> -->
|
||||||
<!-- <el-table-column label="资讯所属分类id" align="center" prop="informationCategoryId" /> -->
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="资讯标题"
|
label="资讯标题"
|
||||||
align="center"
|
align="center"
|
||||||
prop="informationTitle"
|
prop="informationTitle"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<el-table-column label="资讯编码" align="center" prop="informationCode" />
|
<el-table-column label="资讯编码" align="center" prop="informationCode" />
|
||||||
|
<el-table-column label="资讯分类" align="center" prop="informationCategoryName" />
|
||||||
<el-table-column label="显示顺序" align="center" prop="informationSort" />
|
<el-table-column label="显示顺序" align="center" prop="informationSort" />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="操作"
|
label="操作"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user