From-wh пре 2 година
родитељ
комит
26dcff4ae5

+ 1 - 1
template/admin/src/pages/cms/addArticle/index.vue

@@ -37,7 +37,7 @@
             <FormItem label="文章分类:" label-for="cid" prop="cid">
             <FormItem label="文章分类:" label-for="cid" prop="cid">
               <div class="perW90">
               <div class="perW90">
                 <Select v-model="formValidate.cid">
                 <Select v-model="formValidate.cid">
-                  <Option v-for="item in treeData" :value="item.id" :key="item.id">{{ item.html + item.title }}</Option>
+                  <Option v-for="item in treeData" :value="item.id" :disabled="item.disabled" :key="item.id">{{ item.html + item.title }}</Option>
                 </Select>
                 </Select>
               </div>
               </div>
             </FormItem>
             </FormItem>

+ 3 - 2
template/admin/src/pages/marketing/storeCouponIssue/index.vue

@@ -129,6 +129,7 @@
         ref="table"
         ref="table"
         :loading="loading2"
         :loading="loading2"
         highlight-row
         highlight-row
+        height="500"
         no-userFrom-text="暂无数据"
         no-userFrom-text="暂无数据"
         no-filtered-userFrom-text="暂无筛选结果"
         no-filtered-userFrom-text="暂无筛选结果"
       >
       >
@@ -138,9 +139,9 @@
           </div>
           </div>
         </template>
         </template>
       </Table>
       </Table>
-      <div class="acea-row row-right page">
+      <!-- <div class="acea-row row-right page">
         <Page :total="total2" show-elevator show-total @on-change="receivePageChange" :page-size="receiveFrom.limit" />
         <Page :total="total2" show-elevator show-total @on-change="receivePageChange" :page-size="receiveFrom.limit" />
-      </div>
+      </div> -->
     </Modal>
     </Modal>
   </div>
   </div>
 </template>
 </template>

+ 3 - 0
template/admin/src/pages/product/productList/components/goodsDetail.vue

@@ -162,6 +162,9 @@ export default {
     padding-bottom: 20px;
     padding-bottom: 20px;
     background: #f0f2f5;
     background: #f0f2f5;
     width: 335px;
     width: 335px;
+   .content /deep/ video{
+      width 100% !important
+    }
   }
   }
 }
 }
 </style>
 </style>