宝芝堂-用户端
 
 
 
 
Go to file
panliang ef9032ee46 user 2023-10-15 10:07:00 +08:00
public user 2023-10-15 10:07:00 +08:00
src user 2023-10-15 10:07:00 +08:00
.env.development init 2023-10-14 16:13:13 +08:00
.env.production user 2023-10-15 10:07:00 +08:00
.gitignore init 2023-10-14 16:13:13 +08:00
.npmrc init 2023-10-14 16:13:13 +08:00
README.md init 2023-10-14 16:13:13 +08:00
babel.config.js init 2023-10-14 16:13:13 +08:00
package.json init 2023-10-14 16:13:13 +08:00
pnpm-lock.yaml init 2023-10-14 16:13:13 +08:00
postcss.config.js init 2023-10-14 16:13:13 +08:00
shims-uni.d.ts init 2023-10-14 16:13:13 +08:00
shims-vue.d.ts init 2023-10-14 16:13:13 +08:00

README.md

宝芝堂-客户端

  • pnpm install

修改 uview-ui

node_modules\uview-ui\components\u-datetime-picker\u-datetime-picker.vue

<script>
export default {
    watch: {
        value(newValue) {
            this.updateColumnValue(newValue)
        },
    }
}
</script>