6459d786110f0283b9225db6115a8716.json 2.0 KB

1
  1. {"remainingRequest":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\HTC\\program\\善行少年\\security-enterprise-admin\\src\\components\\ren-radio-group\\src\\ren-radio-group.vue?vue&type=script&lang=js","dependencies":[{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\src\\components\\ren-radio-group\\src\\ren-radio-group.vue","mtime":1581948664000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\babel-loader\\lib\\index.js","mtime":456789000000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["\r\nimport { getDictDataList } from '@/utils'\r\nexport default {\r\n name: 'RenRadioGroup',\r\n data () {\r\n return {\r\n dataList: getDictDataList(this.dictType)\r\n }\r\n },\r\n props: {\r\n value: [Number, String],\r\n dictType: String\r\n }\r\n}\r\n",{"version":3,"sources":["ren-radio-group.vue"],"names":[],"mappings":";AAMA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"ren-radio-group.vue","sourceRoot":"src/components/ren-radio-group/src","sourcesContent":["<template>\r\n <el-radio-group :value=\"value+''\" @input=\"$emit('input', $event)\">\r\n <el-radio :label=\"data.dictValue\" v-for=\"data in dataList\" :key=\"data.dictValue\">{{data.dictLabel}}</el-radio>\r\n </el-radio-group>\r\n</template>\r\n<script>\r\nimport { getDictDataList } from '@/utils'\r\nexport default {\r\n name: 'RenRadioGroup',\r\n data () {\r\n return {\r\n dataList: getDictDataList(this.dictType)\r\n }\r\n },\r\n props: {\r\n value: [Number, String],\r\n dictType: String\r\n }\r\n}\r\n</script>\r\n"]}]}