2026.3.26
使用ucharts图表,兼容app 每个图表组件添加:canvas2d="false" 加载方法改成onMounted
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"app.js","sources":["App.vue","main.js"],"sourcesContent":["<script>\r\n\texport default {\r\n\t\tonLaunch: function() {\r\n\t\t\tconsole.log('App Launch')\r\n\t\t},\r\n\t\tonShow: function() {\r\n\t\t\tconsole.log('App Show')\r\n\t\t},\r\n\t\tonHide: function() {\r\n\t\t\tconsole.log('App Hide')\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t/*每个页面公共css */\r\n\t@import \"@/uni_modules/uview-pro/index.scss\";\r\n\t\r\n\t/* 自定义icon图标 */\r\n\t@import \"@/assets/font/iconfont.css\";\r\n\t/* 自定义类 */\r\n\t@import \"@/assets/css/common.scss\";\r\n\t\r\n</style>\n","import App from './App'\n\n// #ifndef VUE3\nimport Vue from 'vue'\nimport './uni.promisify.adaptor'\nVue.config.productionTip = false\nApp.mpType = 'app'\nconst app = new Vue({\n ...App\n})\napp.$mount()\n// #endif\n\n// #ifdef VUE3\nimport { createSSRApp } from 'vue'\r\nimport uViewPro from \"@/uni_modules/uview-pro\";\nexport function createApp() {\n const app = createSSRApp(App)\r\n app.use(uViewPro);\n return {\n app\n }\n}\n// #endif"],"names":["uni","createSSRApp","App","uViewPro"],"mappings":";;;;;;;;AACC,MAAK,YAAU;AAAA,EACd,UAAU,WAAW;AACpBA,kBAAAA,MAAA,MAAA,OAAA,gBAAY,YAAY;AAAA,EACxB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,gBAAA,UAAU;AAAA,EACtB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,iBAAA,UAAU;AAAA,EACvB;AACD;ACKM,SAAS,YAAY;AAC1B,QAAM,MAAMC,cAAY,aAACC,SAAG;AAC3B,MAAI,IAAIC,2BAAAA,QAAQ;AACjB,SAAO;AAAA,IACL;AAAA,EACD;AACH;;;"}
|
||||
{"version":3,"file":"app.js","sources":["App.vue","main.js"],"sourcesContent":["<script>\r\n\texport default {\r\n\t\tonLaunch: function() {\r\n\t\t\tconsole.log('App Launch')\r\n\t\t},\r\n\t\tonShow: function() {\r\n\t\t\tconsole.log('App Show')\r\n\t\t},\r\n\t\tonHide: function() {\r\n\t\t\tconsole.log('App Hide')\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t/*每个页面公共css */\r\n\t@import \"@/uni_modules/uview-pro/index.scss\";\r\n\t\r\n\t/* 自定义icon图标 */\r\n\t@import \"@/assets/font/iconfont.css\";\r\n\t/* 自定义类 */\r\n\t@import \"@/assets/css/common.scss\";\r\n\t\r\n</style>\r\n","import App from './App'\r\n\r\n// #ifndef VUE3\r\nimport Vue from 'vue'\r\nimport './uni.promisify.adaptor'\r\nVue.config.productionTip = false\r\nApp.mpType = 'app'\r\nconst app = new Vue({\r\n ...App\r\n})\r\napp.$mount()\r\n// #endif\r\n\r\n// #ifdef VUE3\r\nimport { createSSRApp } from 'vue'\r\nimport uViewPro from \"@/uni_modules/uview-pro\";\r\nexport function createApp() {\r\n const app = createSSRApp(App)\r\n app.use(uViewPro);\r\n return {\r\n app\r\n }\r\n}\r\n// #endif"],"names":["uni","createSSRApp","App","uViewPro"],"mappings":";;;;;;;;AACC,MAAK,YAAU;AAAA,EACd,UAAU,WAAW;AACpBA,kBAAAA,MAAA,MAAA,OAAA,gBAAY,YAAY;AAAA,EACxB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,gBAAA,UAAU;AAAA,EACtB;AAAA,EACD,QAAQ,WAAW;AAClBA,kBAAAA,MAAY,MAAA,OAAA,iBAAA,UAAU;AAAA,EACvB;AACD;ACKM,SAAS,YAAY;AAC1B,QAAM,MAAMC,cAAY,aAACC,SAAG;AAC3B,MAAI,IAAIC,2BAAAA,QAAQ;AACjB,SAAO;AAAA,IACL;AAAA,EACD;AACH;;;"}
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"version":3,"file":"ListCol.js","sources":["components/ListCol.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9jb21wb25lbnRzL0xpc3RDb2wudnVl"],"sourcesContent":["<template>\r\n\t<view class=\"col u-margin-30 u-padding-20 box-shadow\">\r\n\t\t<view class=\"row u-flex\" v-for=\"(col, idx) in props.column\">\r\n\t\t\t<view class=\"row-left\" :style=\"{\r\n\t\t\t\twidth: `${props.labelWidth}rpx`\r\n\t\t\t}\">\r\n\t\t\t\t{{col.name}}\r\n\t\t\t</view>\r\n\t\t\t<view class=\"row-right\" :style=\"{\r\n\t\t\t\twidth: `calc(100% - ${props.labelWidth}rpx)`\r\n\t\t\t}\">\r\n\t\t\t\t{{props.data[col.value]}}\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\n</template>\n\n<script setup>\r\n\tconst props = defineProps({\r\n\t\tlabelWidth: {\r\n\t\t\ttype: Number,\r\n\t\t\tdefault: 200\r\n\t\t},\r\n\t\tdata:{\r\n\t\t\ttype: Object,\r\n\t\t\trequire: true\r\n\t\t},\r\n\t\tcolumn: {\r\n\t\t\ttype: Array,\r\n\t\t\trequire : true\r\n\t\t}\r\n\t})\n</script>\n\n<style lang=\"scss\">\r\n\t.col{\r\n\t\tbackground-color: #ffffff;\r\n\t\t\t\tborder-radius: 8rpx;\r\n\t\t.row{\r\n\t\t\tpadding: 12rpx 0;\r\n\t\t\talign-items: flex-start;\r\n\t\t\t&-left{\r\n\t\t\t\tcolor: #333333;\r\n\t\t\t}\r\n\t\t\t&-right{\r\n\t\t\t\tpadding-left: 20rpx;\r\n\t\t\t\toverflow-wrap: break-word; \r\n\t\t\t\tcolor: #999999;\r\n\t\t\t}\r\n\t\t}\r\n\t}\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/components/ListCol.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;;;;;;;;;;AAkBC,UAAM,QAAQ;;;;;;;;;;;;;;;ACjBf,GAAG,gBAAgBA,SAAS;"}
|
||||
{"version":3,"file":"ListCol.js","sources":["components/ListCol.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL2NvbXBvbmVudHMvTGlzdENvbC52dWU"],"sourcesContent":["<template>\r\n\t<view class=\"col u-margin-30 u-padding-20 box-shadow\">\r\n\t\t<view class=\"row u-flex\" v-for=\"(col, idx) in props.column\">\r\n\t\t\t<view class=\"row-left\" :style=\"{\r\n\t\t\t\twidth: `${props.labelWidth}rpx`\r\n\t\t\t}\">\r\n\t\t\t\t{{col.name}}\r\n\t\t\t</view>\r\n\t\t\t<view class=\"row-right\" :style=\"{\r\n\t\t\t\twidth: `calc(100% - ${props.labelWidth}rpx)`\r\n\t\t\t}\">\r\n\t\t\t\t{{props.data[col.value]}}\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\tconst props = defineProps({\r\n\t\tlabelWidth: {\r\n\t\t\ttype: Number,\r\n\t\t\tdefault: 200\r\n\t\t},\r\n\t\tdata:{\r\n\t\t\ttype: Object,\r\n\t\t\trequire: true\r\n\t\t},\r\n\t\tcolumn: {\r\n\t\t\ttype: Array,\r\n\t\t\trequire : true\r\n\t\t}\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.col{\r\n\t\tbackground-color: #ffffff;\r\n\t\t\t\tborder-radius: 8rpx;\r\n\t\t.row{\r\n\t\t\tpadding: 12rpx 0;\r\n\t\t\talign-items: flex-start;\r\n\t\t\t&-left{\r\n\t\t\t\tcolor: #333333;\r\n\t\t\t}\r\n\t\t\t&-right{\r\n\t\t\t\tpadding-left: 20rpx;\r\n\t\t\t\toverflow-wrap: break-word; \r\n\t\t\t\tcolor: #999999;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/components/ListCol.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;;;;;;;;;;AAkBC,UAAM,QAAQ;;;;;;;;;;;;;;;ACjBf,GAAG,gBAAgBA,SAAS;"}
|
||||
@@ -1 +1 @@
|
||||
{"version":3,"file":"chartCard.js","sources":["components/chartCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9jb21wb25lbnRzL2NoYXJ0Q2FyZC52dWU"],"sourcesContent":["<template>\r\n\t<view class=\"coust-chart box-shadow\" :style=\"{\r\n\t\theight: props.height>0?`${props.height}rpx`:'auto',\r\n\t\tbackground: props.bgColor,\r\n\t\tmargin: props.margin,\r\n\t\tpadding: props.padding\r\n\t}\">\r\n\t\t<view v-if=\"props.title\" class=\"coust-chart-tit\" :style=\"{\r\n\t\t\tcolor: props.titFontColor,\r\n\t\t\tborderBottom: props.showTitLine?'1rpx solid var(--u-border-color)':'none'\r\n\t\t}\">{{props.title}}</view>\r\n\t\t<view v-show=\"props.loading\" class=\"coust-loading\" >\r\n\t\t\t<u-loading size=\"40\" mode=\"flower\"></u-loading>\r\n\t\t</view>\r\n\t\t<slot></slot>\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport {\r\n\t\tdefineProps\r\n\t} from 'vue';\r\n\tconst props = defineProps({\r\n\t\theight: {\r\n\t\t\ttype: Number,\r\n\t\t\tdefault: 0\r\n\t\t},\r\n\t\tbgColor: {\r\n\t\t\ttype: String,\r\n\t\t\tdefault: '#ffffff'\r\n\t\t},\r\n\t\tloading: {\r\n\t\t\ttype: Boolean,\r\n\t\t\tdefault: false\r\n\t\t},\r\n\t\tmargin: {\r\n\t\t\ttype: String,\r\n\t\t\tdefault: '0'\r\n\t\t},\r\n\t\tpadding: {\r\n\t\t\ttype: String,\r\n\t\t\tdefault: '20rpx'\r\n\t\t},\r\n\t\ttitle: {\r\n\t\t\ttype: String,\r\n\t\t\tdefault: ''\r\n\t\t},\r\n\t\t// titFontSize: {\r\n\t\t\t\r\n\t\t// },\r\n\t\ttitFontColor: {\r\n\t\t\ttype: String,\r\n\t\t\tdefault: '#333333'\r\n\t\t},\r\n\t\tshowTitLine:{\r\n\t\t\ttype: Boolean,\r\n\t\t\tdefault: false\r\n\t\t}\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.coust-chart {\r\n\t\twidth: 100%;\r\n\t\tposition: relative;\r\n\r\n\t\t&-tit {\r\n\t\t\tfont-size: 28rpx;\r\n\t\t\tfont-weight: 700;\r\n\t\t\tpadding-bottom: 20rpx;\r\n\t\t}\r\n\t\t.coust-loading{\r\n\t\t\tposition: absolute;\r\n\t\t\tleft: 50%;transform: translate(-50%,-50%);\r\n\t\t\ttop: 50%;\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/components/chartCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsBC,UAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;ACrBf,GAAG,gBAAgBA,SAAS;"}
|
||||
{"version":3,"file":"chartCard.js","sources":["components/chartCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL2NvbXBvbmVudHMvY2hhcnRDYXJkLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<view class=\"coust-chart box-shadow\" :style=\"{\r\n\t\theight: props.height>0?`${props.height}rpx`:'auto',\r\n\t\tbackground: props.bgColor,\r\n\t\tmargin: props.margin,\r\n\t\tpadding: props.padding\r\n\t}\">\r\n\t\t<view v-if=\"props.title\" class=\"coust-chart-tit\" :style=\"{\r\n\t\t\tcolor: props.titFontColor,\r\n\t\t\tborderBottom: props.showTitLine?'1rpx solid var(--u-border-color)':'none'\r\n\t\t}\">{{props.title}}</view>\r\n\t\t<view v-show=\"props.loading\" class=\"coust-loading\" >\r\n\t\t\t<u-loading size=\"40\" mode=\"flower\"></u-loading>\r\n\t\t</view>\r\n\t\t<slot></slot>\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport {\r\n\t\tdefineProps\r\n\t} from 'vue';\r\n\tconst props = defineProps({\r\n\t\theight: {\r\n\t\t\ttype: Number,\r\n\t\t\tdefault: 0\r\n\t\t},\r\n\t\tbgColor: {\r\n\t\t\ttype: String,\r\n\t\t\tdefault: '#ffffff'\r\n\t\t},\r\n\t\tloading: {\r\n\t\t\ttype: Boolean,\r\n\t\t\tdefault: false\r\n\t\t},\r\n\t\tmargin: {\r\n\t\t\ttype: String,\r\n\t\t\tdefault: '0'\r\n\t\t},\r\n\t\tpadding: {\r\n\t\t\ttype: String,\r\n\t\t\tdefault: '20rpx'\r\n\t\t},\r\n\t\ttitle: {\r\n\t\t\ttype: String,\r\n\t\t\tdefault: ''\r\n\t\t},\r\n\t\t// titFontSize: {\r\n\t\t\t\r\n\t\t// },\r\n\t\ttitFontColor: {\r\n\t\t\ttype: String,\r\n\t\t\tdefault: '#333333'\r\n\t\t},\r\n\t\tshowTitLine:{\r\n\t\t\ttype: Boolean,\r\n\t\t\tdefault: false\r\n\t\t}\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.coust-chart {\r\n\t\twidth: 100%;\r\n\t\tposition: relative;\r\n\r\n\t\t&-tit {\r\n\t\t\tfont-size: 28rpx;\r\n\t\t\tfont-weight: 700;\r\n\t\t\tpadding-bottom: 20rpx;\r\n\t\t}\r\n\t\t.coust-loading{\r\n\t\t\tposition: absolute;\r\n\t\t\tleft: 50%;transform: translate(-50%,-50%);\r\n\t\t\ttop: 50%;\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/components/chartCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsBC,UAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;ACrBf,GAAG,gBAAgBA,SAAS;"}
|
||||
@@ -1 +1 @@
|
||||
{"version":3,"file":"index.js","sources":["pages/index/about/index.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9hYm91dC9pbmRleC52dWU"],"sourcesContent":["<template>\r\n\t<view class=\"u-wrap u-padding-bottom-70\">\r\n\t\t<view class=\"photo u-flex u-row-center u-padding-40\">\r\n\t\t\t<u-image width=\"300rpx\" height=\"300rpx\" shape=\"circle\" bg-color=\"var(--u-bg-color)\" :src=\"src\"></u-image>\r\n\t\t</view>\r\n\t\t<u-cell-group>\r\n\t\t\t<u-cell-item title=\"姓名\" value=\"张三\" :arrow=\"false\" ></u-cell-item>\r\n\t\t\t<u-cell-item title=\"联系方式\" value=\"13395515136\" :arrow=\"false\"></u-cell-item>\r\n\t\t\t<u-cell-item title=\"所属单位\" value=\"xxxxxxxxxxxxxx单位\" :arrow=\"false\"></u-cell-item>\r\n\t\t</u-cell-group>\r\n\t\t<view class=\"fab\">\r\n\t\t\t<u-button type=\"primary\" >退出</u-button>\r\n\t\t</view>\r\n\t</view>\n</template>\n\n<script setup>\r\n\timport {ref} from 'vue'\r\n\tconst src = ref(\"https://ik.imagekit.io/anyup/uview-pro/logo/default.png\");\n</script>\n<style lang=\"scss\">\r\n\t.u-wrap{\r\n\t\tbackground-color: #ffffff;\r\n\t\twidth: 100%;\r\n\t\theight: calc(100vh - 52px - env(safe-area-inset-bottom));\r\n\t\t.fab{\r\n\t\t\tpadding: 20rpx 40rpx;\r\n\t\t\tposition: fixed;\r\n\t\t\tbottom: 200rpx;left: 0;right: 0;\r\n\t\t\tz-index: 9999999999999;\r\n\t\t}\r\n\t}\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/about/index.vue'\nwx.createComponent(Component)"],"names":["ref","Component"],"mappings":";;;;;;;;;;;;;;;;;;;AAkBC,UAAM,MAAMA,kBAAI,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACjB1E,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"index.js","sources":["pages/index/about/index.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2Fib3V0L2luZGV4LnZ1ZQ"],"sourcesContent":["<template>\r\n\t<view class=\"u-wrap u-padding-bottom-70\">\r\n\t\t<view class=\"photo u-flex u-row-center u-padding-40\">\r\n\t\t\t<u-image width=\"300rpx\" height=\"300rpx\" shape=\"circle\" bg-color=\"var(--u-bg-color)\" :src=\"src\"></u-image>\r\n\t\t</view>\r\n\t\t<u-cell-group>\r\n\t\t\t<u-cell-item title=\"姓名\" value=\"张三\" :arrow=\"false\" ></u-cell-item>\r\n\t\t\t<u-cell-item title=\"联系方式\" value=\"13395515136\" :arrow=\"false\"></u-cell-item>\r\n\t\t\t<u-cell-item title=\"所属单位\" value=\"xxxxxxxxxxxxxx单位\" :arrow=\"false\"></u-cell-item>\r\n\t\t</u-cell-group>\r\n\t\t<view class=\"fab\">\r\n\t\t\t<u-button type=\"primary\" >退出</u-button>\r\n\t\t</view>\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport {ref} from 'vue'\r\n\tconst src = ref(\"https://ik.imagekit.io/anyup/uview-pro/logo/default.png\");\r\n</script>\r\n<style lang=\"scss\">\r\n\t.u-wrap{\r\n\t\tbackground-color: #ffffff;\r\n\t\twidth: 100%;\r\n\t\theight: calc(100vh - 52px - env(safe-area-inset-bottom));\r\n\t\t.fab{\r\n\t\t\tpadding: 20rpx 40rpx;\r\n\t\t\tposition: fixed;\r\n\t\t\tbottom: 200rpx;left: 0;right: 0;\r\n\t\t\tz-index: 9999999999999;\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/about/index.vue'\nwx.createComponent(Component)"],"names":["ref","Component"],"mappings":";;;;;;;;;;;;;;;;;;;AAkBC,UAAM,MAAMA,kBAAI,yDAAyD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACjB1E,GAAG,gBAAgBC,SAAS;"}
|
||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"QCActivity.js","sources":["pages/index/board/qms/QCActivity.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvUUNBY3Rpdml0eS52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"QC活动\">\r\n\t\t<view class=\"inspection \">\r\n\t\t\t<qiun-data-charts type=\"column\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport {\r\n\t\tonReady\r\n\t} from '@dcloudio/uni-app'\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {show: false},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tshowTitle: true,\r\n\t\t\tdata: [{\r\n\t\t\t\ttitle: \"单位:项\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 30,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08,\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonReady(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"省部级奖\\n项\", \"集团级奖\\n项\", \"企业级奖\\n项\"],\r\n\t\t\tseries: [{\r\n\t\t\t\tcolor: \"#27c9cb\",\r\n\t\t\t\t\tname: '',\r\n\t\t\t\t\tdata: [100, 542, 685]\r\n\t\t\t\t},\r\n\t\t\t]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.inspection {\r\n\t\twidth: 100%;\r\n\t\theight: 300rpx;\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/QCActivity.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onReady","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAQ7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ,EAAC,MAAM,MAAK;AAAA,MACpB,OAAO;AAAA,QACN,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,WAAW;AAAA,QACX,MAAM,CAAC;AAAA,UACN,OAAO;AAAA,QACX,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QAEjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,8CAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,QAAQ,MAAM;AACb,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,WAAW,WAAW,SAAS;AAAA,QAC5C,QAAQ;AAAA,UAAC;AAAA,YACR,OAAO;AAAA,YACN,MAAM;AAAA,YACN,MAAM,CAAC,KAAK,KAAK,GAAG;AAAA,UACpB;AAAA,QACD;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;AC1DF,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"QCActivity.js","sources":["pages/index/board/qms/QCActivity.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy9RQ0FjdGl2aXR5LnZ1ZQ"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"QC活动\">\r\n\t\t<view class=\"inspection \">\r\n\t\t\t<qiun-data-charts type=\"column\" :canvas2d=\"false\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,onMounted\r\n\t} from 'vue';\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {show: false},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tshowTitle: true,\r\n\t\t\tdata: [{\r\n\t\t\t\ttitle: \"单位:项\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 30,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08,\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonMounted(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"省部级奖\\n项\", \"集团级奖\\n项\", \"企业级奖\\n项\"],\r\n\t\t\tseries: [{\r\n\t\t\t\tcolor: \"#27c9cb\",\r\n\t\t\t\t\tname: '',\r\n\t\t\t\t\tdata: [100, 542, 685]\r\n\t\t\t\t},\r\n\t\t\t]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.inspection {\r\n\t\twidth: 100%;\r\n\t\theight: 300rpx;\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/QCActivity.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onMounted","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAK7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ,EAAC,MAAM,MAAK;AAAA,MACpB,OAAO;AAAA,QACN,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,WAAW;AAAA,QACX,MAAM,CAAC;AAAA,UACN,OAAO;AAAA,QACX,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QAEjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,8CAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,UAAU,MAAM;AACf,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,WAAW,WAAW,SAAS;AAAA,QAC5C,QAAQ;AAAA,UAAC;AAAA,YACR,OAAO;AAAA,YACN,MAAM;AAAA,YACN,MAAM,CAAC,KAAK,KAAK,GAAG;AAAA,UACpB;AAAA,QACD;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;;ACvDF,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"constructionScheme.js","sources":["pages/index/board/qms/constructionScheme.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvY29uc3RydWN0aW9uU2NoZW1lLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"施工方案\">\r\n\t\t<view class=\"inspection \">\r\n\t\t\t<qiun-data-charts type=\"column\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport {\r\n\t\tonReady\r\n\t} from '@dcloudio/uni-app'\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {show: false},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true,\r\n\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tshowTitle: true,\r\n\t\t\tdata: [{\r\n\t\t\t\ttitle: \"单位:个\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 30,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08,\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonReady(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"总数\", \"项目审批数\", \"企业审批数\"],\r\n\t\t\tseries: [{\r\n\t\t\t\tcolor: \"#5c7fcb\",\r\n\t\t\t\t\tname: '',\r\n\t\t\t\t\tdata: [100, 542, 685]\r\n\t\t\t\t},\r\n\t\t\t]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.inspection {\r\n\t\twidth: 100%;\r\n\t\theight: 300rpx;\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/constructionScheme.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onReady","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAQ7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ,EAAC,MAAM,MAAK;AAAA,MACpB,OAAO;AAAA,QACN,aAAa;AAAA,MAEb;AAAA,MACD,OAAO;AAAA,QACN,WAAW;AAAA,QACX,MAAM,CAAC;AAAA,UACN,OAAO;AAAA,QACX,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QAEjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,sDAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,QAAQ,MAAM;AACb,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,MAAM,SAAS,OAAO;AAAA,QACnC,QAAQ;AAAA,UAAC;AAAA,YACR,OAAO;AAAA,YACN,MAAM;AAAA,YACN,MAAM,CAAC,KAAK,KAAK,GAAG;AAAA,UACpB;AAAA,QACD;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;AC3DF,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"constructionScheme.js","sources":["pages/index/board/qms/constructionScheme.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy9jb25zdHJ1Y3Rpb25TY2hlbWUudnVl"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"施工方案\">\r\n\t\t<view class=\"inspection \">\r\n\t\t\t<qiun-data-charts type=\"column\" :canvas2d=\"false\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,onMounted\r\n\t} from 'vue';\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {show: false},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true,\r\n\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tshowTitle: true,\r\n\t\t\tdata: [{\r\n\t\t\t\ttitle: \"单位:个\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 30,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08,\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonMounted(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"总数\", \"项目审批数\", \"企业审批数\"],\r\n\t\t\tseries: [{\r\n\t\t\t\tcolor: \"#5c7fcb\",\r\n\t\t\t\t\tname: '',\r\n\t\t\t\t\tdata: [100, 542, 685]\r\n\t\t\t\t},\r\n\t\t\t]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.inspection {\r\n\t\twidth: 100%;\r\n\t\theight: 300rpx;\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/constructionScheme.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onMounted","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAK7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ,EAAC,MAAM,MAAK;AAAA,MACpB,OAAO;AAAA,QACN,aAAa;AAAA,MAEb;AAAA,MACD,OAAO;AAAA,QACN,WAAW;AAAA,QACX,MAAM,CAAC;AAAA,UACN,OAAO;AAAA,QACX,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QAEjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,sDAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,UAAU,MAAM;AACf,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,MAAM,SAAS,OAAO;AAAA,QACnC,QAAQ;AAAA,UAAC;AAAA,YACR,OAAO;AAAA,YACN,MAAM;AAAA,YACN,MAAM,CAAC,KAAK,KAAK,GAAG;AAAA,UACpB;AAAA,QACD;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;;ACxDF,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"educationCard.js","sources":["pages/index/board/qms/educationCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvZWR1Y2F0aW9uQ2FyZC52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"教育培训\">\r\n\t\t<view class=\"education u-flex\">\r\n\t\t\t<view class=\"education-box\">\r\n\t\t\t\t<view class=\"education-box-lab\">质量培训(人次)</view>\r\n\t\t\t\t<view class=\"education-box-num u-margin-top-20\">800</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"education-box\">\r\n\t\t\t\t<view class=\"education-box-lab\">技术质量交底(人次)</view>\r\n\t\t\t\t<view class=\"education-box-num u-margin-top-20\">800</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.education{\r\n\t\twidth: 100%;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-lab{\r\n\t\t\t\tcolor: #999999;\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t}\r\n\t\t\t&-num{\r\n\t\t\t\tcolor: #333333;\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/educationCard.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;AAgBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;;ACf9B,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"educationCard.js","sources":["pages/index/board/qms/educationCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy9lZHVjYXRpb25DYXJkLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"教育培训\">\r\n\t\t<view class=\"education u-flex\">\r\n\t\t\t<view class=\"education-box\">\r\n\t\t\t\t<view class=\"education-box-lab\">质量培训(人次)</view>\r\n\t\t\t\t<view class=\"education-box-num u-margin-top-20\">800</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"education-box\">\r\n\t\t\t\t<view class=\"education-box-lab\">技术质量交底(人次)</view>\r\n\t\t\t\t<view class=\"education-box-num u-margin-top-20\">800</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.education{\r\n\t\twidth: 100%;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-lab{\r\n\t\t\t\tcolor: #999999;\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t}\r\n\t\t\t&-num{\r\n\t\t\t\tcolor: #333333;\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/educationCard.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;AAgBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;;ACf9B,GAAG,gBAAgB,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"highQuality.js","sources":["pages/index/board/qms/highQuality.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvaGlnaFF1YWxpdHkudnVl"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"优质工程\">\r\n\t\t<view class=\"inspection \">\r\n\t\t\t<qiun-data-charts type=\"column\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport {\r\n\t\tonReady\r\n\t} from '@dcloudio/uni-app'\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {show: false},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true,\r\n\t\t\trotateLabel: true,\r\n\t\t\trotateAngle: -30\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tshowTitle: true,\r\n\t\t\tdata: [{\r\n\t\t\t\ttitle: \"单位:项\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 30,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08,\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonReady(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"国家级鲁\\n班奖\", \"国家级国\\n优奖\", \"省部级奖\\n项\", \"市级奖项\"],\r\n\t\t\tseries: [{\r\n\t\t\t\tcolor: \"#91CB74\",\r\n\t\t\t\t\tname: '',\r\n\t\t\t\t\tdata: [100, 542, 685, 254]\r\n\t\t\t\t},\r\n\t\t\t]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.inspection {\r\n\t\twidth: 100%;\r\n\t\theight: 300rpx;\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/highQuality.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onReady","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAQ7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ,EAAC,MAAM,MAAK;AAAA,MACpB,OAAO;AAAA,QACN,aAAa;AAAA,QACb,aAAa;AAAA,QACb,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,WAAW;AAAA,QACX,MAAM,CAAC;AAAA,UACN,OAAO;AAAA,QACX,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QAEjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,+CAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,QAAQ,MAAM;AACb,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,YAAY,YAAY,WAAW,MAAM;AAAA,QACtD,QAAQ;AAAA,UAAC;AAAA,YACR,OAAO;AAAA,YACN,MAAM;AAAA,YACN,MAAM,CAAC,KAAK,KAAK,KAAK,GAAG;AAAA,UACzB;AAAA,QACD;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;AC5DF,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"highQuality.js","sources":["pages/index/board/qms/highQuality.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy9oaWdoUXVhbGl0eS52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"优质工程\">\r\n\t\t<view class=\"inspection \">\r\n\t\t\t<qiun-data-charts type=\"column\" :canvas2d=\"false\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,onMounted\r\n\t} from 'vue';\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {show: false},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true,\r\n\t\t\trotateLabel: true,\r\n\t\t\trotateAngle: -30\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tshowTitle: true,\r\n\t\t\tdata: [{\r\n\t\t\t\ttitle: \"单位:项\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 30,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08,\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonMounted(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"国家级鲁\\n班奖\", \"国家级国\\n优奖\", \"省部级奖\\n项\", \"市级奖项\"],\r\n\t\t\tseries: [{\r\n\t\t\t\tcolor: \"#91CB74\",\r\n\t\t\t\t\tname: '',\r\n\t\t\t\t\tdata: [100, 542, 685, 254]\r\n\t\t\t\t},\r\n\t\t\t]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.inspection {\r\n\t\twidth: 100%;\r\n\t\theight: 300rpx;\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/highQuality.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onMounted","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAK7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ,EAAC,MAAM,MAAK;AAAA,MACpB,OAAO;AAAA,QACN,aAAa;AAAA,QACb,aAAa;AAAA,QACb,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,WAAW;AAAA,QACX,MAAM,CAAC;AAAA,UACN,OAAO;AAAA,QACX,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QAEjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,+CAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,UAAU,MAAM;AACf,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,YAAY,YAAY,WAAW,MAAM;AAAA,QACtD,QAAQ;AAAA,UAAC;AAAA,YACR,OAAO;AAAA,YACN,MAAM;AAAA,YACN,MAAM,CAAC,KAAK,KAAK,KAAK,GAAG;AAAA,UACzB;AAAA,QACD;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;;ACzDF,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"inspectionRecord.js","sources":["pages/index/board/qms/inspectionRecord.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvaW5zcGVjdGlvblJlY29yZC52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"报验记录\">\r\n\t\t<view class=\"inspection \">\r\n\t\t\t<qiun-data-charts type=\"mix\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport {\r\n\t\tonReady\r\n\t} from '@dcloudio/uni-app'\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 15],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {\r\n\t\t\tshow: false\r\n\t\t},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true,\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tdisabled: false,\r\n\t\t\tdisableGrid: false,\r\n\t\t\tsplitNumber: 5,\r\n\t\t\tgridType: \"dash\",\r\n\t\t\tdashLength: 4,\r\n\t\t\tgridColor: \"#CCCCCC\",\r\n\t\t\tpadding: 10,\r\n\t\t\tshowTitle: true,\r\n\t\t\tdata: [{\r\n\t\t\t\t\tposition: \"left\",\r\n\t\t\t\t\ttitle: \"\",\r\n\t\t\t\t\ttextAlign: \"left\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\tposition: \"right\",\r\n\t\t\t\t\tmin: 0,\r\n\t\t\t\t\tmax: 100,\r\n\t\t\t\t\ttitle: \"单位: %\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tmix: {\r\n\t\t\t\tcolumn: {\r\n\t\t\t\t\twidth: 20\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonReady(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"设材报验数\", \"机具报验数\", \"人员报验数\"],\r\n\t\t\tseries: [\r\n\r\n\t\t\t\t{\r\n\t\t\t\t\tname: \"\",\r\n\t\t\t\t\tindex: 1,\r\n\t\t\t\t\ttype: \"line\",\r\n\t\t\t\t\tcolor: \"#5cffc9\",\r\n\t\t\t\t\tdata: [70, 50, 85],\r\n\t\t\t\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\tname: \"\",\r\n\t\t\t\t\ttype: \"column\",\r\n\t\t\t\t\tstyle: \"curve\",\r\n\t\t\t\t\tcolor: \"#fff705\",\r\n\t\t\t\t\tdisableLegend: true,\r\n\t\t\t\t\tdata: [56872, 4027, 8452],\r\n\t\t\t\t\tformat: 'formatDataLabel'\r\n\t\t\t\t},\r\n\r\n\t\t\t]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.inspection {\r\n\t\twidth: 100%;\r\n\t\theight: 300rpx;\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/inspectionRecord.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onReady","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAQ7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,EAAE;AAAA,MACvB,cAAc;AAAA,MACd,QAAQ;AAAA,QACP,MAAM;AAAA,MACN;AAAA,MACD,OAAO;AAAA,QACN,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,UAAU;AAAA,QACV,aAAa;AAAA,QACb,aAAa;AAAA,QACb,UAAU;AAAA,QACV,YAAY;AAAA,QACZ,WAAW;AAAA,QACX,SAAS;AAAA,QACT,WAAW;AAAA,QACX,MAAM;AAAA,UAAC;AAAA,YACL,UAAU;AAAA,YACV,OAAO;AAAA,YACP,WAAW;AAAA,UACX;AAAA,UACD;AAAA,YACC,UAAU;AAAA,YACV,KAAK;AAAA,YACL,KAAK;AAAA,YACL,OAAO;AAAA,UACP;AAAA,QACD;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,KAAK;AAAA,UACJ,QAAQ;AAAA,YACP,OAAO;AAAA,UACP;AAAA,QACD;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,oDAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,QAAQ,MAAM;AACb,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,SAAS,SAAS,OAAO;AAAA,QACtC,QAAQ;AAAA,UAEP;AAAA,YACC,MAAM;AAAA,YACN,OAAO;AAAA,YACP,MAAM;AAAA,YACN,OAAO;AAAA,YACP,MAAM,CAAC,IAAI,IAAI,EAAE;AAAA,UAEjB;AAAA,UACD;AAAA,YACC,MAAM;AAAA,YACN,MAAM;AAAA,YACN,OAAO;AAAA,YACP,OAAO;AAAA,YACP,eAAe;AAAA,YACf,MAAM,CAAC,OAAO,MAAM,IAAI;AAAA,YACxB,QAAQ;AAAA,UACR;AAAA,QAED;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;ACzFF,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"inspectionRecord.js","sources":["pages/index/board/qms/inspectionRecord.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy9pbnNwZWN0aW9uUmVjb3JkLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"报验记录\">\r\n\t\t<view class=\"inspection \">\r\n\t\t\t<qiun-data-charts type=\"mix\" :opts=\"opts\" :canvas2d=\"false\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,onMounted\r\n\t} from 'vue';\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 15],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {\r\n\t\t\tshow: false\r\n\t\t},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true,\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tdisabled: false,\r\n\t\t\tdisableGrid: false,\r\n\t\t\tsplitNumber: 5,\r\n\t\t\tgridType: \"dash\",\r\n\t\t\tdashLength: 4,\r\n\t\t\tgridColor: \"#CCCCCC\",\r\n\t\t\tpadding: 10,\r\n\t\t\tshowTitle: true,\r\n\t\t\tdata: [{\r\n\t\t\t\t\tposition: \"left\",\r\n\t\t\t\t\ttitle: \"\",\r\n\t\t\t\t\ttextAlign: \"left\"\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\tposition: \"right\",\r\n\t\t\t\t\tmin: 0,\r\n\t\t\t\t\tmax: 100,\r\n\t\t\t\t\ttitle: \"单位: %\"\r\n\t\t\t\t}\r\n\t\t\t]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tmix: {\r\n\t\t\t\tcolumn: {\r\n\t\t\t\t\twidth: 20\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonMounted(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"设材报验数\", \"机具报验数\", \"人员报验数\"],\r\n\t\t\tseries: [\r\n\r\n\t\t\t\t{\r\n\t\t\t\t\tname: \"\",\r\n\t\t\t\t\tindex: 1,\r\n\t\t\t\t\ttype: \"line\",\r\n\t\t\t\t\tcolor: \"#5cffc9\",\r\n\t\t\t\t\tdata: [70, 50, 85],\r\n\t\t\t\r\n\t\t\t\t},\r\n\t\t\t\t{\r\n\t\t\t\t\tname: \"\",\r\n\t\t\t\t\ttype: \"column\",\r\n\t\t\t\t\tstyle: \"curve\",\r\n\t\t\t\t\tcolor: \"#fff705\",\r\n\t\t\t\t\tdisableLegend: true,\r\n\t\t\t\t\tdata: [56872, 4027, 8452],\r\n\t\t\t\t\tformat: 'formatDataLabel'\r\n\t\t\t\t},\r\n\r\n\t\t\t]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.inspection {\r\n\t\twidth: 100%;\r\n\t\theight: 300rpx;\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/inspectionRecord.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onMounted","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAK7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,EAAE;AAAA,MACvB,cAAc;AAAA,MACd,QAAQ;AAAA,QACP,MAAM;AAAA,MACN;AAAA,MACD,OAAO;AAAA,QACN,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,UAAU;AAAA,QACV,aAAa;AAAA,QACb,aAAa;AAAA,QACb,UAAU;AAAA,QACV,YAAY;AAAA,QACZ,WAAW;AAAA,QACX,SAAS;AAAA,QACT,WAAW;AAAA,QACX,MAAM;AAAA,UAAC;AAAA,YACL,UAAU;AAAA,YACV,OAAO;AAAA,YACP,WAAW;AAAA,UACX;AAAA,UACD;AAAA,YACC,UAAU;AAAA,YACV,KAAK;AAAA,YACL,KAAK;AAAA,YACL,OAAO;AAAA,UACP;AAAA,QACD;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,KAAK;AAAA,UACJ,QAAQ;AAAA,YACP,OAAO;AAAA,UACP;AAAA,QACD;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,oDAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,UAAU,MAAM;AACf,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,SAAS,SAAS,OAAO;AAAA,QACtC,QAAQ;AAAA,UAEP;AAAA,YACC,MAAM;AAAA,YACN,OAAO;AAAA,YACP,MAAM;AAAA,YACN,OAAO;AAAA,YACP,MAAM,CAAC,IAAI,IAAI,EAAE;AAAA,UAEjB;AAAA,UACD;AAAA,YACC,MAAM;AAAA,YACN,MAAM;AAAA,YACN,OAAO;AAAA,YACP,OAAO;AAAA,YACP,eAAe;AAAA,YACf,MAAM,CAAC,OAAO,MAAM,IAAI;AAAA,YACxB,QAAQ;AAAA,UACR;AAAA,QAED;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;;ACtFF,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"measuringCard.js","sources":["pages/index/board/qms/measuringCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvbWVhc3VyaW5nQ2FyZC52dWU"],"sourcesContent":["<template>\r\n\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"计量器具数据\">\r\n\t\t<view class=\"measuring u-flex\">\r\n\t\t\t<view class=\"measuring-box u-flex u-row-center\">\r\n\t\t\t\t<view class=\"measuring-box-icon\"> <u-icon name=\"jiliangqijujianguan\" color=\"#e28ea3\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t\t<view class=\"measuring-box-row u-padding-left-20\">\r\n\t\t\t\t\t<text class=\"measuring-box-row-num\">900台</text>\r\n\t\t\t\t\t<text class=\"measuring-box-row-lab\">计量器具</text>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t\r\n\t\t\t<view class=\"measuring-box u-flex u-row-center\">\r\n\t\t\t\t<view class=\"measuring-box-icon\"> <u-icon name=\"hege\" color=\"#3bdae2\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t\t<view class=\"measuring-box-row u-padding-left-20\">\r\n\t\t\t\t\t<text class=\"measuring-box-row-num\">9000台</text>\r\n\t\t\t\t\t<text class=\"measuring-box-row-lab\">检验合格</text>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.measuring{\r\n\t\tpadding: 20rpx 0;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-row{\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tflex-direction: column;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t\talign-items: flex-start;\r\n\t\t\t\t&-lab{\r\n\t\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\t\tcolor: #999999;\r\n\t\t\t\t\tmargin-top: 12rpx;\r\n\t\t\t\t}\r\n\t\t\t\t&-num{\r\n\t\t\t\t\tcolor: #333333;\r\n\t\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/measuringCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;AAwBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;;;;;;;;;;;;;ACvB9B,GAAG,gBAAgBA,SAAS;"}
|
||||
{"version":3,"file":"measuringCard.js","sources":["pages/index/board/qms/measuringCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy9tZWFzdXJpbmdDYXJkLnZ1ZQ"],"sourcesContent":["<template>\r\n\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"计量器具数据\">\r\n\t\t<view class=\"measuring u-flex\">\r\n\t\t\t<view class=\"measuring-box u-flex u-row-center\">\r\n\t\t\t\t<view class=\"measuring-box-icon\"> <u-icon name=\"jiliangqijujianguan\" color=\"#e28ea3\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t\t<view class=\"measuring-box-row u-padding-left-20\">\r\n\t\t\t\t\t<text class=\"measuring-box-row-num\">900台</text>\r\n\t\t\t\t\t<text class=\"measuring-box-row-lab\">计量器具</text>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t\r\n\t\t\t<view class=\"measuring-box u-flex u-row-center\">\r\n\t\t\t\t<view class=\"measuring-box-icon\"> <u-icon name=\"hege\" color=\"#3bdae2\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t\t<view class=\"measuring-box-row u-padding-left-20\">\r\n\t\t\t\t\t<text class=\"measuring-box-row-num\">9000台</text>\r\n\t\t\t\t\t<text class=\"measuring-box-row-lab\">检验合格</text>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.measuring{\r\n\t\tpadding: 20rpx 0;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-row{\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tflex-direction: column;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t\talign-items: flex-start;\r\n\t\t\t\t&-lab{\r\n\t\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\t\tcolor: #999999;\r\n\t\t\t\t\tmargin-top: 12rpx;\r\n\t\t\t\t}\r\n\t\t\t\t&-num{\r\n\t\t\t\t\tcolor: #333333;\r\n\t\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/measuringCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;AAwBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;;;;;;;;;;;;;ACvB9B,GAAG,gBAAgBA,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"orgPersonCard.js","sources":["pages/index/board/qms/orgPersonCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvb3JnUGVyc29uQ2FyZC52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"组织机构人员\">\r\n\t\t<view class=\"org-person\">\r\n\t\t\t<view class=\"org-person-row\">\r\n\t\t\t\t<view class=\"org-person-row_lab\">\r\n\t\t\t\t\t集团总数\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"org-person-row_num\">9521</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"u-flex\">\r\n\t\t\t\t<view class=\"org-person-row\">\r\n\t\t\t\t\t<view class=\"org-person-row_lab\">\r\n\t\t\t\t\t\t所企业总部人数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"org-person-row_num\">9521</view>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"org-person-row\">\r\n\t\t\t\t\t<view class=\"org-person-row_lab\">\r\n\t\t\t\t\t\t分支机构人数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"org-person-row_num\">9521</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"u-flex\">\r\n\t\t\t\t<view class=\"org-person-row\">\r\n\t\t\t\t\t<view class=\"org-person-row_lab\">\r\n\t\t\t\t\t\t质量管理人数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"org-person-row_num\">9521</view>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"org-person-row\">\r\n\t\t\t\t\t<view class=\"org-person-row_lab\">\r\n\t\t\t\t\t\t特种设备质保体系\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"org-person-row_num\">9521</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\n</template>\n\n<script setup>\r\n\t\timport ChartCard from '@/components/chartCard.vue'\n</script>\n\n<style lang=\"scss\">\r\n\t.org-person{\r\n\t\t&-row{\r\n\t\t\tflex: 1;\r\n\t\t\tdisplay: flex;\r\n\t\t\tflex-direction: row;\r\n\t\t\tjustify-content: flex-start;\r\n\t\t\talign-items: flex-end;\r\n\t\t\tpadding: 20rpx 0;\r\n\t\t\t&_lab{\r\n\t\t\t\twidth: 200rpx;\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\tcolor: #999999;\r\n\t\t\t\tline-height: 1;\r\n\t\t\t}\r\n\t\t\t&_num{\r\n\t\t\t\twidth: calc(100% - 200rpx);\r\n\t\t\t\tline-height: 1;\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\tcolor: #333333;\r\n\t\t\t\tpadding-left: 40rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t}\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/orgPersonCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;AA0CE,MAAM,YAAY,MAAW;;;;;;;;;;;;;;ACzC/B,GAAG,gBAAgBA,SAAS;"}
|
||||
{"version":3,"file":"orgPersonCard.js","sources":["pages/index/board/qms/orgPersonCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy9vcmdQZXJzb25DYXJkLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"组织机构人员\">\r\n\t\t<view class=\"org-person\">\r\n\t\t\t<view class=\"org-person-row\">\r\n\t\t\t\t<view class=\"org-person-row_lab\">\r\n\t\t\t\t\t集团总数\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"org-person-row_num\">9521</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"u-flex\">\r\n\t\t\t\t<view class=\"org-person-row\">\r\n\t\t\t\t\t<view class=\"org-person-row_lab\">\r\n\t\t\t\t\t\t所企业总部人数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"org-person-row_num\">9521</view>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"org-person-row\">\r\n\t\t\t\t\t<view class=\"org-person-row_lab\">\r\n\t\t\t\t\t\t分支机构人数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"org-person-row_num\">9521</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"u-flex\">\r\n\t\t\t\t<view class=\"org-person-row\">\r\n\t\t\t\t\t<view class=\"org-person-row_lab\">\r\n\t\t\t\t\t\t质量管理人数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"org-person-row_num\">9521</view>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"org-person-row\">\r\n\t\t\t\t\t<view class=\"org-person-row_lab\">\r\n\t\t\t\t\t\t特种设备质保体系\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"org-person-row_num\">9521</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\t\timport ChartCard from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.org-person{\r\n\t\t&-row{\r\n\t\t\tflex: 1;\r\n\t\t\tdisplay: flex;\r\n\t\t\tflex-direction: row;\r\n\t\t\tjustify-content: flex-start;\r\n\t\t\talign-items: flex-end;\r\n\t\t\tpadding: 20rpx 0;\r\n\t\t\t&_lab{\r\n\t\t\t\twidth: 200rpx;\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\tcolor: #999999;\r\n\t\t\t\tline-height: 1;\r\n\t\t\t}\r\n\t\t\t&_num{\r\n\t\t\t\twidth: calc(100% - 200rpx);\r\n\t\t\t\tline-height: 1;\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\tcolor: #333333;\r\n\t\t\t\tpadding-left: 40rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/orgPersonCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;AA0CE,MAAM,YAAY,MAAW;;;;;;;;;;;;;;ACzC/B,GAAG,gBAAgBA,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"projectItemCard.js","sources":["pages/index/board/qms/projectItemCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvcHJvamVjdEl0ZW1DYXJkLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"工程划分\">\r\n\t\t<view class=\"inspection \">\r\n\t\t\t<qiun-data-charts type=\"column\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport {\r\n\t\tonReady\r\n\t} from '@dcloudio/uni-app'\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {show: false},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tshowTitle: true,\r\n\t\t\tdata: [{\r\n\t\t\t\ttitle: \"单位:个\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 30,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08,\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonReady(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"单位工程数\", \"分部工程数\", \"分项工程数\"],\r\n\t\t\tseries: [{\r\n\t\t\t\t\tname: '',\r\n\t\t\t\t\tdata: [10000, 5428, 6852]\r\n\t\t\t\t},\r\n\t\t\t]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.inspection {\r\n\t\twidth: 100%;\r\n\t\theight: 300rpx;\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/projectItemCard.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onReady","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAQ7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ,EAAC,MAAM,MAAK;AAAA,MACpB,OAAO;AAAA,QACN,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,WAAW;AAAA,QACX,MAAM,CAAC;AAAA,UACN,OAAO;AAAA,QACX,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QACjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,mDAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,QAAQ,MAAM;AACb,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,SAAS,SAAS,OAAO;AAAA,QACtC,QAAQ;AAAA,UAAC;AAAA,YACP,MAAM;AAAA,YACN,MAAM,CAAC,KAAO,MAAM,IAAI;AAAA,UACxB;AAAA,QACD;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;ACxDF,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"projectItemCard.js","sources":["pages/index/board/qms/projectItemCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy9wcm9qZWN0SXRlbUNhcmQudnVl"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"工程划分\">\r\n\t\t<view class=\"inspection \">\r\n\t\t\t<qiun-data-charts type=\"column\" :canvas2d=\"false\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,onMounted\r\n\t} from 'vue';\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {show: false},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tshowTitle: true,\r\n\t\t\tdata: [{\r\n\t\t\t\ttitle: \"单位:个\"\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 30,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08,\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonMounted(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"单位工程数\", \"分部工程数\", \"分项工程数\"],\r\n\t\t\tseries: [{\r\n\t\t\t\t\tname: '',\r\n\t\t\t\t\tdata: [10000, 5428, 6852]\r\n\t\t\t\t},\r\n\t\t\t]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.inspection {\r\n\t\twidth: 100%;\r\n\t\theight: 300rpx;\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/projectItemCard.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onMounted","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAK7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ,EAAC,MAAM,MAAK;AAAA,MACpB,OAAO;AAAA,QACN,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,WAAW;AAAA,QACX,MAAM,CAAC;AAAA,UACN,OAAO;AAAA,QACX,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QACjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,mDAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,UAAU,MAAM;AACf,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,SAAS,SAAS,OAAO;AAAA,QACtC,QAAQ;AAAA,UAAC;AAAA,YACP,MAAM;AAAA,YACN,MAAM,CAAC,KAAO,MAAM,IAAI;AAAA,UACxB;AAAA,QACD;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;;ACrDF,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"qmsInspect.js","sources":["pages/index/board/qms/qmsInspect.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvcW1zSW5zcGVjdC52dWU"],"sourcesContent":["<template>\r\n\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"安全隐患排查治理\">\r\n\t\t<view class=\"defect\">\r\n\t\t\t<u-subsection :list=\"list\" :current=\"current\" @change=\"handleChange\"></u-subsection>\r\n\t\t\t<view class=\"defect-main u-flex u-row-between u-margin-top-20\">\r\n\t\t\t\t<view class=\"defect-box gb-all\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">质量问题</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">4567项</text>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"defect-box gb-rectified\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">整改完成</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">20项</text>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"defect-box gb-not-rectified\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">未整改</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">6项</text>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,\r\n\t\twatch\r\n\t} from 'vue';\r\n\r\n\tconst current = ref(0)\r\n\tconst list = ref([{\r\n\t\t\tname: '集团级'\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: '企业级'\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: '分支机构'\r\n\t\t}, {\r\n\t\t\tname: '项目级'\r\n\t\t}\r\n\t])\r\n\r\n\tconst handleChange = () => {\r\n\r\n\t}\r\n</script>\r\n<style lang=\"scss\">\r\n\t.defect {\r\n\t\t&-main {\r\n\t\t\theight: 120rpx;\r\n\t\t}\r\n\r\n\t\t&-box {\r\n\t\t\twidth: calc((100% - 40rpx) / 3);\r\n\t\t\theight: 100%;\r\n\t\t\tdisplay: flex;\r\n\t\t\tflex-direction: column;\r\n\t\t\tjustify-content: center;\r\n\t\t\talign-items: center;\r\n\r\n\t\t\t&-lab {\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t}\r\n\r\n\t\t\t&-num {\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\tfont-weight: 600;\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t.gb-all {\r\n\t\tbackground: linear-gradient(to top right, #9E9E9E, #dcdcdc);\r\n\t}\r\n\r\n\t.gb-not-rectified {\r\n\t\tbackground: linear-gradient(to top right, #FFD626, #FF9F7D);\r\n\t}\r\n\r\n\t.gb-rectified {\r\n\t\tbackground: linear-gradient(to top right, #2488FA, #79BAFF);\r\n\t}\r\n\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/qmsInspect.vue'\nwx.createComponent(Component)"],"names":["ref","Component"],"mappings":";;;;;;;;;;AAuBC,MAAM,YAAY,MAAW;;;;AAM7B,UAAM,UAAUA,cAAG,IAAC,CAAC;AACrB,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAAC;AAAA,QAChB,MAAM;AAAA,MACN;AAAA,MACD;AAAA,QACC,MAAM;AAAA,MACN;AAAA,MACD;AAAA,QACC,MAAM;AAAA,MACT;AAAA,MAAK;AAAA,QACF,MAAM;AAAA,MACN;AAAA,IACH,CAAE;AAED,UAAM,eAAe,MAAM;AAAA,IAE1B;;;;;;;;;;;;;;;;AC5CF,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"qmsInspect.js","sources":["pages/index/board/qms/qmsInspect.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy9xbXNJbnNwZWN0LnZ1ZQ"],"sourcesContent":["<template>\r\n\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"安全隐患排查治理\">\r\n\t\t<view class=\"defect\">\r\n\t\t\t<u-subsection :list=\"list\" :current=\"current\" @change=\"handleChange\"></u-subsection>\r\n\t\t\t<view class=\"defect-main u-flex u-row-between u-margin-top-20\">\r\n\t\t\t\t<view class=\"defect-box gb-all\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">质量问题</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">4567项</text>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"defect-box gb-rectified\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">整改完成</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">20项</text>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"defect-box gb-not-rectified\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">未整改</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">6项</text>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,\r\n\t\twatch\r\n\t} from 'vue';\r\n\r\n\tconst current = ref(0)\r\n\tconst list = ref([{\r\n\t\t\tname: '集团级'\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: '企业级'\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: '分支机构'\r\n\t\t}, {\r\n\t\t\tname: '项目级'\r\n\t\t}\r\n\t])\r\n\r\n\tconst handleChange = () => {\r\n\r\n\t}\r\n</script>\r\n<style lang=\"scss\">\r\n\t.defect {\r\n\t\t&-main {\r\n\t\t\theight: 120rpx;\r\n\t\t}\r\n\r\n\t\t&-box {\r\n\t\t\twidth: calc((100% - 40rpx) / 3);\r\n\t\t\theight: 100%;\r\n\t\t\tdisplay: flex;\r\n\t\t\tflex-direction: column;\r\n\t\t\tjustify-content: center;\r\n\t\t\talign-items: center;\r\n\r\n\t\t\t&-lab {\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t}\r\n\r\n\t\t\t&-num {\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\tfont-weight: 600;\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t.gb-all {\r\n\t\tbackground: linear-gradient(to top right, #9E9E9E, #dcdcdc);\r\n\t}\r\n\r\n\t.gb-not-rectified {\r\n\t\tbackground: linear-gradient(to top right, #FFD626, #FF9F7D);\r\n\t}\r\n\r\n\t.gb-rectified {\r\n\t\tbackground: linear-gradient(to top right, #2488FA, #79BAFF);\r\n\t}\r\n\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/qmsInspect.vue'\nwx.createComponent(Component)"],"names":["ref","Component"],"mappings":";;;;;;;;;;AAuBC,MAAM,YAAY,MAAW;;;;AAM7B,UAAM,UAAUA,cAAG,IAAC,CAAC;AACrB,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAAC;AAAA,QAChB,MAAM;AAAA,MACN;AAAA,MACD;AAAA,QACC,MAAM;AAAA,MACN;AAAA,MACD;AAAA,QACC,MAAM;AAAA,MACT;AAAA,MAAK;AAAA,QACF,MAAM;AAAA,MACN;AAAA,IACH,CAAE;AAED,UAAM,eAAe,MAAM;AAAA,IAE1B;;;;;;;;;;;;;;;;AC5CF,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"reviewAndBriefing.js","sources":["pages/index/board/qms/reviewAndBriefing.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvcmV2aWV3QW5kQnJpZWZpbmcudnVl"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"图纸会审/技术交底\">\r\n\t\t<view class=\"education u-flex\">\r\n\t\t\t<view class=\"education-box\">\r\n\t\t\t\t<view class=\"education-box-lab\">图纸会审(次)</view>\r\n\t\t\t\t<view class=\"education-box-num u-margin-top-20\">800</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"education-box\">\r\n\t\t\t\t<view class=\"education-box-lab\">设计交底(次)</view>\r\n\t\t\t\t<view class=\"education-box-num u-margin-top-20\">800</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.education{\r\n\t\twidth: 100%;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-lab{\r\n\t\t\t\tcolor: #999999;\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t}\r\n\t\t\t&-num{\r\n\t\t\t\tcolor: #333333;\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/reviewAndBriefing.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;AAgBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;;ACf9B,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"reviewAndBriefing.js","sources":["pages/index/board/qms/reviewAndBriefing.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy9yZXZpZXdBbmRCcmllZmluZy52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"图纸会审/技术交底\">\r\n\t\t<view class=\"education u-flex\">\r\n\t\t\t<view class=\"education-box\">\r\n\t\t\t\t<view class=\"education-box-lab\">图纸会审(次)</view>\r\n\t\t\t\t<view class=\"education-box-num u-margin-top-20\">800</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"education-box\">\r\n\t\t\t\t<view class=\"education-box-lab\">设计交底(次)</view>\r\n\t\t\t\t<view class=\"education-box-num u-margin-top-20\">800</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n\t.education{\r\n\t\twidth: 100%;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-lab{\r\n\t\t\t\tcolor: #999999;\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t}\r\n\t\t\t&-num{\r\n\t\t\t\tcolor: #333333;\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/reviewAndBriefing.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;AAgBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;;ACf9B,GAAG,gBAAgB,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"starLevelCard.js","sources":["pages/index/board/qms/starLevelCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvc3RhckxldmVsQ2FyZC52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"星级标准化工地建设\">\r\n\t\t<view class=\"star-level\">\r\n\t\t\t<view class=\"star-level-box u-flex\">\r\n\t\t\t\t<view class=\"star-level-tit\">五星</view>\r\n\t\t\t\t<view class=\"u-flex star-level-box_inner\" style=\"width: calc(100% - 48rpx);\">\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t创建数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t企业自评价达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t集团验收达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"star-level-box u-flex u-margin-top-30 u-margin-bottom-30\">\r\n\t\t\t\t<view class=\"star-level-tit\">四星</view>\r\n\t\t\t\t<view class=\"u-flex star-level-box_inner\" style=\"width: calc(100% - 48rpx);\">\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t创建数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t企业自评价达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t集团验收达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"star-level-box u-flex\">\r\n\t\t\t\t<view class=\"star-level-tit\">三星</view>\r\n\t\t\t\t<view class=\"u-flex star-level-box_inner\" style=\"width: calc(100% - 48rpx);\">\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t创建数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t企业自评价达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t集团验收达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\n</template>\n\n<script setup>\r\n\t\timport ChartCard from '@/components/chartCard.vue'\n</script>\n\n\n<style lang=\"scss\">\r\n\t.star-level{\r\n\t\t&-box{\r\n\t\t\t&_inner{\r\n\t\t\t\tpadding: 0 30rpx;\r\n\t\t\t\tdisplay: grid;\r\n\t\t\t\tgrid-template-columns: 100rpx 1fr 1fr;\r\n\t\t\t\tcolumn-gap: 20rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t\t&-tit{\r\n\t\t\tpadding: 12rpx;\r\n\t\t\twidth: 48rpx;\r\n\t\t\theight: 82rpx;\r\n\t\t\ttext-align: center;\r\n\t\t\tline-height: 30rpx;\r\n\t\t\tfont-size: 24rpx;\r\n\t\t\tbackground: linear-gradient(to right, #1e5ca3, #3094ff);\r\n\t\t\tcolor: #ffffff;\r\n\t\t\tborder-radius: 6rpx;\r\n\t\t}\r\n\t\t&_lab{\r\n\t\t\tfont-size: 20rpx;\r\n\t\t\tcolor: #999999;\r\n\t\t}\r\n\t\t&_num{\r\n\t\t\tfont-size: 28rpx;\r\n\t\t\tcolor: #333333;\r\n\t\t}\r\n\t\t&-row{\r\n\t\t\theight: 100rpx;\r\n\t\t\tpadding: 10rpx;\r\n\t\t\tflex: 1;\r\n\t\t\tbackground-color: #F7FBFE;\r\n\t\t\tdisplay: flex;flex-direction: column;\r\n\t\t\tjustify-content: space-between;\r\n\t\t\talign-items: center;\r\n\t\t}\r\n\t}\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/starLevelCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;AA+FE,MAAM,YAAY,MAAW;;;;;;;;;;;;;;AC9F/B,GAAG,gBAAgBA,SAAS;"}
|
||||
{"version":3,"file":"starLevelCard.js","sources":["pages/index/board/qms/starLevelCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy9zdGFyTGV2ZWxDYXJkLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"星级标准化工地建设\">\r\n\t\t<view class=\"star-level\">\r\n\t\t\t<view class=\"star-level-box u-flex\">\r\n\t\t\t\t<view class=\"star-level-tit\">五星</view>\r\n\t\t\t\t<view class=\"u-flex star-level-box_inner\" style=\"width: calc(100% - 48rpx);\">\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t创建数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t企业自评价达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t集团验收达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"star-level-box u-flex u-margin-top-30 u-margin-bottom-30\">\r\n\t\t\t\t<view class=\"star-level-tit\">四星</view>\r\n\t\t\t\t<view class=\"u-flex star-level-box_inner\" style=\"width: calc(100% - 48rpx);\">\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t创建数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t企业自评价达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t集团验收达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"star-level-box u-flex\">\r\n\t\t\t\t<view class=\"star-level-tit\">三星</view>\r\n\t\t\t\t<view class=\"u-flex star-level-box_inner\" style=\"width: calc(100% - 48rpx);\">\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t创建数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t企业自评价达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"star-level-row\">\r\n\t\t\t\t\t\t<view class=\"star-level_lab\">\r\n\t\t\t\t\t\t\t集团验收达标数\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t\t<view class=\"star-level_num\">\r\n\t\t\t\t\t\t\t59\r\n\t\t\t\t\t\t</view>\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\t\timport ChartCard from '@/components/chartCard.vue'\r\n</script>\r\n\r\n\r\n<style lang=\"scss\">\r\n\t.star-level{\r\n\t\t&-box{\r\n\t\t\t&_inner{\r\n\t\t\t\tpadding: 0 30rpx;\r\n\t\t\t\tdisplay: grid;\r\n\t\t\t\tgrid-template-columns: 100rpx 1fr 1fr;\r\n\t\t\t\tcolumn-gap: 20rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t\t&-tit{\r\n\t\t\tpadding: 12rpx;\r\n\t\t\twidth: 48rpx;\r\n\t\t\theight: 82rpx;\r\n\t\t\ttext-align: center;\r\n\t\t\tline-height: 30rpx;\r\n\t\t\tfont-size: 24rpx;\r\n\t\t\tbackground: linear-gradient(to right, #1e5ca3, #3094ff);\r\n\t\t\tcolor: #ffffff;\r\n\t\t\tborder-radius: 6rpx;\r\n\t\t}\r\n\t\t&_lab{\r\n\t\t\tfont-size: 20rpx;\r\n\t\t\tcolor: #999999;\r\n\t\t}\r\n\t\t&_num{\r\n\t\t\tfont-size: 28rpx;\r\n\t\t\tcolor: #333333;\r\n\t\t}\r\n\t\t&-row{\r\n\t\t\theight: 100rpx;\r\n\t\t\tpadding: 10rpx;\r\n\t\t\tflex: 1;\r\n\t\t\tbackground-color: #F7FBFE;\r\n\t\t\tdisplay: flex;flex-direction: column;\r\n\t\t\tjustify-content: space-between;\r\n\t\t\talign-items: center;\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/starLevelCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;AA+FE,MAAM,YAAY,MAAW;;;;;;;;;;;;;;AC9F/B,GAAG,gBAAgBA,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"weldingData.js","sources":["pages/index/board/qms/weldingData.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9xbXMvd2VsZGluZ0RhdGEudnVl"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"焊接数据\">\r\n\t\t<view class=\"weld\">\r\n\t\t\t<view class=\"weld-row u-padding-20\">\r\n\t\t\t\t<view class=\"weld-row-col u-flex\">\r\n\t\t\t\t\t<view class=\"weld-row-col_lab\">\r\n\t\t\t\t\t\t焊工总数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row-col_num u-padding-left-18\">\r\n\t\t\t\t\t\t945281\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"weld-row1 u-margin-top-20\">\r\n\t\t\t\t<view class=\"weld-row1-col1 u-flex-col\">\r\n\t\t\t\t\t<view class=\"weld-row1-col1_lab\">\r\n\t\t\t\t\t\t总达因数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row1-col1_num\">\r\n\t\t\t\t\t\t945281\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"weld-row1-col1 u-flex-col\">\r\n\t\t\t\t\t<view class=\"weld-row1-col1_lab\">\r\n\t\t\t\t\t\t完成达因数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row1-col1_num\">\r\n\t\t\t\t\t\t945281\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"weld-row1-col1 u-flex-col\">\r\n\t\t\t\t\t<view class=\"weld-row1-col1_lab\">\r\n\t\t\t\t\t\t总片数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row1-col1_num\">\r\n\t\t\t\t\t\t945281\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"weld-row2 u-margin-top-20\">\r\n\t\t\t\t<view class=\"weld-row1-col1 u-flex-col\">\r\n\t\t\t\t\t<view class=\"weld-row1-col1_lab\">\r\n\t\t\t\t\t\t合格片数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row1-col1_num\">\r\n\t\t\t\t\t\t945281\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"weld-row1-col1 u-flex-col\">\r\n\t\t\t\t\t<view class=\"weld-row1-col1_lab\">\r\n\t\t\t\t\t\t一次合格率\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row1-col1_num\">\r\n\t\t\t\t\t\t33.00%\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.weld {\r\n\t\t&-row {\r\n\t\t\t&-col{\r\n\t\t\t\t&_lab{\r\n\t\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\t\tcolor: #999999;\r\n\t\t\t\t}\r\n\t\t\t\t&_num{\r\n\t\t\t\t\tfont-size: 32rpx;\r\n\t\t\t\t\tcolor: #333333;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tbackground-color: #F7FBFE;\r\n\t\t}\r\n\t\t&-row1{\r\n\t\t\tdisplay: grid;\r\n\t\t\tgrid-template-columns: repeat(3, calc((100% - 60rpx) / 3));\r\n\t\t\tgrid-column-gap: 30rpx;\r\n\t\t\t&-col1{\r\n\t\t\t\tpadding: 20rpx;\r\n\t\t\t\tbackground-color: #F7FBFE;\r\n\t\t\t\t&_lab{\r\n\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\t\tcolor: #999999;\r\n\t\t\t\t}\r\n\t\t\t\t&_num{\r\n\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\tfont-size: 32rpx;\r\n\t\t\t\t\tcolor: #333333;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t&-row2{\r\n\t\t\tdisplay: grid;\r\n\t\t\tgrid-template-columns: repeat(2, calc((100% - 30rpx) / 2));\r\n\t\t\tgrid-column-gap: 30rpx;\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/qms/weldingData.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;AA8DC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;AC7D9B,GAAG,gBAAgBA,SAAS;"}
|
||||
{"version":3,"file":"weldingData.js","sources":["pages/index/board/qms/weldingData.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3Ftcy93ZWxkaW5nRGF0YS52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"30rpx 0 0 0\" title=\"焊接数据\">\r\n\t\t<view class=\"weld\">\r\n\t\t\t<view class=\"weld-row u-padding-20\">\r\n\t\t\t\t<view class=\"weld-row-col u-flex\">\r\n\t\t\t\t\t<view class=\"weld-row-col_lab\">\r\n\t\t\t\t\t\t焊工总数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row-col_num u-padding-left-18\">\r\n\t\t\t\t\t\t945281\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"weld-row1 u-margin-top-20\">\r\n\t\t\t\t<view class=\"weld-row1-col1 u-flex-col\">\r\n\t\t\t\t\t<view class=\"weld-row1-col1_lab\">\r\n\t\t\t\t\t\t总达因数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row1-col1_num\">\r\n\t\t\t\t\t\t945281\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"weld-row1-col1 u-flex-col\">\r\n\t\t\t\t\t<view class=\"weld-row1-col1_lab\">\r\n\t\t\t\t\t\t完成达因数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row1-col1_num\">\r\n\t\t\t\t\t\t945281\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"weld-row1-col1 u-flex-col\">\r\n\t\t\t\t\t<view class=\"weld-row1-col1_lab\">\r\n\t\t\t\t\t\t总片数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row1-col1_num\">\r\n\t\t\t\t\t\t945281\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"weld-row2 u-margin-top-20\">\r\n\t\t\t\t<view class=\"weld-row1-col1 u-flex-col\">\r\n\t\t\t\t\t<view class=\"weld-row1-col1_lab\">\r\n\t\t\t\t\t\t合格片数\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row1-col1_num\">\r\n\t\t\t\t\t\t945281\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"weld-row1-col1 u-flex-col\">\r\n\t\t\t\t\t<view class=\"weld-row1-col1_lab\">\r\n\t\t\t\t\t\t一次合格率\r\n\t\t\t\t\t</view>\r\n\t\t\t\t\t<view class=\"weld-row1-col1_num\">\r\n\t\t\t\t\t\t33.00%\r\n\t\t\t\t\t</view>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.weld {\r\n\t\t&-row {\r\n\t\t\t&-col{\r\n\t\t\t\t&_lab{\r\n\t\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\t\tcolor: #999999;\r\n\t\t\t\t}\r\n\t\t\t\t&_num{\r\n\t\t\t\t\tfont-size: 32rpx;\r\n\t\t\t\t\tcolor: #333333;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t\tbackground-color: #F7FBFE;\r\n\t\t}\r\n\t\t&-row1{\r\n\t\t\tdisplay: grid;\r\n\t\t\tgrid-template-columns: repeat(3, calc((100% - 60rpx) / 3));\r\n\t\t\tgrid-column-gap: 30rpx;\r\n\t\t\t&-col1{\r\n\t\t\t\tpadding: 20rpx;\r\n\t\t\t\tbackground-color: #F7FBFE;\r\n\t\t\t\t&_lab{\r\n\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\t\tcolor: #999999;\r\n\t\t\t\t}\r\n\t\t\t\t&_num{\r\n\t\t\t\t\ttext-align: center;\r\n\t\t\t\t\tfont-size: 32rpx;\r\n\t\t\t\t\tcolor: #333333;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\t&-row2{\r\n\t\t\tdisplay: grid;\r\n\t\t\tgrid-template-columns: repeat(2, calc((100% - 30rpx) / 2));\r\n\t\t\tgrid-column-gap: 30rpx;\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/qms/weldingData.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;AA8DC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;AC7D9B,GAAG,gBAAgBA,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"bigCrisisCard.js","sources":["pages/index/board/safe/bigCrisisCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9zYWZlL2JpZ0NyaXNpc0NhcmQudnVl"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"危大工程管控数据\">\r\n\t\t<view class=\"big-crisis\">\r\n\t\t\t<qiun-data-charts type=\"column\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport {\r\n\t\tonReady\r\n\t} from '@dcloudio/uni-app'\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {\r\n\t\t\tshow: false\r\n\t\t},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tdata: [{\r\n\t\t\t\tmin: 0\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 20,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonReady(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"未开始\", \"进行中\", \"已完成\", \"培训人次\", \"作业人次\"],\r\n\t\t\tseries: [{\r\n\t\t\t\tdata: [35, 36, 31, 33, 13]\r\n\t\t\t}]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.big-crisis {\r\n\t\twidth: 100%;\r\n\t\theight: 400rpx;\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/safe/bigCrisisCard.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onReady","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAQ7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ;AAAA,QACP,MAAM;AAAA,MACN;AAAA,MACD,OAAO;AAAA,QACN,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,MAAM,CAAC;AAAA,UACN,KAAK;AAAA,QACT,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QACjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,kDAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,QAAQ,MAAM;AACb,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,OAAO,OAAO,OAAO,QAAQ,MAAM;AAAA,QAChD,QAAQ,CAAC;AAAA,UACR,MAAM,CAAC,IAAI,IAAI,IAAI,IAAI,EAAE;AAAA,QAC7B,CAAI;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;ACvDF,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"bigCrisisCard.js","sources":["pages/index/board/safe/bigCrisisCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3NhZmUvYmlnQ3Jpc2lzQ2FyZC52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"危大工程管控数据\">\r\n\t\t<view class=\"big-crisis\">\r\n\t\t\t<qiun-data-charts type=\"column\" :opts=\"opts\" :canvas2d=\"false\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,onMounted\r\n\t} from 'vue';\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {\r\n\t\t\tshow: false\r\n\t\t},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tdata: [{\r\n\t\t\t\tmin: 0\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 20,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonMounted(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"未开始\", \"进行中\", \"已完成\", \"培训人次\", \"作业人次\"],\r\n\t\t\tseries: [{\r\n\t\t\t\tdata: [35, 36, 31, 33, 13]\r\n\t\t\t}]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.big-crisis {\r\n\t\twidth: 100%;\r\n\t\theight: 400rpx;\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/safe/bigCrisisCard.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onMounted","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAI7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ;AAAA,QACP,MAAM;AAAA,MACN;AAAA,MACD,OAAO;AAAA,QACN,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,MAAM,CAAC;AAAA,UACN,KAAK;AAAA,QACT,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QACjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,kDAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,UAAU,MAAM;AACf,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,OAAO,OAAO,OAAO,QAAQ,MAAM;AAAA,QAChD,QAAQ,CAAC;AAAA,UACR,MAAM,CAAC,IAAI,IAAI,IAAI,IAAI,EAAE;AAAA,QAC7B,CAAI;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;;ACnDF,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"costCard.js","sources":["pages/index/board/safe/costCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9zYWZlL2Nvc3RDYXJkLnZ1ZQ"],"sourcesContent":["<template>\r\n\t\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"安全费用\" >\r\n\t<view class=\"cost u-flex\">\r\n\t\t<view class=\"cost-box\">\r\n\t\t\t<view class=\"cost-box-lab\">费用提取(亿元)</view>\r\n\t\t\t<view class=\"cost-box-num u-margin-top-20\">800</view>\r\n\t\t</view>\r\n\t\t<view class=\"cost-box\">\r\n\t\t\t<view class=\"cost-box-lab\">费用使用(亿元)</view>\r\n\t\t\t<view class=\"cost-box-num u-margin-top-20\">800</view>\r\n\t\t</view>\r\n\t</view>\r\n\t</ChartCard>\n</template>\n\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\n</script>\n\n<style lang=\"scss\">\r\n\t.cost{\r\n\t\twidth: 100%;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-lab{\r\n\t\t\t\tcolor: #999999;\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t}\r\n\t\t\t&-num{\r\n\t\t\t\tcolor: #333333;\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t}\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/safe/costCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;AAiBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;AChB9B,GAAG,gBAAgBA,SAAS;"}
|
||||
{"version":3,"file":"costCard.js","sources":["pages/index/board/safe/costCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3NhZmUvY29zdENhcmQudnVl"],"sourcesContent":["<template>\r\n\t\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"安全费用\" >\r\n\t<view class=\"cost u-flex\">\r\n\t\t<view class=\"cost-box\">\r\n\t\t\t<view class=\"cost-box-lab\">费用提取(亿元)</view>\r\n\t\t\t<view class=\"cost-box-num u-margin-top-20\">800</view>\r\n\t\t</view>\r\n\t\t<view class=\"cost-box\">\r\n\t\t\t<view class=\"cost-box-lab\">费用使用(亿元)</view>\r\n\t\t\t<view class=\"cost-box-num u-margin-top-20\">800</view>\r\n\t\t</view>\r\n\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.cost{\r\n\t\twidth: 100%;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-lab{\r\n\t\t\t\tcolor: #999999;\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t}\r\n\t\t\t&-num{\r\n\t\t\t\tcolor: #333333;\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/safe/costCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;AAiBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;AChB9B,GAAG,gBAAgBA,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"defectTreatmentCard.js","sources":["pages/index/board/safe/defectTreatmentCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9zYWZlL2RlZmVjdFRyZWF0bWVudENhcmQudnVl"],"sourcesContent":["<template>\r\n\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"安全隐患排查治理\">\r\n\t\t<view class=\"defect\">\r\n\t\t\t<u-subsection :list=\"list\" :current=\"current\" @change=\"handleChange\"></u-subsection>\r\n\t\t\t<view class=\"defect-main u-flex u-row-between u-margin-top-20\">\r\n\t\t\t\t<view class=\"defect-box gb-all\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">安全隐患</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">4567</text>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"defect-box gb-rectified\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">整改闭环</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">20</text>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"defect-box gb-not-rectified\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">未整改</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">6</text>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"defect-box gb-rectified-rate\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">整改率</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">99.99%</text>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,\r\n\t\twatch\r\n\t} from 'vue';\r\n\r\n\tconst current = ref(0)\r\n\tconst list = ref([{\r\n\t\t\tname: '集团级'\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: '公司级'\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: '项目级'\r\n\t\t}, {\r\n\t\t\tname: '分支机构'\r\n\t\t}\r\n\t])\r\n\r\n\tconst handleChange = () => {\r\n\r\n\t}\r\n</script>\r\n<style lang=\"scss\">\r\n\t.defect {\r\n\t\t&-main {\r\n\t\t\theight: 120rpx;\r\n\t\t}\r\n\r\n\t\t&-box {\r\n\t\t\twidth: calc((100% - 40rpx) / 4);\r\n\t\t\theight: 100%;\r\n\t\t\tdisplay: flex;\r\n\t\t\tflex-direction: column;\r\n\t\t\tjustify-content: center;\r\n\t\t\talign-items: center;\r\n\r\n\t\t\t&-lab {\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t}\r\n\r\n\t\t\t&-num {\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\tfont-weight: 600;\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t.gb-all {\r\n\t\tbackground: linear-gradient(to top right, #9E9E9E, #dcdcdc);\r\n\t}\r\n\r\n\t.gb-not-rectified {\r\n\t\tbackground: linear-gradient(to top right, #FFD626, #FF9F7D);\r\n\t}\r\n\r\n\t.gb-rectified {\r\n\t\tbackground: linear-gradient(to top right, #2488FA, #79BAFF);\r\n\t}\r\n\r\n\t.gb-rectified-rate {\r\n\t\tbackground: linear-gradient(to top right, #2AD192, #8DF0C9);\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/safe/defectTreatmentCard.vue'\nwx.createComponent(Component)"],"names":["ref","Component"],"mappings":";;;;;;;;;;AA2BC,MAAM,YAAY,MAAW;;;;AAM7B,UAAM,UAAUA,cAAG,IAAC,CAAC;AACrB,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAAC;AAAA,QAChB,MAAM;AAAA,MACN;AAAA,MACD;AAAA,QACC,MAAM;AAAA,MACN;AAAA,MACD;AAAA,QACC,MAAM;AAAA,MACT;AAAA,MAAK;AAAA,QACF,MAAM;AAAA,MACN;AAAA,IACH,CAAE;AAED,UAAM,eAAe,MAAM;AAAA,IAE1B;;;;;;;;;;;;;;;;AChDF,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"defectTreatmentCard.js","sources":["pages/index/board/safe/defectTreatmentCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3NhZmUvZGVmZWN0VHJlYXRtZW50Q2FyZC52dWU"],"sourcesContent":["<template>\r\n\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"安全隐患排查治理\">\r\n\t\t<view class=\"defect\">\r\n\t\t\t<u-subsection :list=\"list\" :current=\"current\" @change=\"handleChange\"></u-subsection>\r\n\t\t\t<view class=\"defect-main u-flex u-row-between u-margin-top-20\">\r\n\t\t\t\t<view class=\"defect-box gb-all\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">安全隐患</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">4567</text>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"defect-box gb-rectified\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">整改闭环</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">20</text>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"defect-box gb-not-rectified\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">未整改</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">6</text>\r\n\t\t\t\t</view>\r\n\t\t\t\t<view class=\"defect-box gb-rectified-rate\">\r\n\t\t\t\t\t<text class=\"defect-box-lab\">整改率</text>\r\n\t\t\t\t\t<text class=\"defect-box-num u-margin-top-20\">99.99%</text>\r\n\t\t\t\t</view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,\r\n\t\twatch\r\n\t} from 'vue';\r\n\r\n\tconst current = ref(0)\r\n\tconst list = ref([{\r\n\t\t\tname: '集团级'\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: '公司级'\r\n\t\t},\r\n\t\t{\r\n\t\t\tname: '项目级'\r\n\t\t}, {\r\n\t\t\tname: '分支机构'\r\n\t\t}\r\n\t])\r\n\r\n\tconst handleChange = () => {\r\n\r\n\t}\r\n</script>\r\n<style lang=\"scss\">\r\n\t.defect {\r\n\t\t&-main {\r\n\t\t\theight: 120rpx;\r\n\t\t}\r\n\r\n\t\t&-box {\r\n\t\t\twidth: calc((100% - 40rpx) / 4);\r\n\t\t\theight: 100%;\r\n\t\t\tdisplay: flex;\r\n\t\t\tflex-direction: column;\r\n\t\t\tjustify-content: center;\r\n\t\t\talign-items: center;\r\n\r\n\t\t\t&-lab {\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t}\r\n\r\n\t\t\t&-num {\r\n\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\tfont-weight: 600;\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n\r\n\t.gb-all {\r\n\t\tbackground: linear-gradient(to top right, #9E9E9E, #dcdcdc);\r\n\t}\r\n\r\n\t.gb-not-rectified {\r\n\t\tbackground: linear-gradient(to top right, #FFD626, #FF9F7D);\r\n\t}\r\n\r\n\t.gb-rectified {\r\n\t\tbackground: linear-gradient(to top right, #2488FA, #79BAFF);\r\n\t}\r\n\r\n\t.gb-rectified-rate {\r\n\t\tbackground: linear-gradient(to top right, #2AD192, #8DF0C9);\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/safe/defectTreatmentCard.vue'\nwx.createComponent(Component)"],"names":["ref","Component"],"mappings":";;;;;;;;;;AA2BC,MAAM,YAAY,MAAW;;;;AAM7B,UAAM,UAAUA,cAAG,IAAC,CAAC;AACrB,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAAC;AAAA,QAChB,MAAM;AAAA,MACN;AAAA,MACD;AAAA,QACC,MAAM;AAAA,MACN;AAAA,MACD;AAAA,QACC,MAAM;AAAA,MACT;AAAA,MAAK;AAAA,QACF,MAAM;AAAA,MACN;AAAA,IACH,CAAE;AAED,UAAM,eAAe,MAAM;AAAA,IAE1B;;;;;;;;;;;;;;;;AChDF,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"educationCard.js","sources":["pages/index/board/safe/educationCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9zYWZlL2VkdWNhdGlvbkNhcmQudnVl"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"教育培训\">\r\n\t\t<view class=\"charts-box\">\r\n\t\t\t<qiun-data-charts type=\"area\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport {\r\n\t\tonReady\r\n\t} from '@dcloudio/uni-app'\r\n\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 15],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {\r\n\t\t\tshow: false\r\n\t\t},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true,\r\n\t\t\trotateLabel: true,\r\n\t\t\trotateAngle: -30,\r\n\t\t\tfontSize: 10\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tgridType: \"dash\",\r\n\t\t\tdashLength: 2\r\n\t\t},\r\n\t\textra: {\r\n\t\t\ttooltip: {\r\n\t\t\t\tshowBox: false\r\n\t\t\t},\r\n\t\t\tarea: {\r\n\t\t\t\ttype: \"curve\",\r\n\t\t\t\topacity: 0.2,\r\n\t\t\t\taddLine: true,\r\n\t\t\t\twidth: 2,\r\n\t\t\t\tgradient: true,\r\n\t\t\t\tactiveType: \"hollow\"\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonReady(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"专项培训\", \"特种作业\\n培训\", \"三级安全\\n教育培训\", \"安全技术\\n交底\"],\r\n\t\t\tseries: [{\r\n\t\t\t\tdata: [302265, 70770, 399175, 14851]\r\n\t\t\t}]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style scoped>\r\n\t.charts-box {\r\n\t\twidth: 100%;\r\n\t\theight: 400rpx;\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/safe/educationCard.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onReady"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAQ7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,EAAE;AAAA,MACvB,cAAc;AAAA,MACd,QAAQ;AAAA,QACP,MAAM;AAAA,MACN;AAAA,MACD,OAAO;AAAA,QACN,aAAa;AAAA,QACb,aAAa;AAAA,QACb,aAAa;AAAA,QACb,UAAU;AAAA,MACV;AAAA,MACD,OAAO;AAAA,QACN,UAAU;AAAA,QACV,YAAY;AAAA,MACZ;AAAA,MACD,OAAO;AAAA,QACN,SAAS;AAAA,UACR,SAAS;AAAA,QACT;AAAA,QACD,MAAM;AAAA,UACL,MAAM;AAAA,UACN,SAAS;AAAA,UACT,SAAS;AAAA,UACT,OAAO;AAAA,UACP,UAAU;AAAA,UACV,YAAY;AAAA,QACZ;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,kDAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,QAAQ,MAAM;AACb,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,QAAQ,YAAY,cAAc,UAAU;AAAA,QACzD,QAAQ,CAAC;AAAA,UACR,MAAM,CAAC,QAAQ,OAAO,QAAQ,KAAK;AAAA,QACvC,CAAI;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;;AC9DF,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"educationCard.js","sources":["pages/index/board/safe/educationCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3NhZmUvZWR1Y2F0aW9uQ2FyZC52dWU"],"sourcesContent":["<template>\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"教育培训\">\n\t\t<view class=\"charts-box\">\n\t\t\t<qiun-data-charts type=\"area\" :opts=\"opts\" :canvas2d=\"false\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\n\t\t</view>\n\t</ChartCard>\n</template>\n\n<script setup>\nimport ChartCard from '@/components/chartCard.vue';\nimport { ref ,onMounted} from 'vue';\n\nconst opts = ref({\n\tpadding: [15, 15, 0, 15],\n\tenableScroll: false,\n\tlegend: {\n\t\tshow: false\n\t},\n\txAxis: {\n\t\tdisableGrid: true,\n\t\trotateLabel: true,\n\t\trotateAngle: -30,\n\t\tfontSize: 10\n\t},\n\tyAxis: {\n\t\tgridType: 'dash',\n\t\tdashLength: 2\n\t},\n\textra: {\n\t\ttooltip: {\n\t\t\tshowBox: false\n\t\t},\n\t\tarea: {\n\t\t\ttype: 'curve',\n\t\t\topacity: 0.2,\n\t\t\taddLine: true,\n\t\t\twidth: 2,\n\t\t\tgradient: true,\n\t\t\tactiveType: 'hollow'\n\t\t}\n\t}\n});\n\nconst chartData = ref({});\n\nconst handleTap = (e) => {\n\tconsole.log(e);\n};\n\nonMounted(() => {\n\tlet res = {\n\t\tcategories: ['专项培训', '特种作业\\n培训', '三级安全\\n教育培训', '安全技术\\n交底'],\n\t\tseries: [\n\t\t\t{\n\t\t\t\tdata: [302265, 70770, 399175, 14851]\n\t\t\t}\n\t\t]\n\t};\n\tchartData.value = JSON.parse(JSON.stringify(res));\n});\n</script>\n\n<style scoped>\n.charts-box {\n\twidth: 100%;\n\theight: 400rpx;\n}\n</style>\n","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/safe/educationCard.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onMounted"],"mappings":";;;;;;;;;;AASA,MAAM,YAAY,MAAW;;;;AAG7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,EAAE;AAAA,MACvB,cAAc;AAAA,MACd,QAAQ;AAAA,QACP,MAAM;AAAA,MACN;AAAA,MACD,OAAO;AAAA,QACN,aAAa;AAAA,QACb,aAAa;AAAA,QACb,aAAa;AAAA,QACb,UAAU;AAAA,MACV;AAAA,MACD,OAAO;AAAA,QACN,UAAU;AAAA,QACV,YAAY;AAAA,MACZ;AAAA,MACD,OAAO;AAAA,QACN,SAAS;AAAA,UACR,SAAS;AAAA,QACT;AAAA,QACD,MAAM;AAAA,UACL,MAAM;AAAA,UACN,SAAS;AAAA,UACT,SAAS;AAAA,UACT,OAAO;AAAA,UACP,UAAU;AAAA,UACV,YAAY;AAAA,QACZ;AAAA,MACD;AAAA,IACF,CAAC;AAED,UAAM,YAAYA,cAAAA,IAAI,CAAA,CAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,kDAAY,CAAC;AAAA,IACd;AAEAC,kBAAAA,UAAU,MAAM;AACf,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,QAAQ,YAAY,cAAc,UAAU;AAAA,QACzD,QAAQ;AAAA,UACP;AAAA,YACC,MAAM,CAAC,QAAQ,OAAO,QAAQ,KAAK;AAAA,UACnC;AAAA,QACD;AAAA,MACH;AACC,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IACjD,CAAC;;;;;;;;;;;;;;;;;;;AC1DD,GAAG,gBAAgB,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"emergencyCard.js","sources":["pages/index/board/safe/emergencyCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9zYWZlL2VtZXJnZW5jeUNhcmQudnVl"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"应急管理数据\" >\r\n\t\t<view class=\"emergencyCard\">\r\n\t\t\t<qiun-data-charts type=\"column\" :opts=\"opts\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\n</template>\n\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport {\r\n\t\tonReady\r\n\t} from '@dcloudio/uni-app'\r\n\t\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {show: false},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true,\r\n\t\t\trotateLabel: true,\r\n\t\t\tfontSize: 10,\r\n\t\t\trotateAngle: -30\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tdata: [{\r\n\t\t\t\tmin: 0\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 20,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\t\r\n\tconst chartData = ref({})\r\n\t\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\t\r\n\t\r\n\tonReady(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"应急预案\", \"专项预案\", \"现场处置\\n预案\", \"演练次数\", \"参演人数\"],\r\n\t\t\tseries: [{\r\n\t\t\t\tdata: [35, 36, 31, 33, 13],\r\n\t\t\t\tcolor: '#eef82f'\r\n\t\t\t}],\r\n\t\t\tformatter: function(value,index,series,opts){\r\n\t\t\t\tconsole.log(value)\r\n\t\t\t\tconsole.log(index)\r\n\t\t\t\tconsole.log(series)\r\n\t\t\t\tconsole.log(opts)\r\n\t\t\t}\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\n</script>\n\n<style lang=\"scss\">\r\n\t.emergencyCard {\r\n\t\twidth: 100%;\r\n\t\theight: 400rpx;\r\n\t}\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/safe/emergencyCard.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onReady","opts","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAQ7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ,EAAC,MAAM,MAAK;AAAA,MACpB,OAAO;AAAA,QACN,aAAa;AAAA,QACb,aAAa;AAAA,QACb,UAAU;AAAA,QACV,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,MAAM,CAAC;AAAA,UACN,KAAK;AAAA,QACT,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QACjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,kDAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,QAAQ,MAAM;AACb,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,QAAQ,QAAQ,YAAY,QAAQ,MAAM;AAAA,QACvD,QAAQ,CAAC;AAAA,UACR,MAAM,CAAC,IAAI,IAAI,IAAI,IAAI,EAAE;AAAA,UACzB,OAAO;AAAA,QACX,CAAI;AAAA,QACD,WAAW,SAAS,OAAM,OAAM,QAAOC,OAAK;AAC3CF,wBAAAA,MAAY,MAAA,OAAA,kDAAA,KAAK;AACjBA,wBAAAA,MAAY,MAAA,OAAA,kDAAA,KAAK;AACjBA,wBAAAA,MAAY,MAAA,OAAA,kDAAA,MAAM;AAClBA,wBAAAA,MAAA,MAAA,OAAA,kDAAYE,KAAI;AAAA,QAChB;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;AC/DF,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"emergencyCard.js","sources":["pages/index/board/safe/emergencyCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3NhZmUvZW1lcmdlbmN5Q2FyZC52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"应急管理数据\" >\r\n\t\t<view class=\"emergencyCard\">\r\n\t\t\t<qiun-data-charts type=\"column\" :opts=\"opts\" :canvas2d=\"false\" :chartData=\"chartData\" @getIndex=\"handleTap\" />\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,onMounted\r\n\t} from 'vue';\r\n\t\r\n\tconst opts = ref({\r\n\t\tpadding: [15, 15, 0, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {show: false},\r\n\t\txAxis: {\r\n\t\t\tdisableGrid: true,\r\n\t\t\trotateLabel: true,\r\n\t\t\tfontSize: 10,\r\n\t\t\trotateAngle: -30\r\n\t\t},\r\n\t\tyAxis: {\r\n\t\t\tdata: [{\r\n\t\t\t\tmin: 0\r\n\t\t\t}]\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tcolumn: {\r\n\t\t\t\ttype: \"group\",\r\n\t\t\t\twidth: 20,\r\n\t\t\t\tactiveBgColor: \"#000000\",\r\n\t\t\t\tactiveBgOpacity: 0.08\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\t\r\n\tconst chartData = ref({})\r\n\t\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\t\r\n\t\r\n\tonMounted(() => {\r\n\t\tlet res = {\r\n\t\t\tcategories: [\"应急预案\", \"专项预案\", \"现场处置\\n预案\", \"演练次数\", \"参演人数\"],\r\n\t\t\tseries: [{\r\n\t\t\t\tdata: [35, 36, 31, 33, 13],\r\n\t\t\t\tcolor: '#eef82f'\r\n\t\t\t}],\r\n\t\t\tformatter: function(value,index,series,opts){\r\n\t\t\t\tconsole.log(value)\r\n\t\t\t\tconsole.log(index)\r\n\t\t\t\tconsole.log(series)\r\n\t\t\t\tconsole.log(opts)\r\n\t\t\t}\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.emergencyCard {\r\n\t\twidth: 100%;\r\n\t\theight: 400rpx;\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/safe/emergencyCard.vue'\nwx.createComponent(Component)"],"names":["ref","uni","onMounted","opts","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAK7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,SAAS,CAAC,IAAI,IAAI,GAAG,CAAC;AAAA,MACtB,cAAc;AAAA,MACd,QAAQ,EAAC,MAAM,MAAK;AAAA,MACpB,OAAO;AAAA,QACN,aAAa;AAAA,QACb,aAAa;AAAA,QACb,UAAU;AAAA,QACV,aAAa;AAAA,MACb;AAAA,MACD,OAAO;AAAA,QACN,MAAM,CAAC;AAAA,UACN,KAAK;AAAA,QACT,CAAI;AAAA,MACD;AAAA,MACD,OAAO;AAAA,QACN,QAAQ;AAAA,UACP,MAAM;AAAA,UACN,OAAO;AAAA,UACP,eAAe;AAAA,UACf,iBAAiB;AAAA,QACjB;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAExB,UAAM,YAAY,CAAC,MAAM;AACxBC,oBAAAA,MAAA,MAAA,OAAA,kDAAY,CAAC;AAAA,IACb;AAGDC,kBAAAA,UAAU,MAAM;AACf,UAAI,MAAM;AAAA,QACT,YAAY,CAAC,QAAQ,QAAQ,YAAY,QAAQ,MAAM;AAAA,QACvD,QAAQ,CAAC;AAAA,UACR,MAAM,CAAC,IAAI,IAAI,IAAI,IAAI,EAAE;AAAA,UACzB,OAAO;AAAA,QACX,CAAI;AAAA,QACD,WAAW,SAAS,OAAM,OAAM,QAAOC,OAAK;AAC3CF,wBAAAA,MAAY,MAAA,OAAA,kDAAA,KAAK;AACjBA,wBAAAA,MAAY,MAAA,OAAA,kDAAA,KAAK;AACjBA,wBAAAA,MAAY,MAAA,OAAA,kDAAA,MAAM;AAClBA,wBAAAA,MAAA,MAAA,OAAA,kDAAYE,KAAI;AAAA,QAChB;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;;AC5DF,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"organizerCard.js","sources":["pages/index/board/safe/organizerCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9zYWZlL29yZ2FuaXplckNhcmQudnVl"],"sourcesContent":["<template>\r\n\r\n\t<ChartCard :loading=\"loading\" margin=\"0 0 30rpx 0\" title=\"组织机构人员\">\r\n\t\t<view class=\"organizer\">\r\n\t\t\t<view class=\"row u-flex u-padding-20 u-margin-bottom-20\">\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">集团总人数</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">总监</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">专职</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">企业</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t</view>\r\n\r\n\t\t\t<view class=\"organizer-tit\">分支机构</view>\r\n\t\t\t<view class=\"row u-flex u-padding-20 u-margin-bottom-20\">\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">总监</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">专职</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"organizer-tit\">注安师</view>\r\n\t\t\t<view class=\"row u-flex u-padding-20 u-margin-bottom-20\">\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">在岗职业</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"organizer-tit\">项目人数</view>\r\n\t\t\t<view class=\"row u-flex u-padding-20 u-margin-bottom-20\">\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">总监</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">专职</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">安全监护</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"organizer-tit\">三类人员</view>\r\n\t\t\t<view class=\"row u-flex u-padding-20\">\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">A证</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">B证</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">C证</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport {ref} from 'vue'\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\t\r\n\tconst loading = ref(false)\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.organizer {\r\n\t\t&-tit {\r\n\t\t\tcolor: #2573cb;\r\n\t\t\twidth: 100%;\r\n\t\t\tfont-size: 28rpx;\r\n\t\t\tbackground-color: #F7FBFE;\r\n\t\t\tpadding: 12rpx 20rpx 0;\r\n\t\t}\r\n\r\n\t\t&-lab {\r\n\t\t\tcolor: #999999;\r\n\t\t\tfont-size: 24rpx;\r\n\t\t}\r\n\r\n\t\t&_num {\r\n\t\t\tcolor: #333333;\r\n\t\t\tfont-size: 28rpx;\r\n\t\t\tmargin-top: 16rpx;\r\n\t\t}\r\n\r\n\t\t.row {\r\n\t\t\tbackground-color: #F7FBFE;\r\n\r\n\t\t\t&_li {\r\n\t\t\t\tflex: 1;\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tflex-direction: column;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/safe/organizerCard.vue'\nwx.createComponent(Component)"],"names":["ref","Component"],"mappings":";;;;;AAmDC,MAAM,YAAY,MAAW;;;;AAE7B,UAAM,UAAUA,cAAG,IAAC,KAAK;;;;;;;;;;;;ACpD1B,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"organizerCard.js","sources":["pages/index/board/safe/organizerCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3NhZmUvb3JnYW5pemVyQ2FyZC52dWU"],"sourcesContent":["<template>\r\n\r\n\t<ChartCard :loading=\"loading\" margin=\"0 0 30rpx 0\" title=\"组织机构人员\">\r\n\t\t<view class=\"organizer\">\r\n\t\t\t<view class=\"row u-flex u-padding-20 u-margin-bottom-20\">\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">集团总人数</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">总监</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">专职</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">企业</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t</view>\r\n\r\n\t\t\t<view class=\"organizer-tit\">分支机构</view>\r\n\t\t\t<view class=\"row u-flex u-padding-20 u-margin-bottom-20\">\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">总监</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">专职</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"organizer-tit\">注安师</view>\r\n\t\t\t<view class=\"row u-flex u-padding-20 u-margin-bottom-20\">\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">在岗职业</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"organizer-tit\">项目人数</view>\r\n\t\t\t<view class=\"row u-flex u-padding-20 u-margin-bottom-20\">\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">总监</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">专职</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">安全监护</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"organizer-tit\">三类人员</view>\r\n\t\t\t<view class=\"row u-flex u-padding-20\">\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">A证</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">B证</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t\t<view class=\"row_li u-flex u-row-center\"><text class=\"organizer-lab\">C证</text><text\r\n\t\t\t\t\t\tclass=\"organizer_num\">13273</text></view>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport {ref} from 'vue'\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\t\r\n\tconst loading = ref(false)\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.organizer {\r\n\t\t&-tit {\r\n\t\t\tcolor: #2573cb;\r\n\t\t\twidth: 100%;\r\n\t\t\tfont-size: 28rpx;\r\n\t\t\tbackground-color: #F7FBFE;\r\n\t\t\tpadding: 12rpx 20rpx 0;\r\n\t\t}\r\n\r\n\t\t&-lab {\r\n\t\t\tcolor: #999999;\r\n\t\t\tfont-size: 24rpx;\r\n\t\t}\r\n\r\n\t\t&_num {\r\n\t\t\tcolor: #333333;\r\n\t\t\tfont-size: 28rpx;\r\n\t\t\tmargin-top: 16rpx;\r\n\t\t}\r\n\r\n\t\t.row {\r\n\t\t\tbackground-color: #F7FBFE;\r\n\r\n\t\t\t&_li {\r\n\t\t\t\tflex: 1;\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tflex-direction: column;\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/safe/organizerCard.vue'\nwx.createComponent(Component)"],"names":["ref","Component"],"mappings":";;;;;AAmDC,MAAM,YAAY,MAAW;;;;AAE7B,UAAM,UAAUA,cAAG,IAAC,KAAK;;;;;;;;;;;;ACpD1B,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"projectCard.js","sources":["pages/index/board/safe/projectCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9zYWZlL3Byb2plY3RDYXJkLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<ChartCard :loading=\"loading\" margin=\"30rpx 0 0 0\" padding=\"20rpx 10rpx 80rpx 10rpx\"\r\n\t\tbg-color=\"linear-gradient(#1e5ca3, #3094ff)\">\r\n\t\t<view class=\"project\">\r\n\t\t\t<view class=\"project-col\" @click=\"handleSkip\">\r\n\t\t\t\t<text class=\"project-col-num\">1024</text>\r\n\t\t\t\t<text class=\"project-col-lab u-margin-top-10\">在建项目</text>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"project-col\">\r\n\t\t\t\t<text class=\"project-col-num\">1024</text>\r\n\t\t\t\t<text class=\"project-col-lab u-margin-top-10\">停工项目</text>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"project-col\">\r\n\t\t\t\t<text class=\"project-col-num\">1024111</text>\r\n\t\t\t\t<text class=\"project-col-lab u-margin-top-10\">参建人数</text>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"project-col\">\r\n\t\t\t\t<text class=\"project-col-num\">1024</text>\r\n\t\t\t\t<text class=\"project-col-lab u-margin-top-10\">在施危大工程</text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\tconst loading = ref(false)\r\n\t\r\n\tconst handleSkip = ()=>{\r\n\t\tuni.navigateTo({\r\n\t\t\turl: `/pages/penetrate/project`\r\n\t\t})\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.project {\r\n\t\tdisplay: grid;\r\n\t\tgrid-template-columns: repeat(4, 25%);\r\n\r\n\t\t&-col {\r\n\t\t\tdisplay: flex;\r\n\t\t\tflex-direction: column;\r\n\t\t\tjustify-content: center;\r\n\t\t\talign-items: center;\r\n\r\n\t\t\t&-num {\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\toverflow-wrap: break-word;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t\tfont-size: 40rpx;\r\n\r\n\t\t\t}\r\n\r\n\t\t\t&-lab {\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/safe/projectCard.vue'\nwx.createComponent(Component)"],"names":["ref","uni","Component"],"mappings":";;;;;AA4BC,MAAM,YAAY,MAAW;;;;AAC7B,UAAM,UAAUA,cAAG,IAAC,KAAK;AAEzB,UAAM,aAAa,MAAI;AACtBC,oBAAAA,MAAI,WAAW;AAAA,QACd,KAAK;AAAA,MACR,CAAG;AAAA,IACD;;;;;;;;;;;;;;AClCF,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"projectCard.js","sources":["pages/index/board/safe/projectCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3NhZmUvcHJvamVjdENhcmQudnVl"],"sourcesContent":["<template>\r\n\t<ChartCard :loading=\"loading\" margin=\"30rpx 0 0 0\" padding=\"20rpx 10rpx 80rpx 10rpx\"\r\n\t\tbg-color=\"linear-gradient(#1e5ca3, #3094ff)\">\r\n\t\t<view class=\"project\">\r\n\t\t\t<view class=\"project-col\" @click=\"handleSkip\">\r\n\t\t\t\t<text class=\"project-col-num\">1024</text>\r\n\t\t\t\t<text class=\"project-col-lab u-margin-top-10\">在建项目</text>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"project-col\">\r\n\t\t\t\t<text class=\"project-col-num\">1024</text>\r\n\t\t\t\t<text class=\"project-col-lab u-margin-top-10\">停工项目</text>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"project-col\">\r\n\t\t\t\t<text class=\"project-col-num\">1024111</text>\r\n\t\t\t\t<text class=\"project-col-lab u-margin-top-10\">参建人数</text>\r\n\t\t\t</view>\r\n\t\t\t<view class=\"project-col\">\r\n\t\t\t\t<text class=\"project-col-num\">1024</text>\r\n\t\t\t\t<text class=\"project-col-lab u-margin-top-10\">在施危大工程</text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\tconst loading = ref(false)\r\n\t\r\n\tconst handleSkip = ()=>{\r\n\t\tuni.navigateTo({\r\n\t\t\turl: `/pages/penetrate/project`\r\n\t\t})\r\n\t}\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.project {\r\n\t\tdisplay: grid;\r\n\t\tgrid-template-columns: repeat(4, 25%);\r\n\r\n\t\t&-col {\r\n\t\t\tdisplay: flex;\r\n\t\t\tflex-direction: column;\r\n\t\t\tjustify-content: center;\r\n\t\t\talign-items: center;\r\n\r\n\t\t\t&-num {\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\toverflow-wrap: break-word;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t\tfont-size: 40rpx;\r\n\r\n\t\t\t}\r\n\r\n\t\t\t&-lab {\r\n\t\t\t\tcolor: #ffffff;\r\n\t\t\t\tfont-size: 24rpx;\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/safe/projectCard.vue'\nwx.createComponent(Component)"],"names":["ref","uni","Component"],"mappings":";;;;;AA4BC,MAAM,YAAY,MAAW;;;;AAC7B,UAAM,UAAUA,cAAG,IAAC,KAAK;AAEzB,UAAM,aAAa,MAAI;AACtBC,oBAAAA,MAAI,WAAW;AAAA,QACd,KAAK;AAAA,MACR,CAAG;AAAA,IACD;;;;;;;;;;;;;;AClCF,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"riskRankingCard.js","sources":["pages/index/board/safe/riskRankingCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9zYWZlL3Jpc2tSYW5raW5nQ2FyZC52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"风险分级管控\" >\r\n\t<view class=\"rish-ranking\">\r\n\t\t<qiun-data-charts type=\"pie\" :opts=\"opts\" :chartData=\"chartData\" />\r\n\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport {\r\n\t\tonReady, onShow\r\n\t} from '@dcloudio/uni-app'\r\n\r\n\tconst opts = ref({\r\n\t\tcolor: [\"#EE6666\", \"#EF893B\",\"#EFCB3B\",\"#3B8CEF\"],\r\n\t\tpadding: [5, 5, 5, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {\r\n\t\t\tlineHeight:20,\r\n\t\t\tfontSize: 10,\r\n\t\t\titemGap: 20\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tpie: {\r\n\t\t\t\tactiveOpacity: 0.5,\r\n\t\t\t\tactiveRadius: 10,\r\n\t\t\t\toffsetAngle: 0,\r\n\t\t\t\tlabelWidth: 15,\r\n\t\t\t\tborder: true,\r\n\t\t\t\tborderWidth: 3,\r\n\t\t\t\tborderColor: \"#FFFFFF\"\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonReady(() => {\r\n\t\tlet res = {\r\n\t\t\tseries: [{\r\n\t\t\t\tdata: [{\r\n\t\t\t\t\t\"name\": \"重大风险\",\r\n\t\t\t\t\t\"value\": 50,\r\n\t\t\t\t\t\"labelText\": \"重大风险:50\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"name\": \"较大风险\",\r\n\t\t\t\t\t\"value\": 30,\r\n\t\t\t\t\t\"labelText\": \"较大风险:30\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"name\": \"一般风险\",\r\n\t\t\t\t\t\"value\": 20,\r\n\t\t\t\t\t\"labelText\": \"一般风险:20\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"name\": \"低风险\",\r\n\t\t\t\t\t\"value\": 8,\r\n\t\t\t\t\t\"labelText\": \"低风险:8\"\r\n\t\t\t\t}]\r\n\t\t\t}]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.rish-ranking {\r\n\t\twidth: 100%;\r\n\t\theight: 480rpx;\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/safe/riskRankingCard.vue'\nwx.createComponent(Component)"],"names":["ref","onReady","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAQ7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,OAAO,CAAC,WAAW,WAAU,WAAU,SAAS;AAAA,MAChD,SAAS,CAAC,GAAG,GAAG,GAAG,CAAC;AAAA,MACpB,cAAc;AAAA,MACd,QAAQ;AAAA,QACP,YAAW;AAAA,QACX,UAAU;AAAA,QACV,SAAS;AAAA,MACT;AAAA,MACD,OAAO;AAAA,QACN,KAAK;AAAA,UACJ,eAAe;AAAA,UACf,cAAc;AAAA,UACd,aAAa;AAAA,UACb,YAAY;AAAA,UACZ,QAAQ;AAAA,UACR,aAAa;AAAA,UACb,aAAa;AAAA,QACb;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAOxBC,kBAAAA,QAAQ,MAAM;AACb,UAAI,MAAM;AAAA,QACT,QAAQ,CAAC;AAAA,UACR,MAAM,CAAC;AAAA,YACN,QAAQ;AAAA,YACR,SAAS;AAAA,YACT,aAAa;AAAA,UAClB,GAAO;AAAA,YACF,QAAQ;AAAA,YACR,SAAS;AAAA,YACT,aAAa;AAAA,UAClB,GAAO;AAAA,YACF,QAAQ;AAAA,YACR,SAAS;AAAA,YACT,aAAa;AAAA,UAClB,GAAO;AAAA,YACF,QAAQ;AAAA,YACR,SAAS;AAAA,YACT,aAAa;AAAA,UAClB,CAAK;AAAA,QACL,CAAI;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;ACpEF,GAAG,gBAAgBC,SAAS;"}
|
||||
{"version":3,"file":"riskRankingCard.js","sources":["pages/index/board/safe/riskRankingCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3NhZmUvcmlza1JhbmtpbmdDYXJkLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"风险分级管控\" >\r\n\t<view class=\"rish-ranking\">\r\n\t\t<qiun-data-charts type=\"pie\" :opts=\"opts\" :canvas2d=\"false\" :chartData=\"chartData\" />\r\n\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n\timport {\r\n\t\tref,onMounted\r\n\t} from 'vue';\r\n\timport {\r\n\t\tonReady, onShow\r\n\t} from '@dcloudio/uni-app'\r\n\r\n\tconst opts = ref({\r\n\t\tcolor: [\"#EE6666\", \"#EF893B\",\"#EFCB3B\",\"#3B8CEF\"],\r\n\t\tpadding: [5, 5, 5, 5],\r\n\t\tenableScroll: false,\r\n\t\tlegend: {\r\n\t\t\tlineHeight:20,\r\n\t\t\tfontSize: 10,\r\n\t\t\titemGap: 20\r\n\t\t},\r\n\t\textra: {\r\n\t\t\tpie: {\r\n\t\t\t\tactiveOpacity: 0.5,\r\n\t\t\t\tactiveRadius: 10,\r\n\t\t\t\toffsetAngle: 0,\r\n\t\t\t\tlabelWidth: 15,\r\n\t\t\t\tborder: true,\r\n\t\t\t\tborderWidth: 3,\r\n\t\t\t\tborderColor: \"#FFFFFF\"\r\n\t\t\t}\r\n\t\t}\r\n\t})\r\n\r\n\tconst chartData = ref({})\r\n\r\n\tconst handleTap = (e) => {\r\n\t\tconsole.log(e)\r\n\t}\r\n\r\n\r\n\tonMounted(() => {\r\n\t\tlet res = {\r\n\t\t\tseries: [{\r\n\t\t\t\tdata: [{\r\n\t\t\t\t\t\"name\": \"重大风险\",\r\n\t\t\t\t\t\"value\": 50,\r\n\t\t\t\t\t\"labelText\": \"重大风险:50\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"name\": \"较大风险\",\r\n\t\t\t\t\t\"value\": 30,\r\n\t\t\t\t\t\"labelText\": \"较大风险:30\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"name\": \"一般风险\",\r\n\t\t\t\t\t\"value\": 20,\r\n\t\t\t\t\t\"labelText\": \"一般风险:20\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"name\": \"低风险\",\r\n\t\t\t\t\t\"value\": 8,\r\n\t\t\t\t\t\"labelText\": \"低风险:8\"\r\n\t\t\t\t}]\r\n\t\t\t}]\r\n\t\t};\r\n\t\tchartData.value = JSON.parse(JSON.stringify(res));\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.rish-ranking {\r\n\t\twidth: 100%;\r\n\t\theight: 480rpx;\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/safe/riskRankingCard.vue'\nwx.createComponent(Component)"],"names":["ref","onMounted","Component"],"mappings":";;;;;;;;;;AASC,MAAM,YAAY,MAAW;;;;AAQ7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAChB,OAAO,CAAC,WAAW,WAAU,WAAU,SAAS;AAAA,MAChD,SAAS,CAAC,GAAG,GAAG,GAAG,CAAC;AAAA,MACpB,cAAc;AAAA,MACd,QAAQ;AAAA,QACP,YAAW;AAAA,QACX,UAAU;AAAA,QACV,SAAS;AAAA,MACT;AAAA,MACD,OAAO;AAAA,QACN,KAAK;AAAA,UACJ,eAAe;AAAA,UACf,cAAc;AAAA,UACd,aAAa;AAAA,UACb,YAAY;AAAA,UACZ,QAAQ;AAAA,UACR,aAAa;AAAA,UACb,aAAa;AAAA,QACb;AAAA,MACD;AAAA,IACH,CAAE;AAED,UAAM,YAAYA,cAAG,IAAC,EAAE;AAOxBC,kBAAAA,UAAU,MAAM;AACf,UAAI,MAAM;AAAA,QACT,QAAQ,CAAC;AAAA,UACR,MAAM,CAAC;AAAA,YACN,QAAQ;AAAA,YACR,SAAS;AAAA,YACT,aAAa;AAAA,UAClB,GAAO;AAAA,YACF,QAAQ;AAAA,YACR,SAAS;AAAA,YACT,aAAa;AAAA,UAClB,GAAO;AAAA,YACF,QAAQ;AAAA,YACR,SAAS;AAAA,YACT,aAAa;AAAA,UAClB,GAAO;AAAA,YACF,QAAQ;AAAA,YACR,SAAS;AAAA,YACT,aAAa;AAAA,UAClB,CAAK;AAAA,QACL,CAAI;AAAA,MACJ;AACE,gBAAU,QAAQ,KAAK,MAAM,KAAK,UAAU,GAAG,CAAC;AAAA,IAClD,CAAE;;;;;;;;;;;;;;;;;ACpEF,GAAG,gBAAgBC,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"safeHoursCard.js","sources":["pages/index/board/safe/safeHoursCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9zYWZlL3NhZmVIb3Vyc0NhcmQudnVl"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"安全工时\">\r\n\t\t<view class=\"safe-hours\">\r\n\t\t\t<text>9024145</text><text>万</text>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.safe-hours {\r\n\t\tpadding: 0 40rpx 0 120rpx;\r\n\t\twidth: 100%;\r\n\t\ttext-align: left;\r\n\t\toverflow: hidden;\r\n\r\n\t\t>text {\r\n\t\t\tfont-weight: 700;\r\n\t\t\tfont-size: 52rpx;\r\n\t\t\tbackground: linear-gradient(180deg, #2573cb, #50c2ff);\r\n\t\t\t-webkit-background-clip: text;\r\n\t\t\t/* 兼容Safari浏览器 */\r\n\t\t\tbackground-clip: text;\r\n\t\t\tcolor: transparent;\r\n\t\t\t/* 文字透明,显示背景渐变 */\r\n\t\t\tletter-spacing: 10rpx;\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/safe/safeHoursCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;AASC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;ACR9B,GAAG,gBAAgBA,SAAS;"}
|
||||
{"version":3,"file":"safeHoursCard.js","sources":["pages/index/board/safe/safeHoursCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3NhZmUvc2FmZUhvdXJzQ2FyZC52dWU"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"安全工时\">\r\n\t\t<view class=\"safe-hours\">\r\n\t\t\t<text>9024145</text><text>万</text>\r\n\t\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.safe-hours {\r\n\t\tpadding: 0 40rpx 0 120rpx;\r\n\t\twidth: 100%;\r\n\t\ttext-align: left;\r\n\t\toverflow: hidden;\r\n\r\n\t\t>text {\r\n\t\t\tfont-weight: 700;\r\n\t\t\tfont-size: 52rpx;\r\n\t\t\tbackground: linear-gradient(180deg, #2573cb, #50c2ff);\r\n\t\t\t-webkit-background-clip: text;\r\n\t\t\t/* 兼容Safari浏览器 */\r\n\t\t\tbackground-clip: text;\r\n\t\t\tcolor: transparent;\r\n\t\t\t/* 文字透明,显示背景渐变 */\r\n\t\t\tletter-spacing: 10rpx;\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/safe/safeHoursCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;AASC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;ACR9B,GAAG,gBAAgBA,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"specialEquipCard.js","sources":["pages/index/board/safe/specialEquipCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9zYWZlL3NwZWNpYWxFcXVpcENhcmQudnVl"],"sourcesContent":["<template>\r\n\t\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"施工机具设备\" >\r\n\t<view class=\"special-equip u-flex\">\r\n\t\t<view class=\"special-equip-box u-flex u-row-center\">\r\n\t\t\t<view class=\"special-equip-box-icon\"> <u-icon name=\"ziyuanshiyongtongji\" color=\"#e28ea3\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t<view class=\"special-equip-box-row u-padding-left-20\">\r\n\t\t\t\t<text class=\"special-equip-box-row-num\">9000个</text>\r\n\t\t\t\t<text class=\"special-equip-box-row-lab\">在用个数</text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t\t\r\n\t\t<view class=\"special-equip-box u-flex u-row-center\">\r\n\t\t\t<view class=\"special-equip-box-icon\"> <u-icon name=\"tezhongshebei\" color=\"#3bdae2\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t<view class=\"special-equip-box-row u-padding-left-20\">\r\n\t\t\t\t<text class=\"special-equip-box-row-num\">9000个</text>\r\n\t\t\t\t<text class=\"special-equip-box-row-lab\">特种设备</text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n\t</ChartCard>\n</template>\n\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\n</script>\n\n<style lang=\"scss\">\r\n\t.special-equip{\r\n\t\tpadding: 20rpx 0;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-row{\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tflex-direction: column;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t\talign-items: flex-start;\r\n\t\t\t\t&-lab{\r\n\t\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\t\tcolor: #999999;\r\n\t\t\t\t\tmargin-top: 12rpx;\r\n\t\t\t\t}\r\n\t\t\t\t&-num{\r\n\t\t\t\t\tcolor: #333333;\r\n\t\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/safe/specialEquipCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;AAwBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;;;;;;;;;;;;;ACvB9B,GAAG,gBAAgBA,SAAS;"}
|
||||
{"version":3,"file":"specialEquipCard.js","sources":["pages/index/board/safe/specialEquipCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3NhZmUvc3BlY2lhbEVxdWlwQ2FyZC52dWU"],"sourcesContent":["<template>\r\n\t\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"施工机具设备\" >\r\n\t<view class=\"special-equip u-flex\">\r\n\t\t<view class=\"special-equip-box u-flex u-row-center\">\r\n\t\t\t<view class=\"special-equip-box-icon\"> <u-icon name=\"ziyuanshiyongtongji\" color=\"#e28ea3\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t<view class=\"special-equip-box-row u-padding-left-20\">\r\n\t\t\t\t<text class=\"special-equip-box-row-num\">9000个</text>\r\n\t\t\t\t<text class=\"special-equip-box-row-lab\">在用个数</text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t\t\r\n\t\t<view class=\"special-equip-box u-flex u-row-center\">\r\n\t\t\t<view class=\"special-equip-box-icon\"> <u-icon name=\"tezhongshebei\" color=\"#3bdae2\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t<view class=\"special-equip-box-row u-padding-left-20\">\r\n\t\t\t\t<text class=\"special-equip-box-row-num\">9000个</text>\r\n\t\t\t\t<text class=\"special-equip-box-row-lab\">特种设备</text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.special-equip{\r\n\t\tpadding: 20rpx 0;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-row{\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tflex-direction: column;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t\talign-items: flex-start;\r\n\t\t\t\t&-lab{\r\n\t\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\t\tcolor: #999999;\r\n\t\t\t\t\tmargin-top: 12rpx;\r\n\t\t\t\t}\r\n\t\t\t\t&-num{\r\n\t\t\t\t\tcolor: #333333;\r\n\t\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/safe/specialEquipCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;AAwBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;;;;;;;;;;;;;ACvB9B,GAAG,gBAAgBA,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"workCard.js","sources":["pages/index/board/safe/workCard.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9ib2FyZC9zYWZlL3dvcmtDYXJkLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"高风险作业许可\" >\r\n\t<view class=\"work u-flex\">\r\n\t\t<view class=\"work-box u-flex u-row-center\">\r\n\t\t\t<view class=\"work-box-icon\"> <u-icon name=\"xukezheng\" color=\"#8CEEFF\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t<view class=\"work-box-row u-padding-left-20\">\r\n\t\t\t\t<text class=\"work-box-row-num\">9000个</text>\r\n\t\t\t\t<text class=\"work-box-row-lab\">许可</text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t\t\r\n\t\t<view class=\"work-box u-flex u-row-center\">\r\n\t\t\t<view class=\"work-box-icon\"> <u-icon name=\"guanbi\" color=\"#FFEB3B\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t<view class=\"work-box-row u-padding-left-20\">\r\n\t\t\t\t<text class=\"work-box-row-num\">9000个</text>\r\n\t\t\t\t<text class=\"work-box-row-lab\">关闭</text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n\t</ChartCard>\n</template>\n\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\n</script>\n\n<style lang=\"scss\">\r\n\t.work{\r\n\t\tpadding: 20rpx 0;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-row{\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tflex-direction: column;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t\talign-items: flex-start;\r\n\t\t\t\t&-lab{\r\n\t\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\t\tcolor: #999999;\r\n\t\t\t\t\tmargin-top: 12rpx;\r\n\t\t\t\t}\r\n\t\t\t\t&-num{\r\n\t\t\t\t\tcolor: #333333;\r\n\t\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/board/safe/workCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;AAuBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;;;;;;;;;;;;;ACtB9B,GAAG,gBAAgBA,SAAS;"}
|
||||
{"version":3,"file":"workCard.js","sources":["pages/index/board/safe/workCard.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2JvYXJkL3NhZmUvd29ya0NhcmQudnVl"],"sourcesContent":["<template>\r\n\t<ChartCard margin=\"0 0 30rpx 0\" title=\"高风险作业许可\" >\r\n\t<view class=\"work u-flex\">\r\n\t\t<view class=\"work-box u-flex u-row-center\">\r\n\t\t\t<view class=\"work-box-icon\"> <u-icon name=\"xukezheng\" color=\"#8CEEFF\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t<view class=\"work-box-row u-padding-left-20\">\r\n\t\t\t\t<text class=\"work-box-row-num\">9000个</text>\r\n\t\t\t\t<text class=\"work-box-row-lab\">许可</text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t\t\r\n\t\t<view class=\"work-box u-flex u-row-center\">\r\n\t\t\t<view class=\"work-box-icon\"> <u-icon name=\"guanbi\" color=\"#FFEB3B\" custom-prefix=\"custom-icon\" size=\"60\" ></u-icon></view>\r\n\t\t\t<view class=\"work-box-row u-padding-left-20\">\r\n\t\t\t\t<text class=\"work-box-row-num\">9000个</text>\r\n\t\t\t\t<text class=\"work-box-row-lab\">关闭</text>\r\n\t\t\t</view>\r\n\t\t</view>\r\n\t</view>\r\n\t</ChartCard>\r\n</template>\r\n\r\n<script setup>\r\n\timport ChartCard from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.work{\r\n\t\tpadding: 20rpx 0;\r\n\t\t&-box{\r\n\t\t\tflex: 1;\r\n\t\t\t&-row{\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tflex-direction: column;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t\talign-items: flex-start;\r\n\t\t\t\t&-lab{\r\n\t\t\t\t\tfont-size: 24rpx;\r\n\t\t\t\t\tcolor: #999999;\r\n\t\t\t\t\tmargin-top: 12rpx;\r\n\t\t\t\t}\r\n\t\t\t\t&-num{\r\n\t\t\t\t\tcolor: #333333;\r\n\t\t\t\t\tfont-size: 28rpx;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/board/safe/workCard.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;AAuBC,MAAM,YAAY,MAAW;;;;;;;;;;;;;;;;;;;;;;;;;;ACtB9B,GAAG,gBAAgBA,SAAS;"}
|
||||
@@ -1 +1 @@
|
||||
{"version":3,"file":"index.js","sources":["pages/index/fun/index.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC9wYWdlcy9pbmRleC9mdW4vaW5kZXgudnVl"],"sourcesContent":["<template>\r\n\t<view class=\"u-wrap u-padding-30\">\r\n\t\t<CardModule title=\"督查检查\" :show-tit-line=\"true\" margin=\" 0 0 30rpx 0\">\r\n\t\t\t<u-grid :col=\"4\" :border=\"false\">\r\n\t\t\t\t<u-grid-item>\r\n\t\t\t\t\t<u-icon name=\"photo\" :size=\"46\"></u-icon>\r\n\t\t\t\t\t<view class=\"grid-text\">图片</view>\r\n\t\t\t\t</u-grid-item>\r\n\t\t\t\t<u-grid-item>\r\n\t\t\t\t\t<u-icon name=\"lock\" :size=\"46\"></u-icon>\r\n\t\t\t\t\t<view class=\"grid-text\">锁头</view>\r\n\t\t\t\t</u-grid-item>\r\n\t\t\t\t<u-grid-item>\r\n\t\t\t\t\t<u-icon name=\"hourglass\" :size=\"46\"></u-icon>\r\n\t\t\t\t\t<view class=\"grid-text\">沙漏</view>\r\n\t\t\t\t</u-grid-item>\r\n\t\t\t\t<u-grid-item>\r\n\t\t\t\t\t<u-icon name=\"lock\" :size=\"46\"></u-icon>\r\n\t\t\t\t\t<view class=\"grid-text\">锁头</view>\r\n\t\t\t\t</u-grid-item>\r\n\t\t\t\t<u-grid-item>\r\n\t\t\t\t\t<u-icon name=\"hourglass\" :size=\"46\"></u-icon>\r\n\t\t\t\t\t<view class=\"grid-text\">沙漏</view>\r\n\t\t\t\t</u-grid-item>\r\n\t\t\t</u-grid>\r\n\t\t</CardModule>\r\n\t\t\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport CardModule from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.u-wrap {\r\n\t\t.u-section {\r\n\t\t\tbackground-color: #ffffff;\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/fun/index.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;;;;;AA+BC,MAAM,aAAa,MAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC9B/B,GAAG,gBAAgBA,SAAS;"}
|
||||
{"version":3,"file":"index.js","sources":["pages/index/fun/index.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3BhZ2VzL2luZGV4L2Z1bi9pbmRleC52dWU"],"sourcesContent":["<template>\r\n\t<view class=\"u-wrap u-padding-30\">\r\n\t\t<CardModule title=\"督查检查\" :show-tit-line=\"true\" margin=\" 0 0 30rpx 0\">\r\n\t\t\t<u-grid :col=\"4\" :border=\"false\">\r\n\t\t\t\t<u-grid-item>\r\n\t\t\t\t\t<u-icon name=\"photo\" :size=\"46\"></u-icon>\r\n\t\t\t\t\t<view class=\"grid-text\">图片</view>\r\n\t\t\t\t</u-grid-item>\r\n\t\t\t\t<u-grid-item>\r\n\t\t\t\t\t<u-icon name=\"lock\" :size=\"46\"></u-icon>\r\n\t\t\t\t\t<view class=\"grid-text\">锁头</view>\r\n\t\t\t\t</u-grid-item>\r\n\t\t\t\t<u-grid-item>\r\n\t\t\t\t\t<u-icon name=\"hourglass\" :size=\"46\"></u-icon>\r\n\t\t\t\t\t<view class=\"grid-text\">沙漏</view>\r\n\t\t\t\t</u-grid-item>\r\n\t\t\t\t<u-grid-item>\r\n\t\t\t\t\t<u-icon name=\"lock\" :size=\"46\"></u-icon>\r\n\t\t\t\t\t<view class=\"grid-text\">锁头</view>\r\n\t\t\t\t</u-grid-item>\r\n\t\t\t\t<u-grid-item>\r\n\t\t\t\t\t<u-icon name=\"hourglass\" :size=\"46\"></u-icon>\r\n\t\t\t\t\t<view class=\"grid-text\">沙漏</view>\r\n\t\t\t\t</u-grid-item>\r\n\t\t\t</u-grid>\r\n\t\t</CardModule>\r\n\t\t\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport CardModule from '@/components/chartCard.vue'\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.u-wrap {\r\n\t\t.u-section {\r\n\t\t\tbackground-color: #ffffff;\r\n\t\t}\r\n\t}\r\n</style>","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/fun/index.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;;;;;;;;;AA+BC,MAAM,aAAa,MAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AC9B/B,GAAG,gBAAgBA,SAAS;"}
|
||||
@@ -1 +1 @@
|
||||
{"version":3,"file":"index.js","sources":["pages/index/index.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvaW5kZXgvaW5kZXgudnVl"],"sourcesContent":["<template>\r\n\t<view class=\"custom-wrap\">\r\n\r\n\t\t<u-transition :show=\"current === 0\" name=\"slide-right\">\r\n\t\t\t<Board v-if=\"current === 0\" />\r\n\t\t</u-transition>\r\n\t\t<u-transition :show=\"current === 1\" name=\"slide-right\">\r\n\t\t\t<FunModule v-if=\"current === 1\" />\r\n\t\t</u-transition>\r\n\t\t<u-transition :show=\"current === 2\" name=\"slide-right\">\r\n\t\t\t<About v-if=\"current === 2\" />\r\n\t\t</u-transition>\r\n\t\t<u-tabbar :hideTabBar=\"false\" v-model=\"current\" active-color=\"var(--u-type-primary)\" mid-button-size=\"60\"\r\n\t\t\t:list=\"list\" :mid-button=\"false\"></u-tabbar>\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport {\r\n\t\tref,\r\n\t\twatch\r\n\t} from 'vue';\r\n\r\n\t/* 加载TabBar组件\r\n\t-------------------------------------------------------------*/\r\n\timport Board from './board/index.vue'\r\n\timport About from './about/index.vue'\r\n\timport FunModule from './fun/index.vue'\r\n\t// 定义响应式数据\r\n\tconst list = ref([{\r\n\t\t\ticonPath: \"home\",\r\n\t\t\tselectedIconPath: \"home-fill\",\r\n\t\t\ttext: \"首页\",\r\n\t\t\tisDot: false,\r\n\t\t\tcustomIcon: false,\r\n\t\t},\r\n\t\t{\r\n\t\t\ticonPath: \"grid\",\r\n\t\t\tselectedIconPath: \"grid-fill\",\r\n\t\t\ttext: \"功能\",\r\n\t\t\tmidButton: true,\r\n\t\t\tcustomIcon: false,\r\n\t\t},\r\n\t\t{\r\n\t\t\ticonPath: \"account\",\r\n\t\t\tselectedIconPath: \"account-fill\",\r\n\t\t\ttext: \"我的\",\r\n\t\t\tisDot: false,\r\n\t\t\tcustomIcon: false,\r\n\t\t},\r\n\t])\r\n\r\n\tconst current = ref(2)\r\n\r\n\twatch(current, (val) => {\r\n\t\tswitch (val) {\r\n\t\t\tcase 0:\r\n\t\t\t\tuni.setNavigationBarTitle({\r\n\t\t\t\t\ttitle: '首页'\r\n\t\t\t\t});\r\n\t\t\t\tbreak\r\n\t\t\tcase 1:\r\n\t\t\t\tuni.setNavigationBarTitle({\r\n\t\t\t\t\ttitle: '功能'\r\n\t\t\t\t});\r\n\t\t\t\tbreak\r\n\t\t\tcase 2:\r\n\t\t\t\tuni.setNavigationBarTitle({\r\n\t\t\t\t\ttitle: '我的'\r\n\t\t\t\t});\r\n\t\t\t\tbreak\r\n\t\t}\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n</style>","import MiniProgramPage from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/index/index.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","watch","uni","MiniProgramPage"],"mappings":";;;;;;;;;;;;AAyBC,MAAM,QAAQ,MAAW;AACzB,MAAM,QAAQ,MAAW;AACzB,MAAM,YAAY,MAAW;;;;AAE7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAAC;AAAA,QAChB,UAAU;AAAA,QACV,kBAAkB;AAAA,QAClB,MAAM;AAAA,QACN,OAAO;AAAA,QACP,YAAY;AAAA,MACZ;AAAA,MACD;AAAA,QACC,UAAU;AAAA,QACV,kBAAkB;AAAA,QAClB,MAAM;AAAA,QACN,WAAW;AAAA,QACX,YAAY;AAAA,MACZ;AAAA,MACD;AAAA,QACC,UAAU;AAAA,QACV,kBAAkB;AAAA,QAClB,MAAM;AAAA,QACN,OAAO;AAAA,QACP,YAAY;AAAA,MACZ;AAAA,IACH,CAAE;AAED,UAAM,UAAUA,cAAG,IAAC,CAAC;AAErBC,wBAAM,SAAS,CAAC,QAAQ;AACvB,cAAQ,KAAG;AAAA,QACV,KAAK;AACJC,wBAAAA,MAAI,sBAAsB;AAAA,YACzB,OAAO;AAAA,UACZ,CAAK;AACD;AAAA,QACD,KAAK;AACJA,wBAAAA,MAAI,sBAAsB;AAAA,YACzB,OAAO;AAAA,UACZ,CAAK;AACD;AAAA,QACD,KAAK;AACJA,wBAAAA,MAAI,sBAAsB;AAAA,YACzB,OAAO;AAAA,UACZ,CAAK;AACD;AAAA,MACD;AAAA,IACH,CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACvEF,GAAG,WAAWC,SAAe;"}
|
||||
{"version":3,"file":"index.js","sources":["pages/index/index.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvaW5kZXgvaW5kZXgudnVl"],"sourcesContent":["<template>\r\n\t<view class=\"custom-wrap\">\r\n\r\n\t\t<u-transition :show=\"current === 0\" name=\"slide-right\">\r\n\t\t\t<Board v-if=\"current === 0\" />\r\n\t\t</u-transition>\r\n\t\t<u-transition :show=\"current === 1\" name=\"slide-right\">\r\n\t\t\t<FunModule v-if=\"current === 1\" />\r\n\t\t</u-transition>\r\n\t\t<u-transition :show=\"current === 2\" name=\"slide-right\">\r\n\t\t\t<About v-if=\"current === 2\" />\r\n\t\t</u-transition>\r\n\t\t<u-tabbar :hideTabBar=\"false\" v-model=\"current\" active-color=\"var(--u-type-primary)\" mid-button-size=\"60\"\r\n\t\t\t:list=\"list\" :mid-button=\"false\"></u-tabbar>\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport {\r\n\t\tref,\r\n\t\twatch\r\n\t} from 'vue';\r\n\r\n\t/* 加载TabBar组件\r\n\t-------------------------------------------------------------*/\r\n\timport Board from './board/index.vue'\r\n\timport About from './about/index.vue'\r\n\timport FunModule from './fun/index.vue'\r\n\t// 定义响应式数据\r\n\tconst list = ref([{\r\n\t\t\ticonPath: \"home\",\r\n\t\t\tselectedIconPath: \"home-fill\",\r\n\t\t\ttext: \"首页\",\r\n\t\t\tisDot: false,\r\n\t\t\tcustomIcon: false,\r\n\t\t},\r\n\t\t{\r\n\t\t\ticonPath: \"grid\",\r\n\t\t\tselectedIconPath: \"grid-fill\",\r\n\t\t\ttext: \"功能\",\r\n\t\t\tmidButton: true,\r\n\t\t\tcustomIcon: false,\r\n\t\t},\r\n\t\t{\r\n\t\t\ticonPath: \"account\",\r\n\t\t\tselectedIconPath: \"account-fill\",\r\n\t\t\ttext: \"我的\",\r\n\t\t\tisDot: false,\r\n\t\t\tcustomIcon: false,\r\n\t\t},\r\n\t])\r\n\r\n\tconst current = ref(0)\r\n\r\n\twatch(current, (val) => {\r\n\t\tswitch (val) {\r\n\t\t\tcase 0:\r\n\t\t\t\tuni.setNavigationBarTitle({\r\n\t\t\t\t\ttitle: '首页'\r\n\t\t\t\t});\r\n\t\t\t\tbreak\r\n\t\t\tcase 1:\r\n\t\t\t\tuni.setNavigationBarTitle({\r\n\t\t\t\t\ttitle: '功能'\r\n\t\t\t\t});\r\n\t\t\t\tbreak\r\n\t\t\tcase 2:\r\n\t\t\t\tuni.setNavigationBarTitle({\r\n\t\t\t\t\ttitle: '我的'\r\n\t\t\t\t});\r\n\t\t\t\tbreak\r\n\t\t}\r\n\t})\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n</style>","import MiniProgramPage from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/index/index.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","watch","uni","MiniProgramPage"],"mappings":";;;;;;;;;;;;AAyBC,MAAM,QAAQ,MAAW;AACzB,MAAM,QAAQ,MAAW;AACzB,MAAM,YAAY,MAAW;;;;AAE7B,UAAM,OAAOA,cAAAA,IAAI;AAAA,MAAC;AAAA,QAChB,UAAU;AAAA,QACV,kBAAkB;AAAA,QAClB,MAAM;AAAA,QACN,OAAO;AAAA,QACP,YAAY;AAAA,MACZ;AAAA,MACD;AAAA,QACC,UAAU;AAAA,QACV,kBAAkB;AAAA,QAClB,MAAM;AAAA,QACN,WAAW;AAAA,QACX,YAAY;AAAA,MACZ;AAAA,MACD;AAAA,QACC,UAAU;AAAA,QACV,kBAAkB;AAAA,QAClB,MAAM;AAAA,QACN,OAAO;AAAA,QACP,YAAY;AAAA,MACZ;AAAA,IACH,CAAE;AAED,UAAM,UAAUA,cAAG,IAAC,CAAC;AAErBC,wBAAM,SAAS,CAAC,QAAQ;AACvB,cAAQ,KAAG;AAAA,QACV,KAAK;AACJC,wBAAAA,MAAI,sBAAsB;AAAA,YACzB,OAAO;AAAA,UACZ,CAAK;AACD;AAAA,QACD,KAAK;AACJA,wBAAAA,MAAI,sBAAsB;AAAA,YACzB,OAAO;AAAA,UACZ,CAAK;AACD;AAAA,QACD,KAAK;AACJA,wBAAAA,MAAI,sBAAsB;AAAA,YACzB,OAAO;AAAA,UACZ,CAAK;AACD;AAAA,MACD;AAAA,IACH,CAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;ACvEF,GAAG,WAAWC,SAAe;"}
|
||||
@@ -1 +1 @@
|
||||
{"version":3,"file":"project.js","sources":["pages/penetrate/project.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvcGVuZXRyYXRlL3Byb2plY3QudnVl"],"sourcesContent":["<template>\r\n\t<view class=\"u-wrap\">\r\n\t\t<u-sticky>\r\n\t\t\t<!-- 只能有一个根元素 -->\r\n\t\t\t<view class=\"sticky\">\r\n\t\t\t\t<u-search v-model=\"keyword\" placeholder=\"请输入单位名称\" :show-action=\"false\" ></u-search>\r\n\t\t\t</view>\r\n\t\t</u-sticky>\r\n\t\t<ListCol v-for=\"(item, idx) in list\" :data=\"item\" :column='column' label-width=\"160\" />\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport ListCol from '@/components/ListCol.vue'\r\n\t\r\n\tconst keyword = ref(\"\")\r\n\tconst column = ref([{\r\n\t\tname: '单位名称',\r\n\t\tvalue: 'unitName',\r\n\t\ttype: 'string',\r\n\t}, {\r\n\t\tname: '在建项目数',\r\n\t\tvalue: 'inProject',\r\n\t\ttype: 'string',\r\n\t}, {\r\n\t\tname: '停工项目数',\r\n\t\tvalue: 'stopProject',\r\n\t\ttype: 'string',\r\n\t}])\r\n\r\n\tconst list = ref([{\r\n\t\tunitName: '天辰',\r\n\t\tinProject: 20,\r\n\t\tstopProject: 5\r\n\t}, {\r\n\t\tunitName: '赛鼎',\r\n\t\tinProject: 20,\r\n\t\tstopProject: 5\r\n\t}])\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.sticky{\r\n\t\tpadding: 20rpx 30rpx;\r\n\t}\r\n</style>","import MiniProgramPage from 'E:/COMPANYPROJECT/APP/CNCEC_APP/pages/penetrate/project.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","MiniProgramPage"],"mappings":";;;;;;;;;;;;AAgBC,MAAM,UAAU,MAAW;;;;AAE3B,UAAM,UAAUA,cAAG,IAAC,EAAE;AACtB,UAAM,SAASA,cAAAA,IAAI,CAAC;AAAA,MACnB,MAAM;AAAA,MACN,OAAO;AAAA,MACP,MAAM;AAAA,IACR,GAAI;AAAA,MACF,MAAM;AAAA,MACN,OAAO;AAAA,MACP,MAAM;AAAA,IACR,GAAI;AAAA,MACF,MAAM;AAAA,MACN,OAAO;AAAA,MACP,MAAM;AAAA,IACR,CAAE,CAAC;AAEF,UAAM,OAAOA,cAAAA,IAAI,CAAC;AAAA,MACjB,UAAU;AAAA,MACV,WAAW;AAAA,MACX,aAAa;AAAA,IACf,GAAI;AAAA,MACF,UAAU;AAAA,MACV,WAAW;AAAA,MACX,aAAa;AAAA,IACf,CAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;ACxCH,GAAG,WAAWC,SAAe;"}
|
||||
{"version":3,"file":"project.js","sources":["pages/penetrate/project.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniPage:/cGFnZXMvcGVuZXRyYXRlL3Byb2plY3QudnVl"],"sourcesContent":["<template>\r\n\t<view class=\"u-wrap\">\r\n\t\t<u-sticky>\r\n\t\t\t<!-- 只能有一个根元素 -->\r\n\t\t\t<view class=\"sticky\">\r\n\t\t\t\t<u-search v-model=\"keyword\" placeholder=\"请输入单位名称\" :show-action=\"false\" ></u-search>\r\n\t\t\t</view>\r\n\t\t</u-sticky>\r\n\t\t<ListCol v-for=\"(item, idx) in list\" :data=\"item\" :column='column' label-width=\"160\" />\r\n\t</view>\r\n</template>\r\n\r\n<script setup>\r\n\timport {\r\n\t\tref\r\n\t} from 'vue';\r\n\timport ListCol from '@/components/ListCol.vue'\r\n\t\r\n\tconst keyword = ref(\"\")\r\n\tconst column = ref([{\r\n\t\tname: '单位名称',\r\n\t\tvalue: 'unitName',\r\n\t\ttype: 'string',\r\n\t}, {\r\n\t\tname: '在建项目数',\r\n\t\tvalue: 'inProject',\r\n\t\ttype: 'string',\r\n\t}, {\r\n\t\tname: '停工项目数',\r\n\t\tvalue: 'stopProject',\r\n\t\ttype: 'string',\r\n\t}])\r\n\r\n\tconst list = ref([{\r\n\t\tunitName: '天辰',\r\n\t\tinProject: 20,\r\n\t\tstopProject: 5\r\n\t}, {\r\n\t\tunitName: '赛鼎',\r\n\t\tinProject: 20,\r\n\t\tstopProject: 5\r\n\t}])\r\n</script>\r\n\r\n<style lang=\"scss\">\r\n\t.sticky{\r\n\t\tpadding: 20rpx 30rpx;\r\n\t}\r\n</style>","import MiniProgramPage from 'D:/虚拟C盘/nbd/CNCEC_APP/pages/penetrate/project.vue'\nwx.createPage(MiniProgramPage)"],"names":["ref","MiniProgramPage"],"mappings":";;;;;;;;;;;;AAgBC,MAAM,UAAU,MAAW;;;;AAE3B,UAAM,UAAUA,cAAG,IAAC,EAAE;AACtB,UAAM,SAASA,cAAAA,IAAI,CAAC;AAAA,MACnB,MAAM;AAAA,MACN,OAAO;AAAA,MACP,MAAM;AAAA,IACR,GAAI;AAAA,MACF,MAAM;AAAA,MACN,OAAO;AAAA,MACP,MAAM;AAAA,IACR,GAAI;AAAA,MACF,MAAM;AAAA,MACN,OAAO;AAAA,MACP,MAAM;AAAA,IACR,CAAE,CAAC;AAEF,UAAM,OAAOA,cAAAA,IAAI,CAAC;AAAA,MACjB,UAAU;AAAA,MACV,WAAW;AAAA,MACX,aAAa;AAAA,IACf,GAAI;AAAA,MACF,UAAU;AAAA,MACV,WAAW;AAAA,MACX,aAAa;AAAA,IACf,CAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;ACxCH,GAAG,WAAWC,SAAe;"}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"loading1.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/loading1.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC91bmlfbW9kdWxlcy9xaXVuLWRhdGEtY2hhcnRzL2NvbXBvbmVudHMvcWl1bi1sb2FkaW5nL2xvYWRpbmcxLnZ1ZQ"],"sourcesContent":["<template>\r\n\t <view class=\"container loading1\">\r\n\t\t<view class=\"shape shape1\"></view>\r\n\t\t<view class=\"shape shape2\"></view>\r\n\t\t<view class=\"shape shape3\"></view>\r\n\t\t<view class=\"shape shape4\"></view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tname: 'loading1',\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style scoped=\"true\">\r\n.container {\r\n width: 30px;\r\n height: 30px;\r\n position: relative;\r\n}\r\n.container.loading1 {\r\n -webkit-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n}\r\n\r\n.container .shape {\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n border-radius: 1px;\r\n}\r\n.container .shape.shape1 {\r\n left: 0;\r\n background-color: #1890FF;\r\n}\r\n.container .shape.shape2 {\r\n right: 0;\r\n background-color: #91CB74;\r\n}\r\n.container .shape.shape3 {\r\n bottom: 0;\r\n background-color: #FAC858;\r\n}\r\n.container .shape.shape4 {\r\n bottom: 0;\r\n right: 0;\r\n background-color: #EE6666;\r\n}\r\n\r\n.loading1 .shape1 {\r\n -webkit-animation: animation1shape1 0.5s ease 0s infinite alternate;\r\n animation: animation1shape1 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, 16px);\r\n transform: translate(16px, 16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, 16px);\r\n transform: translate(16px, 16px);\r\n }\r\n}\r\n.loading1 .shape2 {\r\n -webkit-animation: animation1shape2 0.5s ease 0s infinite alternate;\r\n animation: animation1shape2 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, 16px);\r\n transform: translate(-16px, 16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, 16px);\r\n transform: translate(-16px, 16px);\r\n }\r\n}\r\n.loading1 .shape3 {\r\n -webkit-animation: animation1shape3 0.5s ease 0s infinite alternate;\r\n animation: animation1shape3 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, -16px);\r\n transform: translate(16px, -16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, -16px);\r\n transform: translate(16px, -16px);\r\n }\r\n}\r\n.loading1 .shape4 {\r\n -webkit-animation: animation1shape4 0.5s ease 0s infinite alternate;\r\n animation: animation1shape4 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, -16px);\r\n transform: translate(-16px, -16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, -16px);\r\n transform: translate(-16px, -16px);\r\n }\r\n}\r\n\r\n\r\n</style>\r\n","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/loading1.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAUC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AACN,WAAO;EAGR;AACD;;;;;AChBD,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"loading1.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/loading1.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3VuaV9tb2R1bGVzL3FpdW4tZGF0YS1jaGFydHMvY29tcG9uZW50cy9xaXVuLWxvYWRpbmcvbG9hZGluZzEudnVl"],"sourcesContent":["<template>\r\n\t <view class=\"container loading1\">\r\n\t\t<view class=\"shape shape1\"></view>\r\n\t\t<view class=\"shape shape2\"></view>\r\n\t\t<view class=\"shape shape3\"></view>\r\n\t\t<view class=\"shape shape4\"></view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tname: 'loading1',\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style scoped=\"true\">\r\n.container {\r\n width: 30px;\r\n height: 30px;\r\n position: relative;\r\n}\r\n.container.loading1 {\r\n -webkit-transform: rotate(45deg);\r\n transform: rotate(45deg);\r\n}\r\n\r\n.container .shape {\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n border-radius: 1px;\r\n}\r\n.container .shape.shape1 {\r\n left: 0;\r\n background-color: #1890FF;\r\n}\r\n.container .shape.shape2 {\r\n right: 0;\r\n background-color: #91CB74;\r\n}\r\n.container .shape.shape3 {\r\n bottom: 0;\r\n background-color: #FAC858;\r\n}\r\n.container .shape.shape4 {\r\n bottom: 0;\r\n right: 0;\r\n background-color: #EE6666;\r\n}\r\n\r\n.loading1 .shape1 {\r\n -webkit-animation: animation1shape1 0.5s ease 0s infinite alternate;\r\n animation: animation1shape1 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, 16px);\r\n transform: translate(16px, 16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, 16px);\r\n transform: translate(16px, 16px);\r\n }\r\n}\r\n.loading1 .shape2 {\r\n -webkit-animation: animation1shape2 0.5s ease 0s infinite alternate;\r\n animation: animation1shape2 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, 16px);\r\n transform: translate(-16px, 16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, 16px);\r\n transform: translate(-16px, 16px);\r\n }\r\n}\r\n.loading1 .shape3 {\r\n -webkit-animation: animation1shape3 0.5s ease 0s infinite alternate;\r\n animation: animation1shape3 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, -16px);\r\n transform: translate(16px, -16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(16px, -16px);\r\n transform: translate(16px, -16px);\r\n }\r\n}\r\n.loading1 .shape4 {\r\n -webkit-animation: animation1shape4 0.5s ease 0s infinite alternate;\r\n animation: animation1shape4 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation1shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, -16px);\r\n transform: translate(-16px, -16px);\r\n }\r\n}\r\n\r\n@keyframes animation1shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-16px, -16px);\r\n transform: translate(-16px, -16px);\r\n }\r\n}\r\n\r\n\r\n</style>\r\n","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/loading1.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAUC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AACN,WAAO;EAGR;AACD;;;;;AChBD,GAAG,gBAAgB,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"loading2.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/loading2.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC91bmlfbW9kdWxlcy9xaXVuLWRhdGEtY2hhcnRzL2NvbXBvbmVudHMvcWl1bi1sb2FkaW5nL2xvYWRpbmcyLnZ1ZQ"],"sourcesContent":["<template>\r\n\t <view class=\"container loading2\">\r\n\t\t<view class=\"shape shape1\"></view>\r\n\t\t<view class=\"shape shape2\"></view>\r\n\t\t<view class=\"shape shape3\"></view>\r\n\t\t<view class=\"shape shape4\"></view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tname: 'loading2',\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style scoped=\"true\">\r\n.container {\r\n width: 30px;\r\n height: 30px;\r\n position: relative;\r\n}\r\n\r\n.container.loading2 {\r\n -webkit-transform: rotate(10deg);\r\n transform: rotate(10deg);\r\n}\r\n.container.loading2 .shape {\r\n border-radius: 5px;\r\n}\r\n.container.loading2{\r\n -webkit-animation: rotation 1s infinite;\r\n animation: rotation 1s infinite;\r\n}\r\n\r\n.container .shape {\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n border-radius: 1px;\r\n}\r\n.container .shape.shape1 {\r\n left: 0;\r\n background-color: #1890FF;\r\n}\r\n.container .shape.shape2 {\r\n right: 0;\r\n background-color: #91CB74;\r\n}\r\n.container .shape.shape3 {\r\n bottom: 0;\r\n background-color: #FAC858;\r\n}\r\n.container .shape.shape4 {\r\n bottom: 0;\r\n right: 0;\r\n background-color: #EE6666;\r\n}\r\n\r\n\r\n.loading2 .shape1 {\r\n -webkit-animation: animation2shape1 0.5s ease 0s infinite alternate;\r\n animation: animation2shape1 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, 20px);\r\n transform: translate(20px, 20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, 20px);\r\n transform: translate(20px, 20px);\r\n }\r\n}\r\n.loading2 .shape2 {\r\n -webkit-animation: animation2shape2 0.5s ease 0s infinite alternate;\r\n animation: animation2shape2 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, 20px);\r\n transform: translate(-20px, 20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, 20px);\r\n transform: translate(-20px, 20px);\r\n }\r\n}\r\n.loading2 .shape3 {\r\n -webkit-animation: animation2shape3 0.5s ease 0s infinite alternate;\r\n animation: animation2shape3 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, -20px);\r\n transform: translate(20px, -20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, -20px);\r\n transform: translate(20px, -20px);\r\n }\r\n}\r\n.loading2 .shape4 {\r\n -webkit-animation: animation2shape4 0.5s ease 0s infinite alternate;\r\n animation: animation2shape4 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, -20px);\r\n transform: translate(-20px, -20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, -20px);\r\n transform: translate(-20px, -20px);\r\n }\r\n}\r\n\r\n</style>\r\n","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/loading2.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAUC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AACN,WAAO;EAGR;AACD;;;;;AChBD,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"loading2.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/loading2.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3VuaV9tb2R1bGVzL3FpdW4tZGF0YS1jaGFydHMvY29tcG9uZW50cy9xaXVuLWxvYWRpbmcvbG9hZGluZzIudnVl"],"sourcesContent":["<template>\r\n\t <view class=\"container loading2\">\r\n\t\t<view class=\"shape shape1\"></view>\r\n\t\t<view class=\"shape shape2\"></view>\r\n\t\t<view class=\"shape shape3\"></view>\r\n\t\t<view class=\"shape shape4\"></view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tname: 'loading2',\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style scoped=\"true\">\r\n.container {\r\n width: 30px;\r\n height: 30px;\r\n position: relative;\r\n}\r\n\r\n.container.loading2 {\r\n -webkit-transform: rotate(10deg);\r\n transform: rotate(10deg);\r\n}\r\n.container.loading2 .shape {\r\n border-radius: 5px;\r\n}\r\n.container.loading2{\r\n -webkit-animation: rotation 1s infinite;\r\n animation: rotation 1s infinite;\r\n}\r\n\r\n.container .shape {\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n border-radius: 1px;\r\n}\r\n.container .shape.shape1 {\r\n left: 0;\r\n background-color: #1890FF;\r\n}\r\n.container .shape.shape2 {\r\n right: 0;\r\n background-color: #91CB74;\r\n}\r\n.container .shape.shape3 {\r\n bottom: 0;\r\n background-color: #FAC858;\r\n}\r\n.container .shape.shape4 {\r\n bottom: 0;\r\n right: 0;\r\n background-color: #EE6666;\r\n}\r\n\r\n\r\n.loading2 .shape1 {\r\n -webkit-animation: animation2shape1 0.5s ease 0s infinite alternate;\r\n animation: animation2shape1 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, 20px);\r\n transform: translate(20px, 20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, 20px);\r\n transform: translate(20px, 20px);\r\n }\r\n}\r\n.loading2 .shape2 {\r\n -webkit-animation: animation2shape2 0.5s ease 0s infinite alternate;\r\n animation: animation2shape2 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, 20px);\r\n transform: translate(-20px, 20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, 20px);\r\n transform: translate(-20px, 20px);\r\n }\r\n}\r\n.loading2 .shape3 {\r\n -webkit-animation: animation2shape3 0.5s ease 0s infinite alternate;\r\n animation: animation2shape3 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, -20px);\r\n transform: translate(20px, -20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(20px, -20px);\r\n transform: translate(20px, -20px);\r\n }\r\n}\r\n.loading2 .shape4 {\r\n -webkit-animation: animation2shape4 0.5s ease 0s infinite alternate;\r\n animation: animation2shape4 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation2shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, -20px);\r\n transform: translate(-20px, -20px);\r\n }\r\n}\r\n\r\n@keyframes animation2shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-20px, -20px);\r\n transform: translate(-20px, -20px);\r\n }\r\n}\r\n\r\n</style>\r\n","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/loading2.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAUC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AACN,WAAO;EAGR;AACD;;;;;AChBD,GAAG,gBAAgB,SAAS;"}
|
||||
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"loading3.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/loading3.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC91bmlfbW9kdWxlcy9xaXVuLWRhdGEtY2hhcnRzL2NvbXBvbmVudHMvcWl1bi1sb2FkaW5nL2xvYWRpbmczLnZ1ZQ"],"sourcesContent":["<template>\r\n\t <view class=\"container loading3\">\r\n\t\t<view class=\"shape shape1\"></view>\r\n\t\t<view class=\"shape shape2\"></view>\r\n\t\t<view class=\"shape shape3\"></view>\r\n\t\t<view class=\"shape shape4\"></view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tname: 'loading3',\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style scoped=\"true\">\r\n.container {\r\n width: 30px;\r\n height: 30px;\r\n position: relative;\r\n}\r\n\r\n .container.loading3 {\r\n -webkit-animation: rotation 1s infinite;\r\n animation: rotation 1s infinite;\r\n}\r\n.container.loading3 .shape1 {\r\n border-top-left-radius: 10px;\r\n}\r\n.container.loading3 .shape2 {\r\n border-top-right-radius: 10px;\r\n}\r\n.container.loading3 .shape3 {\r\n border-bottom-left-radius: 10px;\r\n}\r\n.container.loading3 .shape4 {\r\n border-bottom-right-radius: 10px;\r\n}\r\n\r\n.container .shape {\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n border-radius: 1px;\r\n}\r\n.container .shape.shape1 {\r\n left: 0;\r\n background-color: #1890FF;\r\n}\r\n.container .shape.shape2 {\r\n right: 0;\r\n background-color: #91CB74;\r\n}\r\n.container .shape.shape3 {\r\n bottom: 0;\r\n background-color: #FAC858;\r\n}\r\n.container .shape.shape4 {\r\n bottom: 0;\r\n right: 0;\r\n background-color: #EE6666;\r\n}\r\n\r\n.loading3 .shape1 {\r\n -webkit-animation: animation3shape1 0.5s ease 0s infinite alternate;\r\n animation: animation3shape1 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, 5px);\r\n transform: translate(5px, 5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, 5px);\r\n transform: translate(5px, 5px);\r\n }\r\n}\r\n.loading3 .shape2 {\r\n -webkit-animation: animation3shape2 0.5s ease 0s infinite alternate;\r\n animation: animation3shape2 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, 5px);\r\n transform: translate(-5px, 5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, 5px);\r\n transform: translate(-5px, 5px);\r\n }\r\n}\r\n.loading3 .shape3 {\r\n -webkit-animation: animation3shape3 0.5s ease 0s infinite alternate;\r\n animation: animation3shape3 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, -5px);\r\n transform: translate(5px, -5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, -5px);\r\n transform: translate(5px, -5px);\r\n }\r\n}\r\n.loading3 .shape4 {\r\n -webkit-animation: animation3shape4 0.5s ease 0s infinite alternate;\r\n animation: animation3shape4 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, -5px);\r\n transform: translate(-5px, -5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, -5px);\r\n transform: translate(-5px, -5px);\r\n }\r\n}\r\n</style>\r\n","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/loading3.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAUC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AACN,WAAO;EAGR;AACD;;;;;AChBD,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"loading3.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/loading3.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3VuaV9tb2R1bGVzL3FpdW4tZGF0YS1jaGFydHMvY29tcG9uZW50cy9xaXVuLWxvYWRpbmcvbG9hZGluZzMudnVl"],"sourcesContent":["<template>\r\n\t <view class=\"container loading3\">\r\n\t\t<view class=\"shape shape1\"></view>\r\n\t\t<view class=\"shape shape2\"></view>\r\n\t\t<view class=\"shape shape3\"></view>\r\n\t\t<view class=\"shape shape4\"></view>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\texport default {\r\n\t\tname: 'loading3',\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t}\r\n\t}\r\n</script>\r\n\r\n<style scoped=\"true\">\r\n.container {\r\n width: 30px;\r\n height: 30px;\r\n position: relative;\r\n}\r\n\r\n .container.loading3 {\r\n -webkit-animation: rotation 1s infinite;\r\n animation: rotation 1s infinite;\r\n}\r\n.container.loading3 .shape1 {\r\n border-top-left-radius: 10px;\r\n}\r\n.container.loading3 .shape2 {\r\n border-top-right-radius: 10px;\r\n}\r\n.container.loading3 .shape3 {\r\n border-bottom-left-radius: 10px;\r\n}\r\n.container.loading3 .shape4 {\r\n border-bottom-right-radius: 10px;\r\n}\r\n\r\n.container .shape {\r\n position: absolute;\r\n width: 10px;\r\n height: 10px;\r\n border-radius: 1px;\r\n}\r\n.container .shape.shape1 {\r\n left: 0;\r\n background-color: #1890FF;\r\n}\r\n.container .shape.shape2 {\r\n right: 0;\r\n background-color: #91CB74;\r\n}\r\n.container .shape.shape3 {\r\n bottom: 0;\r\n background-color: #FAC858;\r\n}\r\n.container .shape.shape4 {\r\n bottom: 0;\r\n right: 0;\r\n background-color: #EE6666;\r\n}\r\n\r\n.loading3 .shape1 {\r\n -webkit-animation: animation3shape1 0.5s ease 0s infinite alternate;\r\n animation: animation3shape1 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, 5px);\r\n transform: translate(5px, 5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape1 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, 5px);\r\n transform: translate(5px, 5px);\r\n }\r\n}\r\n.loading3 .shape2 {\r\n -webkit-animation: animation3shape2 0.5s ease 0s infinite alternate;\r\n animation: animation3shape2 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, 5px);\r\n transform: translate(-5px, 5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape2 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, 5px);\r\n transform: translate(-5px, 5px);\r\n }\r\n}\r\n.loading3 .shape3 {\r\n -webkit-animation: animation3shape3 0.5s ease 0s infinite alternate;\r\n animation: animation3shape3 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, -5px);\r\n transform: translate(5px, -5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape3 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(5px, -5px);\r\n transform: translate(5px, -5px);\r\n }\r\n}\r\n.loading3 .shape4 {\r\n -webkit-animation: animation3shape4 0.5s ease 0s infinite alternate;\r\n animation: animation3shape4 0.5s ease 0s infinite alternate;\r\n}\r\n\r\n@-webkit-keyframes animation3shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, -5px);\r\n transform: translate(-5px, -5px);\r\n }\r\n}\r\n\r\n@keyframes animation3shape4 {\r\n from {\r\n -webkit-transform: translate(0, 0);\r\n transform: translate(0, 0);\r\n }\r\n to {\r\n -webkit-transform: translate(-5px, -5px);\r\n transform: translate(-5px, -5px);\r\n }\r\n}\r\n</style>\r\n","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/loading3.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAUC,MAAK,YAAU;AAAA,EACd,MAAM;AAAA,EACN,OAAO;AACN,WAAO;EAGR;AACD;;;;;AChBD,GAAG,gBAAgB,SAAS;"}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"qiun-loading.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/qiun-loading.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC91bmlfbW9kdWxlcy9xaXVuLWRhdGEtY2hhcnRzL2NvbXBvbmVudHMvcWl1bi1sb2FkaW5nL3FpdW4tbG9hZGluZy52dWU"],"sourcesContent":["<template>\r\n\t<view>\r\n\t <Loading1 v-if=\"loadingType==1\"/>\r\n\t <Loading2 v-if=\"loadingType==2\"/>\r\n\t <Loading3 v-if=\"loadingType==3\"/>\r\n\t <Loading4 v-if=\"loadingType==4\"/>\r\n\t <Loading5 v-if=\"loadingType==5\"/>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\timport Loading1 from \"./loading1.vue\";\r\n\timport Loading2 from \"./loading2.vue\";\r\n\timport Loading3 from \"./loading3.vue\";\r\n\timport Loading4 from \"./loading4.vue\";\r\n\timport Loading5 from \"./loading5.vue\";\r\n\texport default {\r\n\t\tcomponents:{Loading1,Loading2,Loading3,Loading4,Loading5},\r\n\t\tname: 'qiun-loading',\r\n\t\tprops: {\r\n\t\t\tloadingType: {\r\n\t\t\t\ttype: Number,\r\n\t\t\t\tdefault: 2\r\n\t\t\t},\r\n\t\t},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t},\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\r\n</style>\r\n","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/qiun-loading.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAWC,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,MAAK,YAAU;AAAA,EACd,YAAW,EAAC,UAAS,UAAS,UAAS,UAAS,SAAQ;AAAA,EACxD,MAAM;AAAA,EACN,OAAO;AAAA,IACN,aAAa;AAAA,MACZ,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,EACD;AAAA,EACD,OAAO;AACN,WAAO;EAGP;AACF;;;;;;;;;;;;;;;;;;;;;;;AC7BD,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"qiun-loading.js","sources":["uni_modules/qiun-data-charts/components/qiun-loading/qiun-loading.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3VuaV9tb2R1bGVzL3FpdW4tZGF0YS1jaGFydHMvY29tcG9uZW50cy9xaXVuLWxvYWRpbmcvcWl1bi1sb2FkaW5nLnZ1ZQ"],"sourcesContent":["<template>\r\n\t<view>\r\n\t <Loading1 v-if=\"loadingType==1\"/>\r\n\t <Loading2 v-if=\"loadingType==2\"/>\r\n\t <Loading3 v-if=\"loadingType==3\"/>\r\n\t <Loading4 v-if=\"loadingType==4\"/>\r\n\t <Loading5 v-if=\"loadingType==5\"/>\r\n\t</view>\r\n</template>\r\n\r\n<script>\r\n\timport Loading1 from \"./loading1.vue\";\r\n\timport Loading2 from \"./loading2.vue\";\r\n\timport Loading3 from \"./loading3.vue\";\r\n\timport Loading4 from \"./loading4.vue\";\r\n\timport Loading5 from \"./loading5.vue\";\r\n\texport default {\r\n\t\tcomponents:{Loading1,Loading2,Loading3,Loading4,Loading5},\r\n\t\tname: 'qiun-loading',\r\n\t\tprops: {\r\n\t\t\tloadingType: {\r\n\t\t\t\ttype: Number,\r\n\t\t\t\tdefault: 2\r\n\t\t\t},\r\n\t\t},\r\n\t\tdata() {\r\n\t\t\treturn {\r\n\t\t\t\t\r\n\t\t\t};\r\n\t\t},\r\n\t}\r\n</script>\r\n\r\n<style>\r\n\r\n</style>\r\n","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/uni_modules/qiun-data-charts/components/qiun-loading/qiun-loading.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;AAWC,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,iBAAiB,MAAW;AAC5B,MAAK,YAAU;AAAA,EACd,YAAW,EAAC,UAAS,UAAS,UAAS,UAAS,SAAQ;AAAA,EACxD,MAAM;AAAA,EACN,OAAO;AAAA,IACN,aAAa;AAAA,MACZ,MAAM;AAAA,MACN,SAAS;AAAA,IACT;AAAA,EACD;AAAA,EACD,OAAO;AACN,WAAO;EAGP;AACF;;;;;;;;;;;;;;;;;;;;;;;AC7BD,GAAG,gBAAgB,SAAS;"}
|
||||
unpackage/dist/dev/.sourcemap/mp-weixin/uni_modules/qiun-data-charts/js_sdk/u-charts/u-charts.js.map
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"u-cell-group.js","sources":["uni_modules/uview-pro/components/u-cell-group/u-cell-group.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC91bmlfbW9kdWxlcy91dmlldy1wcm8vY29tcG9uZW50cy91LWNlbGwtZ3JvdXAvdS1jZWxsLWdyb3VwLnZ1ZQ"],"sourcesContent":["<template>\r\n <view class=\"u-cell-box\" :class=\"customClass\" :style=\"$u.toStyle(customStyle)\">\r\n <view class=\"u-cell-title\" v-if=\"title\" :style=\"[titleStyle]\">\r\n {{ title }}\r\n </view>\r\n <view class=\"u-cell-item-box\" :class=\"{ 'u-border-bottom u-border-top': border }\">\r\n <slot />\r\n </view>\r\n </view>\r\n</template>\r\n\r\n<script lang=\"ts\">\r\nexport default {\r\n name: 'u-cell-group',\r\n options: {\r\n addGlobalClass: true,\r\n\r\n virtualHost: true,\r\n\r\n styleIsolation: 'shared'\r\n }\r\n};\r\n</script>\r\n\r\n<script setup lang=\"ts\">\r\nimport { CellGroupProps } from './types';\r\nimport { $u } from '../..';\r\n\r\n/**\r\n * cellGroup 单元格父组件Group\r\n * @description cell单元格一般用于一组列表的情况,比如个人中心页,设置页等。搭配u-cell-item\r\n * @tutorial https://uviewpro.cn/zh/components/cell.html\r\n * @property {String} title 分组标题\r\n * @property {Boolean} border 是否显示外边框(默认true)\r\n * @property {Object} title-style 分组标题的的样式,对象形式,如{'font-size': '24rpx'} 或 {'fontSize': '24rpx'}\r\n * @example <u-cell-group title=\"设置喜好\">\r\n */\r\n\r\ndefineProps(CellGroupProps);\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n@import '../../libs/css/style.components.scss';\r\n\r\n.u-cell-box {\r\n width: 100%;\r\n}\r\n\r\n.u-cell-title {\r\n padding: 30rpx 32rpx 10rpx 32rpx;\r\n font-size: 30rpx;\r\n text-align: left;\r\n color: $u-tips-color;\r\n}\r\n\r\n.u-cell-item-box {\r\n background-color: var(--u-bg-white);\r\n flex-direction: row;\r\n}\r\n</style>\r\n","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/uni_modules/uview-pro/components/u-cell-group/u-cell-group.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;;AAYA,MAAA,cAAe;AAAA,EACX,MAAM;AAAA,EACN,SAAS;AAAA,IACL,gBAAgB;AAAA,IAEhB,aAAa;AAAA,IAEb,gBAAgB;AAAA,EACpB;AACJ;;;;;;;;;;;;;;;;;;;;ACpBA,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"u-cell-group.js","sources":["uni_modules/uview-pro/components/u-cell-group/u-cell-group.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3VuaV9tb2R1bGVzL3V2aWV3LXByby9jb21wb25lbnRzL3UtY2VsbC1ncm91cC91LWNlbGwtZ3JvdXAudnVl"],"sourcesContent":["<template>\r\n <view class=\"u-cell-box\" :class=\"customClass\" :style=\"$u.toStyle(customStyle)\">\r\n <view class=\"u-cell-title\" v-if=\"title\" :style=\"[titleStyle]\">\r\n {{ title }}\r\n </view>\r\n <view class=\"u-cell-item-box\" :class=\"{ 'u-border-bottom u-border-top': border }\">\r\n <slot />\r\n </view>\r\n </view>\r\n</template>\r\n\r\n<script lang=\"ts\">\r\nexport default {\r\n name: 'u-cell-group',\r\n options: {\r\n addGlobalClass: true,\r\n\r\n virtualHost: true,\r\n\r\n styleIsolation: 'shared'\r\n }\r\n};\r\n</script>\r\n\r\n<script setup lang=\"ts\">\r\nimport { CellGroupProps } from './types';\r\nimport { $u } from '../..';\r\n\r\n/**\r\n * cellGroup 单元格父组件Group\r\n * @description cell单元格一般用于一组列表的情况,比如个人中心页,设置页等。搭配u-cell-item\r\n * @tutorial https://uviewpro.cn/zh/components/cell.html\r\n * @property {String} title 分组标题\r\n * @property {Boolean} border 是否显示外边框(默认true)\r\n * @property {Object} title-style 分组标题的的样式,对象形式,如{'font-size': '24rpx'} 或 {'fontSize': '24rpx'}\r\n * @example <u-cell-group title=\"设置喜好\">\r\n */\r\n\r\ndefineProps(CellGroupProps);\r\n</script>\r\n\r\n<style lang=\"scss\" scoped>\r\n@import '../../libs/css/style.components.scss';\r\n\r\n.u-cell-box {\r\n width: 100%;\r\n}\r\n\r\n.u-cell-title {\r\n padding: 30rpx 32rpx 10rpx 32rpx;\r\n font-size: 30rpx;\r\n text-align: left;\r\n color: $u-tips-color;\r\n}\r\n\r\n.u-cell-item-box {\r\n background-color: var(--u-bg-white);\r\n flex-direction: row;\r\n}\r\n</style>\r\n","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/uni_modules/uview-pro/components/u-cell-group/u-cell-group.vue'\nwx.createComponent(Component)"],"names":[],"mappings":";;;;;;AAYA,MAAA,cAAe;AAAA,EACX,MAAM;AAAA,EACN,SAAS;AAAA,IACL,gBAAgB;AAAA,IAEhB,aAAa;AAAA,IAEb,gBAAgB;AAAA,EACpB;AACJ;;;;;;;;;;;;;;;;;;;;ACpBA,GAAG,gBAAgB,SAAS;"}
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"u-grid-item.js","sources":["uni_modules/uview-pro/components/u-grid-item/u-grid-item.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC91bmlfbW9kdWxlcy91dmlldy1wcm8vY29tcG9uZW50cy91LWdyaWQtaXRlbS91LWdyaWQtaXRlbS52dWU"],"sourcesContent":["<template>\r\n <view\r\n class=\"u-grid-item\"\r\n :class=\"customClass\"\r\n :hover-class=\"hoverClass\"\r\n :hover-stay-time=\"200\"\r\n @tap=\"click\"\r\n :style=\"\r\n $u.toStyle(\r\n {\r\n background: bgColor,\r\n width: width\r\n },\r\n customStyle\r\n )\r\n \"\r\n >\r\n <view class=\"u-grid-item-box\" :style=\"[customStyle]\" :class=\"[border ? 'u-border-right u-border-bottom' : '']\">\r\n <slot />\r\n </view>\r\n </view>\r\n</template>\r\n\r\n<script lang=\"ts\">\r\nexport default {\r\n name: 'u-grid-item',\r\n options: {\r\n addGlobalClass: true,\r\n\r\n virtualHost: true,\r\n\r\n styleIsolation: 'shared'\r\n }\r\n};\r\n</script>\r\n\r\n<script setup lang=\"ts\">\r\nimport { GridItemProps } from './types';\r\nimport { computed } from 'vue';\r\nimport { $u, useChildren } from '../..';\r\n\r\n/**\r\n * gridItem 宫格项\r\n * @description 宫格组件一般用于同时展示多个同类项目的场景,可以给宫格的项目设置徽标组件(badge),或者图标等,也可以扩展为左右滑动的轮播形式。搭配u-grid使用\r\n * @tutorial https://uviewpro.cn/zh/components/grid.html\r\n * @property {String} bg-color 宫格的背景颜色(默认var(--u-bg-white))\r\n * @property {String|Number} index 点击宫格时,返回的值\r\n * @property {Object} custom-style 自定义样式,对象形式\r\n * @event {Function} click 点击宫格触发\r\n * @example <u-grid-item></u-grid-item>\r\n */\r\n\r\nconst props = defineProps(GridItemProps);\r\nconst { parentExposed } = useChildren('u-grid-item', 'u-grid');\r\nconst emit = defineEmits(['click']);\r\n\r\n// 宫格按压时的样式类,\"none\"为无效果\r\nconst hoverClass = computed(() => {\r\n return parentExposed?.value?.props?.hoverClass ?? '';\r\n});\r\n\r\n// 是否显示边框\r\nconst border = computed(() => {\r\n return parentExposed?.value?.props?.border ?? true;\r\n});\r\n\r\n// 分成几列\r\nconst col = computed(() => {\r\n return parentExposed?.value?.props?.col ?? 3;\r\n});\r\n\r\n// 计算每个grid-item的宽度\r\nconst width = computed(() => 100 / Number(col.value) + '%');\r\n\r\n/**\r\n * 点击宫格\r\n */\r\nfunction click() {\r\n emit('click', props.index);\r\n parentExposed?.value?.click(props.index);\r\n}\r\n\r\ndefineExpose({ click });\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import '../../libs/css/style.components.scss';\r\n\r\n.u-grid-item {\r\n box-sizing: border-box;\r\n background-color: var(--u-bg-white);\r\n @include vue-flex;\r\n align-items: center;\r\n justify-content: center;\r\n position: relative;\r\n flex-direction: column;\r\n\r\n\r\n position: relative;\r\n float: left;\r\n\r\n}\r\n\r\n.u-grid-item-hover {\r\n background: var(--u-bg-gray-light) !important;\r\n}\r\n\r\n.u-grid-marker-box {\r\n position: absolute;\r\n\r\n display: inline-flex;\r\n\r\n line-height: 0;\r\n}\r\n\r\n.u-grid-marker-wrap {\r\n position: absolute;\r\n}\r\n\r\n.u-grid-item-box {\r\n padding: 30rpx 0;\r\n @include vue-flex;\r\n align-items: center;\r\n justify-content: center;\r\n flex-direction: column;\r\n flex: 1;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n</style>\r\n","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/uni_modules/uview-pro/components/u-grid-item/u-grid-item.vue'\nwx.createComponent(Component)"],"names":["useChildren","computed"],"mappings":";;;;;;;AAwBA,MAAA,cAAe;AAAA,EACX,MAAM;AAAA,EACN,SAAS;AAAA,IACL,gBAAgB;AAAA,IAEhB,aAAa;AAAA,IAEb,gBAAgB;AAAA,EACpB;AACJ;;;;;;AAmBA,UAAM,QAAQ;AACd,UAAM,EAAE,cAAkB,IAAAA,gDAAA,YAAY,eAAe,QAAQ;AAC7D,UAAM,OAAO;AAGP,UAAA,aAAaC,cAAAA,SAAS,MAAM;;AACvB,eAAA,0DAAe,UAAf,mBAAsB,UAAtB,mBAA6B,eAAc;AAAA,IAAA,CACrD;AAGK,UAAA,SAASA,cAAAA,SAAS,MAAM;;AACnB,eAAA,0DAAe,UAAf,mBAAsB,UAAtB,mBAA6B,WAAU;AAAA,IAAA,CACjD;AAGK,UAAA,MAAMA,cAAAA,SAAS,MAAM;;AAChB,eAAA,0DAAe,UAAf,mBAAsB,UAAtB,mBAA6B,QAAO;AAAA,IAAA,CAC9C;AAGK,UAAA,QAAQA,uBAAS,MAAM,MAAM,OAAO,IAAI,KAAK,IAAI,GAAG;AAK1D,aAAS,QAAQ;;AACR,WAAA,SAAS,MAAM,KAAK;AACV,2DAAA,UAAA,mBAAO,MAAM,MAAM;AAAA,IACtC;AAEa,aAAA,EAAE,OAAO;;;;;;;;;;;;;;;;;ACjFtB,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"u-grid-item.js","sources":["uni_modules/uview-pro/components/u-grid-item/u-grid-item.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3VuaV9tb2R1bGVzL3V2aWV3LXByby9jb21wb25lbnRzL3UtZ3JpZC1pdGVtL3UtZ3JpZC1pdGVtLnZ1ZQ"],"sourcesContent":["<template>\r\n <view\r\n class=\"u-grid-item\"\r\n :class=\"customClass\"\r\n :hover-class=\"hoverClass\"\r\n :hover-stay-time=\"200\"\r\n @tap=\"click\"\r\n :style=\"\r\n $u.toStyle(\r\n {\r\n background: bgColor,\r\n width: width\r\n },\r\n customStyle\r\n )\r\n \"\r\n >\r\n <view class=\"u-grid-item-box\" :style=\"[customStyle]\" :class=\"[border ? 'u-border-right u-border-bottom' : '']\">\r\n <slot />\r\n </view>\r\n </view>\r\n</template>\r\n\r\n<script lang=\"ts\">\r\nexport default {\r\n name: 'u-grid-item',\r\n options: {\r\n addGlobalClass: true,\r\n\r\n virtualHost: true,\r\n\r\n styleIsolation: 'shared'\r\n }\r\n};\r\n</script>\r\n\r\n<script setup lang=\"ts\">\r\nimport { GridItemProps } from './types';\r\nimport { computed } from 'vue';\r\nimport { $u, useChildren } from '../..';\r\n\r\n/**\r\n * gridItem 宫格项\r\n * @description 宫格组件一般用于同时展示多个同类项目的场景,可以给宫格的项目设置徽标组件(badge),或者图标等,也可以扩展为左右滑动的轮播形式。搭配u-grid使用\r\n * @tutorial https://uviewpro.cn/zh/components/grid.html\r\n * @property {String} bg-color 宫格的背景颜色(默认var(--u-bg-white))\r\n * @property {String|Number} index 点击宫格时,返回的值\r\n * @property {Object} custom-style 自定义样式,对象形式\r\n * @event {Function} click 点击宫格触发\r\n * @example <u-grid-item></u-grid-item>\r\n */\r\n\r\nconst props = defineProps(GridItemProps);\r\nconst { parentExposed } = useChildren('u-grid-item', 'u-grid');\r\nconst emit = defineEmits(['click']);\r\n\r\n// 宫格按压时的样式类,\"none\"为无效果\r\nconst hoverClass = computed(() => {\r\n return parentExposed?.value?.props?.hoverClass ?? '';\r\n});\r\n\r\n// 是否显示边框\r\nconst border = computed(() => {\r\n return parentExposed?.value?.props?.border ?? true;\r\n});\r\n\r\n// 分成几列\r\nconst col = computed(() => {\r\n return parentExposed?.value?.props?.col ?? 3;\r\n});\r\n\r\n// 计算每个grid-item的宽度\r\nconst width = computed(() => 100 / Number(col.value) + '%');\r\n\r\n/**\r\n * 点击宫格\r\n */\r\nfunction click() {\r\n emit('click', props.index);\r\n parentExposed?.value?.click(props.index);\r\n}\r\n\r\ndefineExpose({ click });\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import '../../libs/css/style.components.scss';\r\n\r\n.u-grid-item {\r\n box-sizing: border-box;\r\n background-color: var(--u-bg-white);\r\n @include vue-flex;\r\n align-items: center;\r\n justify-content: center;\r\n position: relative;\r\n flex-direction: column;\r\n\r\n\r\n position: relative;\r\n float: left;\r\n\r\n}\r\n\r\n.u-grid-item-hover {\r\n background: var(--u-bg-gray-light) !important;\r\n}\r\n\r\n.u-grid-marker-box {\r\n position: absolute;\r\n\r\n display: inline-flex;\r\n\r\n line-height: 0;\r\n}\r\n\r\n.u-grid-marker-wrap {\r\n position: absolute;\r\n}\r\n\r\n.u-grid-item-box {\r\n padding: 30rpx 0;\r\n @include vue-flex;\r\n align-items: center;\r\n justify-content: center;\r\n flex-direction: column;\r\n flex: 1;\r\n width: 100%;\r\n height: 100%;\r\n}\r\n</style>\r\n","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/uni_modules/uview-pro/components/u-grid-item/u-grid-item.vue'\nwx.createComponent(Component)"],"names":["useChildren","computed"],"mappings":";;;;;;;AAwBA,MAAA,cAAe;AAAA,EACX,MAAM;AAAA,EACN,SAAS;AAAA,IACL,gBAAgB;AAAA,IAEhB,aAAa;AAAA,IAEb,gBAAgB;AAAA,EACpB;AACJ;;;;;;AAmBA,UAAM,QAAQ;AACd,UAAM,EAAE,cAAkB,IAAAA,gDAAA,YAAY,eAAe,QAAQ;AAC7D,UAAM,OAAO;AAGP,UAAA,aAAaC,cAAAA,SAAS,MAAM;;AACvB,eAAA,0DAAe,UAAf,mBAAsB,UAAtB,mBAA6B,eAAc;AAAA,IAAA,CACrD;AAGK,UAAA,SAASA,cAAAA,SAAS,MAAM;;AACnB,eAAA,0DAAe,UAAf,mBAAsB,UAAtB,mBAA6B,WAAU;AAAA,IAAA,CACjD;AAGK,UAAA,MAAMA,cAAAA,SAAS,MAAM;;AAChB,eAAA,0DAAe,UAAf,mBAAsB,UAAtB,mBAA6B,QAAO;AAAA,IAAA,CAC9C;AAGK,UAAA,QAAQA,uBAAS,MAAM,MAAM,OAAO,IAAI,KAAK,IAAI,GAAG;AAK1D,aAAS,QAAQ;;AACR,WAAA,SAAS,MAAM,KAAK;AACV,2DAAA,UAAA,mBAAO,MAAM,MAAM;AAAA,IACtC;AAEa,aAAA,EAAE,OAAO;;;;;;;;;;;;;;;;;ACjFtB,GAAG,gBAAgB,SAAS;"}
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
{"version":3,"file":"u-grid.js","sources":["uni_modules/uview-pro/components/u-grid/u-grid.vue","D:/Development Kit/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RTovQ09NUEFOWVBST0pFQ1QvQVBQL0NOQ0VDX0FQUC91bmlfbW9kdWxlcy91dmlldy1wcm8vY29tcG9uZW50cy91LWdyaWQvdS1ncmlkLnZ1ZQ"],"sourcesContent":["<template>\r\n <view\r\n class=\"u-grid\"\r\n :class=\"{ 'u-border-top u-border-left': border, customClass }\"\r\n :style=\"$u.toStyle(gridStyle, customStyle)\"\r\n >\r\n <slot />\r\n </view>\r\n</template>\r\n\r\n<script lang=\"ts\">\r\nexport default {\r\n name: 'u-grid',\r\n options: {\r\n addGlobalClass: true,\r\n\r\n virtualHost: true,\r\n\r\n styleIsolation: 'shared'\r\n }\r\n};\r\n</script>\r\n\r\n<script setup lang=\"ts\">\r\nimport { useParent, $u } from '../../';\r\nimport { GridProps } from './types';\r\nimport { computed } from 'vue';\r\n\r\n/**\r\n * grid 宫格布局\r\n * @description 宫格组件一般用于同时展示多个同类项目的场景,可以给宫格的项目设置徽标组件(badge),或者图标等,也可以扩展为左右滑动的轮播形式。\r\n * @tutorial https://uviewpro.cn/zh/components/grid.html\r\n * @property {String|Number} col 宫格的列数(默认3)\r\n * @property {Boolean} border 是否显示宫格的边框(默认true)\r\n * @property {Boolean} hover-class 点击宫格的时候,是否显示按下的灰色背景(默认false)\r\n * @event {Function} click 点击宫格触发\r\n * @example <u-grid :col=\"3\" @click=\"click\"></u-grid>\r\n */\r\n\r\nconst props = defineProps(GridProps);\r\nconst emit = defineEmits(['click']);\r\nuseParent('u-grid');\r\n\r\n// 宫格对齐方式\r\nconst gridStyle = computed(() => {\r\n const style: Record<string, string> = {};\r\n switch (props.align) {\r\n case 'left':\r\n style.justifyContent = 'flex-start';\r\n break;\r\n case 'center':\r\n style.justifyContent = 'center';\r\n break;\r\n case 'right':\r\n style.justifyContent = 'flex-end';\r\n break;\r\n default:\r\n style.justifyContent = 'flex-start';\r\n }\r\n return style;\r\n});\r\n\r\n/**\r\n * 点击宫格\r\n * @param index 子项索引\r\n */\r\nfunction click(index: number) {\r\n emit('click', index);\r\n}\r\n\r\ndefineExpose({ click, props });\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import '../../libs/css/style.components.scss';\r\n\r\n.u-grid {\r\n width: 100%;\r\n\tbackground-color: #ffffff;\r\n\r\n position: relative;\r\n box-sizing: border-box;\r\n overflow: hidden;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n}\r\n</style>\r\n","import Component from 'E:/COMPANYPROJECT/APP/CNCEC_APP/uni_modules/uview-pro/components/u-grid/u-grid.vue'\nwx.createComponent(Component)"],"names":["useParent","computed"],"mappings":";;;;;;;AAWA,MAAA,cAAe;AAAA,EACX,MAAM;AAAA,EACN,SAAS;AAAA,IACL,gBAAgB;AAAA,IAEhB,aAAa;AAAA,IAEb,gBAAgB;AAAA,EACpB;AACJ;;;;;;AAmBA,UAAM,QAAQ;AACd,UAAM,OAAO;AACbA,oDAAA,UAAU,QAAQ;AAGZ,UAAA,YAAYC,cAAAA,SAAS,MAAM;AAC7B,YAAM,QAAgC,CAAA;AACtC,cAAQ,MAAM,OAAO;AAAA,QACjB,KAAK;AACD,gBAAM,iBAAiB;AACvB;AAAA,QACJ,KAAK;AACD,gBAAM,iBAAiB;AACvB;AAAA,QACJ,KAAK;AACD,gBAAM,iBAAiB;AACvB;AAAA,QACJ;AACI,gBAAM,iBAAiB;AAAA,MAC/B;AACO,aAAA;AAAA,IAAA,CACV;AAMD,aAAS,MAAM,OAAe;AAC1B,WAAK,SAAS,KAAK;AAAA,IACvB;AAEa,aAAA,EAAE,OAAO,MAAA,CAAO;;;;;;;;;;;ACrE7B,GAAG,gBAAgB,SAAS;"}
|
||||
{"version":3,"file":"u-grid.js","sources":["uni_modules/uview-pro/components/u-grid/u-grid.vue","../../../APP/HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6Jma5oufQ-ebmC9uYmQvQ05DRUNfQVBQL3VuaV9tb2R1bGVzL3V2aWV3LXByby9jb21wb25lbnRzL3UtZ3JpZC91LWdyaWQudnVl"],"sourcesContent":["<template>\r\n <view\r\n class=\"u-grid\"\r\n :class=\"{ 'u-border-top u-border-left': border, customClass }\"\r\n :style=\"$u.toStyle(gridStyle, customStyle)\"\r\n >\r\n <slot />\r\n </view>\r\n</template>\r\n\r\n<script lang=\"ts\">\r\nexport default {\r\n name: 'u-grid',\r\n options: {\r\n addGlobalClass: true,\r\n\r\n virtualHost: true,\r\n\r\n styleIsolation: 'shared'\r\n }\r\n};\r\n</script>\r\n\r\n<script setup lang=\"ts\">\r\nimport { useParent, $u } from '../../';\r\nimport { GridProps } from './types';\r\nimport { computed } from 'vue';\r\n\r\n/**\r\n * grid 宫格布局\r\n * @description 宫格组件一般用于同时展示多个同类项目的场景,可以给宫格的项目设置徽标组件(badge),或者图标等,也可以扩展为左右滑动的轮播形式。\r\n * @tutorial https://uviewpro.cn/zh/components/grid.html\r\n * @property {String|Number} col 宫格的列数(默认3)\r\n * @property {Boolean} border 是否显示宫格的边框(默认true)\r\n * @property {Boolean} hover-class 点击宫格的时候,是否显示按下的灰色背景(默认false)\r\n * @event {Function} click 点击宫格触发\r\n * @example <u-grid :col=\"3\" @click=\"click\"></u-grid>\r\n */\r\n\r\nconst props = defineProps(GridProps);\r\nconst emit = defineEmits(['click']);\r\nuseParent('u-grid');\r\n\r\n// 宫格对齐方式\r\nconst gridStyle = computed(() => {\r\n const style: Record<string, string> = {};\r\n switch (props.align) {\r\n case 'left':\r\n style.justifyContent = 'flex-start';\r\n break;\r\n case 'center':\r\n style.justifyContent = 'center';\r\n break;\r\n case 'right':\r\n style.justifyContent = 'flex-end';\r\n break;\r\n default:\r\n style.justifyContent = 'flex-start';\r\n }\r\n return style;\r\n});\r\n\r\n/**\r\n * 点击宫格\r\n * @param index 子项索引\r\n */\r\nfunction click(index: number) {\r\n emit('click', index);\r\n}\r\n\r\ndefineExpose({ click, props });\r\n</script>\r\n\r\n<style scoped lang=\"scss\">\r\n@import '../../libs/css/style.components.scss';\r\n\r\n.u-grid {\r\n width: 100%;\r\n\tbackground-color: #ffffff;\r\n\r\n position: relative;\r\n box-sizing: border-box;\r\n overflow: hidden;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n}\r\n</style>\r\n","import Component from 'D:/虚拟C盘/nbd/CNCEC_APP/uni_modules/uview-pro/components/u-grid/u-grid.vue'\nwx.createComponent(Component)"],"names":["useParent","computed"],"mappings":";;;;;;;AAWA,MAAA,cAAe;AAAA,EACX,MAAM;AAAA,EACN,SAAS;AAAA,IACL,gBAAgB;AAAA,IAEhB,aAAa;AAAA,IAEb,gBAAgB;AAAA,EACpB;AACJ;;;;;;AAmBA,UAAM,QAAQ;AACd,UAAM,OAAO;AACbA,oDAAA,UAAU,QAAQ;AAGZ,UAAA,YAAYC,cAAAA,SAAS,MAAM;AAC7B,YAAM,QAAgC,CAAA;AACtC,cAAQ,MAAM,OAAO;AAAA,QACjB,KAAK;AACD,gBAAM,iBAAiB;AACvB;AAAA,QACJ,KAAK;AACD,gBAAM,iBAAiB;AACvB;AAAA,QACJ,KAAK;AACD,gBAAM,iBAAiB;AACvB;AAAA,QACJ;AACI,gBAAM,iBAAiB;AAAA,MAC/B;AACO,aAAA;AAAA,IAAA,CACV;AAMD,aAAS,MAAM,OAAe;AAC1B,WAAK,SAAS,KAAK;AAAA,IACvB;AAEa,aAAA,EAAE,OAAO,MAAA,CAAO;;;;;;;;;;;ACrE7B,GAAG,gBAAgB,SAAS;"}
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user