文档管理系统
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
17 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\\importRecord\\index.vue?vue&type=style&index=0&lang=css&","dependencies":[{"path":"F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\src\\views\\archives\\importRecord\\index.vue","mtime":1633763898096},{"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:CgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCi5hc2lkZSB7CiAgd2lkdGg6IDE3JTsKICBoZWlnaHQ6IDYwMHB4OwogIHRleHQtYWxpZ246IGNlbnRlcjsKICBmbG9hdDogbGVmdDsKICBwYWRkaW5nLWxlZnQ6IDM1cHg7CiAgcGFkZGluZy1yaWdodDogMTBweDsKfQo="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4cA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"index.vue","sourceRoot":"src/views/archives/importRecord","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%;padding-top: 20px\">\n\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\"\n @row-update=\"handleUpdate\"\n @row-save=\"handleSave\"\n @row-del=\"handleDel\"\n @search-change=\"searchChange\"\n @selection-change=\"selectionChange\" class=\"mainCrud\"\n >\n<!-- 左边按钮组-->\n <template slot=\"menuLeft\">\n <el-button type=\"primary\" size=\"small\" icon=\"el-icon-download\" @click=\"handleDel()\" > 模板下载</el-button>\n <el-button type=\"success\" size=\"small\" icon=\"el-icon-upload2\" @click=\"handleDel()\" > 上传历史档案</el-button>\n <el-button type=\"success\" size=\"small\" icon=\"el-icon-upload2\" @click=\"handleDel()\" > </el-button>\n <el-butto