Commit eb5972e4 authored by 黄奎's avatar 黄奎

页面修改

parent 3428de45
This diff is collapsed.
...@@ -69,7 +69,6 @@ ...@@ -69,7 +69,6 @@
pageSize: 15, pageSize: 15,
CategoryId: 0, //分类编号 CategoryId: 0, //分类编号
Name: '', //品牌名称 Name: '', //品牌名称
}, },
CategoryList: [], //分类列表 CategoryList: [], //分类列表
dateList: [], //日期 dateList: [], //日期
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
:current-page.sync="msg.pageIndex" layout="prev, pager, next" :total="total"> :current-page.sync="msg.pageIndex" layout="prev, pager, next" :total="total">
</el-pagination> </el-pagination>
</div> </div>
<!-- 修改版权 --> <!-- 修改分类 -->
<el-dialog :title="editTitle" :visible.sync="isShowCategoryForm" width="500px"> <el-dialog :title="editTitle" :visible.sync="isShowCategoryForm" width="500px">
<el-form label-width="150px"> <el-form label-width="150px">
<el-form-item label="分类名称"> <el-form-item label="分类名称">
......
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