src/views/wlgl/kwdy.vue
@@ -88,7 +88,12 @@ prop="description" label="库位描述" sortable="custom" /> > <template slot-scope="{row}"> <div v-if="row.description">{{ row.description }}</div> <div v-else>/</div> </template> </el-table-column> <el-table-column prop="stock_name" label="所属仓库" @@ -125,7 +130,6 @@ </div> <!--分页--> <pagination v-show="total>0" :total="total" :page.sync="form.page" :limit.sync="form.rows"