Browse Source

no message

linwenxin 8 tháng trước cách đây
mục cha
commit
2224f7a348
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/commonPage/parts-config/index.vue

+ 1 - 1
src/views/commonPage/parts-config/index.vue

@@ -102,7 +102,7 @@ export default {
     items() {
       return [
         {
-          isShow: !this.formData.isDefault,
+          isShow: !this.formData.isDefault || this.$route.name == 'website-refund-config',
           name: 'el-select',
           md: 8,
           options: this.websitList.map(item => ({ label: item.name, value: item.websitId })),