diff --git a/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue b/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue
index 21987647..22a75af3 100644
--- a/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue
+++ b/buyer/src/pages/home/orderCenter/AfterSaleDetail.vue
@@ -23,7 +23,7 @@
本次售后服务由{{afterSale.storeName}}为您提供
-
+
{{afterSale.goodsName}}
@@ -285,8 +285,19 @@ export default {
}
>div:nth-child(2){
padding-left: 15px;
- img{vertical-align: top;}
- span{color: #999;}
+ }
+ .service-after-goods {
+ display: flex;
+ align-items: center;
+ gap: 10px;
+
+ img {
+ flex-shrink: 0;
+ }
+
+ span {
+ color: #999;
+ }
}
}
/** 售后进度条 */
diff --git a/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue b/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue
index 964fda8d..eb33ce90 100644
--- a/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue
+++ b/buyer/src/pages/home/orderCenter/ApplyAfterSale.vue
@@ -29,7 +29,12 @@
-
+
{
+ this.$refs.form?.clearValidate('reason')
+ })
},
apply () { // 售后申请提交
this.$refs.form.validate(valid => {
diff --git a/seller/src/views/goods/goods-manage/category.vue b/seller/src/views/goods/goods-manage/category.vue
index c0ee1ba5..2ee75cf8 100644
--- a/seller/src/views/goods/goods-manage/category.vue
+++ b/seller/src/views/goods/goods-manage/category.vue
@@ -15,38 +15,13 @@
style="width: 100%"
>
-
-
- onStatusSwitchChange(row, val)"
- />
-
-
-
-
-
- {{ row.commissionRate }}%
-
-
-
编辑
|
删除
-
+
|
添加子分类
@@ -62,7 +37,7 @@
:close-on-click-modal="false"
destroy-on-close
>
-
+
{{ parentTitle }}
@@ -79,19 +54,6 @@
-
-
-
-
-
-
取消
@@ -99,63 +61,16 @@
-
-
-
-
-
-
-
- 取消
- 提交
-
-
-
-
-
-
-
-
-
-
- 取消
- 提交
-
-