瀏覽代碼

Merge branch 'cheney' into dev

WanGxC 6 月之前
父節點
當前提交
bdb5924b72
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/product-manage/Columns.ts

+ 1 - 1
src/views/product-manage/Columns.ts

@@ -5,7 +5,7 @@ export const ProductColumns = [
     slots: { default: 'is_monitor' }
   },
   {
-    field: 'product_info', title: '商品信息', width: 'auto', align: 'center', fixed: 'left',
+    field: 'product_info', title: '商品信息', minWidth: 260, align: 'center', fixed: 'left',
     slots: { default: 'product_info' }
   },
   {