...
|
...
|
@@ -1706,8 +1706,6 @@ webpackJsonp([4],[ |
|
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
|
|
|
|
// <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>
|
...
|
...
|
@@ -2315,7 +2313,7 @@ webpackJsonp([4],[ |
|
|
/* 204 */
|
|
|
/***/ function(module, exports) {
|
|
|
|
|
|
module.exports = "\n<com-pageheader :title=\"'报表管理'\" :sub-title=\"'出入库管理'\"></com-pageheader>\n\n<com-tab :rows=\"tab.rows\" :active.sync=\"tab.active\"></com-tab>\n<div v-show=\"tab.active==0\">\n <uc-import></uc-import>\n</div>\n<div v-show=\"tab.active==1\">\n <uc-export></uc-export>\n</div>\n";
|
|
|
module.exports = "\n<com-tab :rows=\"tab.rows\" :active.sync=\"tab.active\"></com-tab>\n<div v-show=\"tab.active==0\">\n <uc-import></uc-import>\n</div>\n<div v-show=\"tab.active==1\">\n <uc-export></uc-export>\n</div>\n";
|
|
|
|
|
|
/***/ }
|
|
|
]); |
|
|
\ No newline at end of file |
...
|
...
|
|