Authored by xuhongyun

去掉面包屑

<template>
<com-pageheader :title="'报表管理'" :sub-title="'出入库管理'"></com-pageheader>
<com-tab :rows="tab.rows" :active.sync="tab.active"></com-tab>
<div v-show="tab.active==0">
<uc-import></uc-import>
... ...
<template>
<com-pageheader :title="'报表管理'" :sub-title="'库存管理'"></com-pageheader>
<div class="contentpanel shopsReport">
<div class="panel">
<div class="panel-heading">
... ...