Explorar el Código

物资等级单宽度

jbb hace 2 años
padre
commit
652d2287ac
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/system/MaterialRegistration.vue

+ 1 - 0
src/views/system/MaterialRegistration.vue

@@ -71,6 +71,7 @@
         :columns="columns"
         :dataSource="dataSource"
         :pagination="ipagination"
+        :scroll="{x: 1500 , y: 500 }"
         :loading="loading"
         :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
         @change="handleTableChange">