Shannon_mu c5060d37ab 修改账单金额去除备注必填 | hace 1 año | |
---|---|---|
.. | ||
docs | hace 3 años | |
public | hace 2 años | |
src | hace 1 año | |
.browserslistrc | hace 3 años | |
.env.development | hace 3 años | |
.env.production | hace 3 años | |
.env.sit | hace 3 años | |
.gitignore | hace 3 años | |
.prettierrc | hace 3 años | |
LICENSE | hace 3 años | |
README.md | hace 3 años | |
README_EN.md | hace 3 años | |
babel.config.js | hace 3 años | |
package-lock.json | hace 2 años | |
package.json | hace 2 años | |
postcss.config.js | hace 3 años | |
vue.config.js | hace 2 años |
项目启动方式 npm install or cnpm install
npm run serve or npm run dev
公用模块组件封装 @components/common header sidebar tags
公用功能模块封装 @components/common table form treeSelect
store公用方法处理
this.$store.dispatch("openModal",{}) //弹出弹框封装方法
main.scss
公用样式,注意样式冲突
class="el-fl-left" 左浮动 class="el-fl-right" 右浮动