Selaa lähdekoodia

feat: 关联订单样式兼容

cuiyalong 1 kuukausi sitten
vanhempi
commit
2f770d7eae

+ 1 - 1
src/views/create-order/components/product-info-submodule/RelatedOrderTable.vue

@@ -93,7 +93,7 @@ export default {
   props: {
     width: {
       type: String,
-      default: '850px'
+      default: '100%'
     },
     defaultKey: {
       type: String,

+ 1 - 1
src/views/create-order/components/product-info-submodule/RelatedOrders.vue

@@ -13,7 +13,7 @@
     <div class="relate-order-table-container" v-if="selectedTableData.length > 0">
       <RelatedOrderTable :tableData="selectedTableData"></RelatedOrderTable>
     </div>
-    <el-dialog title="选择关联订单" :visible.sync="dialogTableVisible" append-to-body>
+    <el-dialog title="选择关联订单" :visible.sync="dialogTableVisible" append-to-body width="70%">
       <RelatedOrderTable
         selection
         v-model="cacheLinkedIdArr"