Browse Source

no message

master
蔡玲 2 weeks ago
parent
commit
d62f4e1ce5
  1. 4
      lms/nladmin-ui/src/views/wms/produceScreen/index.vue

4
lms/nladmin-ui/src/views/wms/produceScreen/index.vue

@ -20,7 +20,7 @@
<el-col :span="14"> <el-col :span="14">
<el-table <el-table
:data="popList" :data="popList"
style="width: 100%" style="width: 100%; padding-right: 10px"
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
> >
<el-table-column <el-table-column
@ -49,7 +49,7 @@
/> />
</el-table> </el-table>
</el-col> </el-col>
<el-col :span="9"> <el-col :span="10">
<el-table <el-table
:data="popSecList" :data="popSecList"
style="width: 100%" style="width: 100%"

Loading…
Cancel
Save