linwenxin 1 年間 前
コミット
cf7497e682

+ 2 - 2
src/views/secondHandMall/activistOrder/index.vue

@@ -118,8 +118,8 @@
                           </el-col>
                           <el-col :span="3" style="height: 100%;">
                             <div class="col-item">
-                              <div>{{ order.wechatUserName }}</div>
-                              <div>{{ order.wechatUserMobile }}</div>
+                              <div>{{ order.userName }}</div>
+                              <div>{{ order.userMobile }}</div>
                             </div>
                           </el-col>
                           <el-col :span="3" style="height: 100%;">

+ 1 - 1
src/views/secondHandMall/commodityManagement/form.vue

@@ -97,7 +97,7 @@ export default {
         {
           name: 'el-radio',
           options: this.publishStatus,
-          attributes: { disabled: this.disabled },
+          attributes: { disabled: true },
           md: 12,
           formItemAttributes: { label: '发布状态', prop: 'status' }
         },