shish 2 lat temu
rodzic
commit
3d7de7f94c

+ 1 - 1
ghsApp/src/admin/home/apply.vue

@@ -48,7 +48,7 @@ export default {
                 {
                     title:'集合',
                     list:[
-                        {name: "列表",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/jh/list"},
+                        {name: "集合列表",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/jh/list"},
                         {name: "集合分类",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/jh/class"}
                     ]
                 },

+ 0 - 14
ghsApp/src/admin/jh/item.vue

@@ -1,20 +1,6 @@
 <template>
     <view class="app-content" style="background:white;">
           <view class="billing_box_bg">
-              <view class="input-wrap">
-                  <view style="padding:0upx 0upx 0upx 0upx;margin-right:10upx;" >
-                      <button class="admin-button-com middle blue" @click="selectFlowerNumFn()">图片分类</button>
-                  </view>
-                  <view class="search-bar">
-                      <app-search-module v-model="py" placeholder="输拼音首字母也可以搜" @input="searchFn"/>
-                  </view>
-                  <view style="padding:0 0upx 0 15upx;" >
-                      <button class="admin-button-com middle blue" @click="refreshItem()">刷新</button>
-                  </view>
-                  <view style="padding:0 0upx 0 15upx;" >
-                      <button class="admin-button-com middle blue" @click="pageTo({ url: '/admin/ptItem/itemList' })">添花材</button>
-                  </view>
-              </view>
               <view class="scroll-middle_bx">
 
                 <scroll-view scroll-y class="right-box" :scroll-into-view="scroll_into_view" scroll-with-animation="true"

+ 2 - 5
ghsApp/src/admin/jh/list.vue

@@ -6,13 +6,10 @@
                       <button class="admin-button-com middle blue" @click="selectFlowerNumFn()">图片分类</button>
                   </view>
                   <view class="search-bar">
-                      <app-search-module v-model="py" placeholder="输拼音首字母也可以搜" @input="searchFn"/>
+                      <app-search-module v-model="py" placeholder="这里搜索集合" @input="searchFn"/>
                   </view>
                   <view style="padding:0 0upx 0 15upx;" >
-                      <button class="admin-button-com middle blue" @click="refreshItem()">刷新</button>
-                  </view>
-                  <view style="padding:0 0upx 0 15upx;" >
-                      <button class="admin-button-com middle blue" @click="pageTo({ url: '/admin/ptItem/itemList' })">添花材</button>
+                      <button class="admin-button-com middle blue" @click="pageTo({ url: '/admin/ptItem/itemList' })">添加集合</button>
                   </view>
               </view>
               <view class="scroll-middle_bx">

+ 1 - 1
ghsApp/src/pages.json

@@ -413,7 +413,7 @@
 		{
 			"root": "admin/jh",
 			"pages": [
-				{"path": "list","style": {"navigationBarTitleText": "花材集合"}},
+				{"path": "list","style": {"navigationBarTitleText": "集合列表"}},
 				{"path": "class","style": {"navigationBarTitleText": "集合分类"}},
 				{"path": "item","style": {"navigationBarTitleText": "花材"}}
 			]