资讯分类名称

This commit is contained in:
闫晓茹 2023-02-20 13:22:09 +08:00
parent 1fcc9836d8
commit 3d1668c4da

View File

@ -100,14 +100,15 @@
>
<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="informationCategoryId" /> -->
<el-table-column
label="资讯标题"
align="center"
prop="informationTitle"
/>
<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="操作"