1 line
8.3 KiB
JSON
1 line
8.3 KiB
JSON
{"remainingRequest":"D:\\Hjm项目\\suyi1111\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\Hjm项目\\suyi1111\\src\\components\\BasicBox4\\index.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\Hjm项目\\suyi1111\\src\\components\\BasicBox4\\index.vue","mtime":1659693085000},{"path":"D:\\Hjm项目\\suyi1111\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\Hjm项目\\suyi1111\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\Hjm项目\\suyi1111\\node_modules\\babel-loader\\lib\\index.js","mtime":499162500000},{"path":"D:\\Hjm项目\\suyi1111\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\Hjm项目\\suyi1111\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KCgoKZXhwb3J0IGRlZmF1bHQgewoKICAgIHByb3BzOiB7CiAgICAgICAgdGl0bGU6IHsKICAgICAgICAgICAgZGVmYXVsdDogKCkgPT4gIiIsCiAgICAgICAgICAgIHR5cGU6IFN0cmluZywKICAgICAgICAgICAgcmVxdWlyZWQ6IHRydWUKICAgICAgICB9LAogICAgICAgICAgdmFsdWVEYXRhOiB7CiAgICAgICAgICAgIGRlZmF1bHQ6ICgpID0+ICIiLAogICAgICAgICAgICB0eXBlOiBTdHJpbmcsCiAgICAgICAgICAgIHJlcXVpcmVkOiB0cnVlCiAgICAgICAgfSwKICAgICAgICBkYXRhU291cmNlOiB7CiAgICAgICAgICAgIGRlZmF1bHQ6ICgpID0+IGZhbHNlLAogICAgICAgICAgICB0eXBlOiBbQXJyYXksIEJvb2xlYW5dLAogICAgICAgICAgICByZXF1aXJlZDogdHJ1ZQogICAgICAgIH0sCiAgICAgICAgICBvcHRpb25zOiB7CiAgICAgICAgICAgIGRlZmF1bHQ6ICgpID0+IGZhbHNlLAogICAgICAgICAgICB0eXBlOiBbQXJyYXksIEJvb2xlYW5dLAogICAgICAgICAgICByZXF1aXJlZDogdHJ1ZQogICAgICAgIH0sCiAgICAgICAKICAgIH0sCiAgICBkYXRhKCkgewogICAgICAgIHJldHVybnsKICAgICAgICAgICAgaW5wdXRJbmZvOiB7CiAgICAgICAgICAgICAgICBkZXBhcnRuZXc6ICcnLAogICAgICAgICAgICAgICAgamRuZXc6ICcnLAogICAgICAgICAgICB9LAogICAgICAgICAgICAKICAgICAgICB9CiAgICB9LAogICAgY29tcG9uZW50czogewoKICAgIH0sCiAgICBtb3VudGVkKCkgewogICAgICAKICAgIH0sCiAgICBiZWZvcmVEZXN0cm95KCkgewoKICAgIH0sCiAgICBtZXRob2RzOiB7CiAgICAgICAgc2VhcmNoKCkgewogICAgICAgICAgICB0aGlzLiRlbWl0KCdpbnB1dERhdGEnLCB0aGlzLmlucHV0SW5mby5kZXBhcnRuZXcpCiAgICAgICAgICAgIHRoaXMuJHBhcmVudC5zcmVhY2goKQogICAgICAgfQogICAgfSwKICAgCn07Cg=="},{"version":3,"sources":["index.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAyCA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA","file":"index.vue","sourceRoot":"src/components/BasicBox4","sourcesContent":["<template>\n <div class=\"box\">\n <div class=\"title\">\n <!-- <span class=\"icon\"></span> -->\n {{ title }}\n\n </div>\n <!-- <div>\n<template>\n <el-select v-model=\"valueData\" class=\"timeStle1\">\n <el-option\n class=\"timeStle\"\n v-for=\"item in options\"\n :key=\"item.value\"\n :label=\"item.label\"\n :value=\"item.value\">\n </el-option>\n </el-select>\n </template>\n </div> -->\n <div class=\"search-middle\">\n <div class=\"search-container\">\n <el-input type=\"text\" name=\"\" id=\"cha\" placeholder=\"请输入部门点击查询\" class=\"inputStyle\"\n v-model=\"inputInfo.departnew\">\n </el-input>\n <button @click=\"search()\">搜索</button>\n </div>\n </div>\n <slot name=\"top\"></slot>\n <ul v-if=\"dataSource\">\n <li v-for=\"(item, index) in dataSource \" :key=\"index\">\n <span class=\"left\">{{ item.key }}</span>\n <span class=\"right\">{{ item.value }}</span>\n </li>\n </ul>\n </div>\n</template>\n\n<script>\n\n\nexport default {\n\n props: {\n title: {\n default: () => \"\",\n type: String,\n required: true\n },\n valueData: {\n default: () => \"\",\n type: String,\n required: true\n },\n dataSource: {\n default: () => false,\n type: [Array, Boolean],\n required: true\n },\n options: {\n default: () => false,\n type: [Array, Boolean],\n required: true\n },\n \n },\n data() {\n return{\n inputInfo: {\n departnew: '',\n jdnew: '',\n },\n \n }\n },\n components: {\n\n },\n mounted() {\n \n },\n beforeDestroy() {\n\n },\n methods: {\n search() {\n this.$emit('inputData', this.inputInfo.departnew)\n this.$parent.sreach()\n }\n },\n \n};\n</script>\n\n<style lang=\"scss\" scoped>\n\n\n\n\n@import \"~@/common/var.scss\";\n\n.timeStle1 {\n// width: 150px !important;\n// position: relative;\nfloat: right;\nmargin: 7px 0;\nmargin-right: 15px;\n color: #0e8bff;\n// .el-input__inner {\n// background: transparent;\n// border: 0;\n// height: 23px;\n// line-height: 23px;\n// color: #0e8bff;\n// padding: 0 3px;\n// }\n// .el-input__inner {\n// padding: 0 3px;\n// }\n// .el-input__inner:hover {\n// color: #0e8bff;\n// }\n// .el-input__prefix {\n// display: none;\n// top: -8px;\n// left: 2px;\n// }\n// .el-input__suffix {\n// top: -8px;\n// }\n}\n.box {\n\n // background: #11223289;\n background: rgba(16,29,37,0.8);\n border: 2px solid $border-color;\n padding: 5px 0;\n margin-bottom: 10px;\n\n ul {\n padding-bottom: 10px;\n }\n\n li {\n width: 100%;\n display: block;\n position: relative;\n height: 25px;\n }\n\n .title {\n // max-width: 542px;\n // // font-family: monospace;\n // height: 22px;\n // color: $title-color;\n // font-size: 20px;\n // padding-left: 50px;\n // height: 40px;\n // line-height: 40px;\n // background: url('~@/assets/tit.png') no-repeat center;\nwidth: 100%;\n height: 25px;\n padding-left: 50px;\n margin-bottom: 5px;\n background: -15px url('~@/assets/tit.png') no-repeat;\n background-size: contain;\n color: #8ec1d8;\n font-weight: 700;\n font-size: 16px;\n .icon {\n height: 10px;\n width: 10px;\n transform: rotate(45deg);\n background-color: #20BBD2;\n display: inline-block;\n line-height: 40px;\n margin-right: 5px;\n padding-left: 5px;\n }\n }\n\n li {\n position: relative;\n padding: 12px 0;\n width: 100%;\n\n .left {\n color: #5FB7E7;\n position: absolute;\n left: 25px;\n }\n\n .right {\n width: 68%;\n color: #fff;\n position: absolute;\n right: 25px;\n }\n }\n\n}\n .search-middle {\n height: 45px;\n background: rgba(16, 29, 37, 0.8);\n border: 2px solid #29a3d3a1;\n // width: 80%;\n width: 95.6%;\n float: right;\n margin-right: 2%;\n }\n\n .search-middle .search-container {\n position: relative;\n width: 100%;\n height: 100%;\n }\n\n .search-middle .search-container input:focus {\n outline: none;\n }\n\n .search-middle .search-container input::-webkit-input-placeholder {\n color: rgb(211, 245, 255);\n }\n\n .search-middle .search-container button {\n width: 80px;\n height: 100%;\n position: absolute;\n right: 0;\n top: 0;\n background-color: transparent;\n background: 10px 10px url(../../assets/search-button.png) no-repeat;\n border: 0;\n border-radius: 0;\n text-align: center;\n line-height: 30px;\n cursor: pointer;\n padding-left: 20px;\n color: #b4e9ff;\n }\n .inputStyle{\n height: 40px;\n background: rgba(16, 29, 37, 0.8);\n border: 2px solid transparent;\n // width: 80%;\n width: 80%;\n // float: right;\n // margin-right: 2%;\n color: #fff;\n }\n</style>\n"]}]} |