宝芝堂-用户端
 
 
 
 
Go to file
panliang b2a249c784 add record.description 2023-10-26 17:57:22 +08:00
public user 2023-10-15 10:07:00 +08:00
src add record.description 2023-10-26 17:57:22 +08:00
.env.development init 2023-10-14 16:13:13 +08:00
.env.production add patient detail 2023-10-16 14:28:11 +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>