diff --git a/package.json b/package.json
index e0b9a7f5..d46566a5 100644
--- a/package.json
+++ b/package.json
@@ -40,6 +40,7 @@
"@dcloudio/uni-quickapp-native": "^2.0.0-31820210406002",
"@dcloudio/uni-quickapp-webview": "^2.0.0-31820210406002",
"@dcloudio/uni-stat": "^2.0.0-31820210406002",
+ "@dcloudio/uni-ui": "^1.4.19",
"@vue/shared": "^3.0.0",
"axios": "^0.21.1",
"core-js": "^3.11.0",
diff --git a/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue b/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue
index fb38342b..d3551ca9 100644
--- a/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue
+++ b/src/project/saas/AppPropagandaStatistics/AppPropagandaStatistics.vue
@@ -1,7 +1,6 @@
@@ -11,18 +10,36 @@ export default {
appName: '宣发统计',
data() {
return {
-
+ date: '',
+ selected: [{date: '2022-07-08',}],
}
},
onShow() {
document.title = '宣发统计'
},
methods: {
+ change(val) {
+ this.date = `${val.year} + '-' + ${val.month} + '-' + ${val.day}`
+ }
+ }
+
- },
}
-
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index 74491b7a..b17420b1 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,5 +1,6 @@
module.exports = {
transpileDependencies: ['uview-ui'],
+ transpileDependencies:['@dcloudio/uni-ui'],
devServer: {
proxy: {
}