文档管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
20 KiB

3 years ago
{"remainingRequest":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\src\\views\\archives\\catalog\\index.vue?vue&type=style&index=0&lang=css&","dependencies":[{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\src\\views\\archives\\catalog\\index.vue","mtime":1633763897732},{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\css-loader\\dist\\cjs.js","mtime":499162500000},{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":499162500000},{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\postcss-loader\\src\\index.js","mtime":499162500000},{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCi5hc2lkZSB7CiAgd2lkdGg6IDE3JTsKICBoZWlnaHQ6IDYwMHB4OwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBmbG9hdDogbGVmdDsKICBwYWRkaW5nLWxlZnQ6IDM1cHg7CiAgcGFkZGluZy1yaWdodDogMTBweDsKfQo="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2gBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/views/archives/catalog","sourcesContent":["<template>\n\n <div>\n <div class=\"aside\">\n <div>\n <br>\n <br>\n <avue-tree :option=\"option\" :data=\"caOptions\" @node-click=\"handleNodeClick\" >\n <span class=\"el-tree-node__label\" slot-scope=\"{ node, data }\"><span>\n <i class=\"el-icon-folder\"></i>\n {{ (node || {}).label }}\n </span>\n </span>\n </avue-tree>\n </div>\n </div>\n <div style=\"float:left;width:83%\">\n <el-tabs type=\"card\" v-model=\"activeTabs\" @tab-click=\"handleClick\">\n <el-tab-pane name=\"2\">\n <span slot=\"label\"><i class=\"el-icon-thumb\"></i> 待审核</span>\n </el-tab-pane>\n <el-tab-pane name=\"7\">\n <span slot=\"label\"><i class=\"el-icon-s-order\"></i> 已立卷</span>\n </el-tab-pane>\n <el-tab-pane name=\"4\">\n <span slot=\"label\"><i class=\"el-icon-folder-checked\"></i> 已编目完成</span>\n </el-tab-pane >\n <el-tab-pane name=\"5\">\n <span slot=\"label\"><i class=\"el-icon-s-shop\"></i> 已装盒归档</span>\n </el-tab-pane>\n <avue-crud ref=\"crud\" style=\"padding-left:8px\"\n :page=\"page\"\n :data=\"tableData\"\n :table-loading=\"tableLoading\"\n @on-load=\"getPage\"\n @refresh-change=\"refreshChange\"\n :option=\"getOption\"\n v-model=\"form\"