panxiandiao_i 5 years ago
parent
commit
efc4e2cee7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/projectManage/projectList/projectIndex.vue

+ 1 - 1
src/views/projectManage/projectList/projectIndex.vue

@@ -344,7 +344,7 @@ export default {
         bizType: '项目类型',
         priority: '优先级'
       },
-      priorityColors: ['#F56C6C', '#FF8952', '#F5E300', '#7ED321', '#61D3B8', '#69B3FF', '#C889FF'],
+      priorityColors: ['#F56C6C', '#FF8952', '#F5E300', '#7ED321', '#61D3B8', '#69B3FF', '#BDBDBD'],
       rules_form: {
         name: [{ required: true, message: '请输入项目名称', trigger: 'blur' }],
         bizType: [