diff --git a/.eslintrc.js b/.eslintrc.js index 22fdce8..ace9615 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -11,7 +11,7 @@ module.exports = { extends: [ // https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention // consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules. - 'plugin:vue/essential', + 'plugin:vue/essential', // https://github.com/standard/standard/blob/master/docs/RULES-en.md 'standard' ], @@ -21,6 +21,7 @@ module.exports = { ], // add your custom rules here rules: { + 'no-unused-vars': 'off', // allow async-await 'generator-star-spacing': 'off', // allow debugger during development diff --git a/README.md b/README.md index c7e95ae..6f14039 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ -# linzi_kpi +# History版本管理 -> A Vue.js project +> 绩效系统业务端相关代码库 +> > 测试环境各自分支(多需求开发完成统一合并dev_public);预发环境合并dev;线上环境合并master;线上保护分支master_lock(上一次发布的内容) -## Build Setup +| version | time | author | desc | +| ------- | ---- | ------ | ---- | +| V1.0.0 | 2020-12-08 | xiongchengqiang、zhujida、yuyumin | 1.工作台:新建考评组、发起考核;2.考核管理;3.绩效报表;4.设置 | + +## 开始使用 ``` bash # install dependencies diff --git a/package.json b/package.json index ef7708b..0d71846 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "linzi_kpi", + "name": "digitization-ui", "version": "1.0.0", "description": "A Vue.js project", "author": "xiongchengqiang ", diff --git a/src/views/kpi/workbench/initiateAssessment/index.vue b/src/views/kpi/workbench/initiateAssessment/index.vue index c87242a..d4e8eb5 100644 --- a/src/views/kpi/workbench/initiateAssessment/index.vue +++ b/src/views/kpi/workbench/initiateAssessment/index.vue @@ -1,5 +1,5 @@