diff --git a/src/views/product/inventoryRecords/index.vue b/src/views/product/inventoryRecords/index.vue
index 9f67310..d2b435b 100644
--- a/src/views/product/inventoryRecords/index.vue
+++ b/src/views/product/inventoryRecords/index.vue
@@ -63,7 +63,7 @@
                         剩余:<span>{{ scope.row.stockResidue }}</span>
                     </template>
                 </el-table-column>
-                <el-table-column header-align="center" align="left" label="操作信息">
+                <el-table-column header-align="center" align="left" label="操作信息" width="300px">
                     <template slot-scope="scope">
                         操作人:<span>{{ scope.row.operateUser }}</span><br>
                         操作时间:<span>{{ scope.row.operateTime }}</span>