| 1 |
- {"remainingRequest":"D:\\front\\item\\zyAdmin\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\front\\item\\zyAdmin\\src\\components\\diyComponents\\c_is_show.vue?vue&type=style&index=0&id=bf1f4c9e&scoped=true&lang=css","dependencies":[{"path":"D:\\front\\item\\zyAdmin\\src\\components\\diyComponents\\c_is_show.vue","mtime":1761614938952},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\css-loader\\index.js","mtime":1761614929364},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1761614937403},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\postcss-loader\\src\\index.js","mtime":1761614935133},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1761614927801},{"path":"D:\\front\\item\\zyAdmin\\node_modules\\vue-loader\\lib\\index.js","mtime":1761614937402}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:DQouY19yb3ctaXRlbSB7DQogIG1hcmdpbi1ib3R0b206IDEwcHg7DQp9DQo="},{"version":3,"sources":["c_is_show.vue"],"names":[],"mappings":";AA6CA;AACA;AACA","file":"c_is_show.vue","sourceRoot":"src/components/diyComponents","sourcesContent":["<template>\r\n <div class=\"c_row-item\">\r\n <el-col class=\"label\" :span=\"4\"> 是否显示 </el-col>\r\n <el-col :span=\"19\">\r\n <el-switch v-model=\"datas[name].val\" />\r\n </el-col>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nexport default {\r\n name: 'c_is_show',\r\n props: {\r\n name: {\r\n type: String,\r\n },\r\n configData: {\r\n type: null,\r\n },\r\n configNum: {\r\n type: Number | String,\r\n default: 'default',\r\n },\r\n },\r\n data() {\r\n return {\r\n defaults: {},\r\n datas: this.configData[this.configNum],\r\n };\r\n },\r\n mounted() {},\r\n watch: {\r\n configData: {\r\n handler(nVal, oVal) {\r\n this.datas = nVal[this.configNum];\r\n },\r\n immediate: true,\r\n deep: true,\r\n },\r\n },\r\n methods: {},\r\n};\r\n</script>\r\n\r\n<style scoped>\r\n.c_row-item {\r\n margin-bottom: 10px;\r\n}\r\n</style>\r\n"]}]}
|