Ir para arquivo
朱文强 4cd26e2f47
Todas as verificações foram bem sucedidas
continuous-integration/drone/push Build is passing
Merge pull request '打包' (#95) from zwq into develop
Reviewed-on: #95
2022-07-25 10:22:32 +08:00
build init 2021-09-13 14:56:28 +08:00
dist 打包 2022-07-25 10:21:32 +08:00
mock init 2021-09-13 14:56:28 +08:00
plop-templates init 2021-09-13 14:56:28 +08:00
public init 2021-09-13 14:56:28 +08:00
src 更新ERP 2022-07-25 10:17:59 +08:00
tests/unit init 2021-09-13 14:56:28 +08:00
.dockerignore build: 🏗️ 调整构建方式,从本地构建后上传dist目录 2022-06-07 10:34:36 +08:00
.drone.yml build: 🏗️ 构建完成后添加钉钉通知 2022-06-08 14:56:36 +08:00
.editorconfig init 2021-09-13 14:56:28 +08:00
.env.production 更新ERP 2022-07-25 10:17:59 +08:00
.env.staging init 2021-09-13 14:56:28 +08:00
.eslintignore init 2021-09-13 14:56:28 +08:00
.eslintrc.js init 2021-09-13 14:56:28 +08:00
.gitignore build: 🏗️ 调整构建方式,从本地构建后上传dist目录 2022-06-07 10:34:36 +08:00
.travis.yml init 2021-09-13 14:56:28 +08:00
babel.config.js init 2021-09-13 14:56:28 +08:00
default.conf init 2021-09-13 14:56:28 +08:00
Dockerfile build: 🏗️ 调整构建方式,从本地构建后上传dist目录 2022-06-07 10:34:36 +08:00
jest.config.js init 2021-09-13 14:56:28 +08:00
jsconfig.json init 2021-09-13 14:56:28 +08:00
LICENSE init 2021-09-13 14:56:28 +08:00
package.json update 2022-03-07 19:48:14 +08:00
plopfile.js init 2021-09-13 14:56:28 +08:00
postcss.config.js init 2021-09-13 14:56:28 +08:00
QR.png init 2021-09-13 14:56:28 +08:00
README.md init 2021-09-13 14:56:28 +08:00
vue.config.js 改名字 2022-06-21 11:35:09 +08:00

Readme

页面原型地址: http://rp.picaiba.com/mes/2020-12-29

element 表单生成工具: https://mrhj.gitee.io/form-generator/#/


  • 顶栏右上角设置的配置在 @/layout/components/Navbar.vue 中
  • 富文本编辑器中 右上角上传图片的目标地址需要修改,在@/components/Tinymce/components/EditorImage.vue 中
echarts封装
  • 考虑使用mixin加入部分功能
  • option配置分离再复用
  • 定义统一输入的数据格式通过props
国际化注意事项
  • 所有methodbtn的tableBtn配置中的btnName写成下种形式具体配置项在@/lang/i18n.js 中,若无想要的自行添加
  btnName: 'btn.edit'
  • 所有hidden不为true的路由的mate中的title写成下种形式位置同上
  meta: { title: routerTitle.dashboard.dashboard?.[language] || routerTitle.dashboard.dashboard.en, icon: 'dashboard', affix: true }
  • 所有table页引入国际化组件表格配置项中label写成下种形式具体配置需自行到@/lang/en.js 和@/lang/zh.js 中添加
  import i18n from '@/lang'
  const tableProps = [{
    ...
    label: i18n.t('userManage.userId'),
    ...
  }]
切换主题色
  • 主题样式文件应使用本地文件不应使用element云上的目前尝试使用本地可能因为缓存策略导致切换主题色仅第一次生效目前仍保留使用element云上的样式文件
备注
  • 废品报废添加时间隐藏,质量检测计划检测速率、检测内容隐藏 test