Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
朱文强 39a1fe7482 打包 2 lat temu
build init 3 lat temu
dist 打包 2 lat temu
mock init 3 lat temu
plop-templates init 3 lat temu
public init 3 lat temu
src 暂时改名字 2 lat temu
tests/unit init 3 lat temu
.dockerignore build: 🏗️ 调整构建方式,从本地构建后上传dist目录 2 lat temu
.drone.yml fix: 🐛 修正构建脚本 2 lat temu
.editorconfig init 3 lat temu
.env.production 更新 2 lat temu
.env.staging init 3 lat temu
.eslintignore init 3 lat temu
.eslintrc.js init 3 lat temu
.gitignore build: 🏗️ 调整构建方式,从本地构建后上传dist目录 2 lat temu
.travis.yml init 3 lat temu
Dockerfile build: 🏗️ 调整构建方式,从本地构建后上传dist目录 2 lat temu
LICENSE init 3 lat temu
QR.png init 3 lat temu
README.md init 3 lat temu
babel.config.js init 3 lat temu
default.conf init 3 lat temu
jest.config.js init 3 lat temu
jsconfig.json init 3 lat temu
package.json update 2 lat temu
plopfile.js init 3 lat temu
postcss.config.js init 3 lat temu
vue.config.js update dashboard 2 lat temu

README.md

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