ソースを参照

删除与停用

shish 2 年 前
コミット
ca2d335f30

+ 1 - 1
ghsApp/src/admin/changePrice/removeList.vue

@@ -56,7 +56,7 @@
 		</view>
 		</view>
 
 
       <div class="app-footer">
       <div class="app-footer">
-        <button class="admin-button-com big blue" @click="recoverSelect">恢复到停用</button>
+        <button class="admin-button-com big blue" @click="recoverSelect">恢复到删除</button>
       </div>
       </div>
 
 
 		<uni-popup ref="selectFlowerNumRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">
 		<uni-popup ref="selectFlowerNumRef" background-color="#fff" type="center" :animation="false" class="class-popup-style">

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

@@ -41,8 +41,8 @@ export default {
                         {name: "加价管理",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/itemClass/add"},
                         {name: "加价管理",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/itemClass/add"},
                         {name: "批量排序",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/itemClass/sort"},
                         {name: "批量排序",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/itemClass/sort"},
                         {name: "已下架",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/changePrice/outList"},
                         {name: "已下架",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/changePrice/outList"},
-                        {name: "已停用",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/changePrice/stopList"},
-                        {name: "删除",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/changePrice/removeList"}
+                        {name: "已删除",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/changePrice/stopList"},
+                        {name: "彻底删除",img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`,url: "/admin/changePrice/removeList"}
                     ]
                     ]
                 },
                 },
                 {
                 {