Browse Source

轮播图列表新增了图片名称

LiRong 3 months ago
parent
commit
a5079bc43d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/views/system/banner/index.vue

+ 4 - 0
src/views/system/banner/index.vue

@@ -35,6 +35,10 @@ const listPageData = reactive({
             type:'input',
             isSearch: true,
         },
+        {
+            label: '名称',
+            prop: 'slideshowName',
+        },
         {
             label: '创建时间',
             prop: 'createTime',