panxiandiao_i 5 年 前
コミット
f7b819a8f1

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

@@ -140,7 +140,7 @@
               >{{ scope.row.priorityStr.toUpperCase() }}</div>
               <div
                 v-show="scope.row.priorityStr === 'p6'"
-                :style="{background: '#C889FF',border: '#C889FF',width:'41.39px',height:'23px',margin: '0 auto','border-radius': '4px','color': 'white'} "
+                :style="{background: '#BDBDBD',border: '#BDBDBD',width:'41.39px',height:'23px',margin: '0 auto','border-radius': '4px','color': 'white'} "
               >{{ scope.row.priorityStr.toUpperCase() }}</div>
             </template>
           </el-table-column>

+ 2 - 2
src/views/projectManage/projectList/projectViewDetails.vue

@@ -1094,10 +1094,10 @@ export default {
 </script>
 <style lang="stylus">
 .bgborder .rotateNone {
-  transform: rotate(270deg);
+  transform: rotate(90deg);
 }
 .bgborder .rotate {
-  transform: rotate(90deg);
+  transform: rotate(270deg);
 }
 .bgborder .el-tabs__nav-wrap::after {
   background-color: #FFFFFF !important;

+ 1 - 1
src/views/projectManage/requirement/list/index.vue

@@ -193,7 +193,7 @@ export default {
   },
   data() {
     return {
-      priorityColors: ['#F56C6C', '#FF8952', '#F5E300', '#7ED321', '#61D3B8', '#69B3FF', '#C889FF'],
+      priorityColors: ['#F56C6C', '#FF8952', '#F5E300', '#7ED321', '#61D3B8', '#69B3FF', '#BDBDBD'],
       currentRow: null,
       searchInfo: {
         belongingProject: [],

+ 5 - 3
src/views/projectManage/taskList/taskViewDetails.vue

@@ -8,7 +8,7 @@
         <div
           style="float: left;display: flex; justify-content: space-between; align-items: center;"
         >
-          <span :style="{background: bgStyle} " class="timeStyle">
+          <span :style="{background: bgStyle,color:colorStyle} " class="timeStyle">
             {{ task_form.stageString }}
             <br>
             {{ task_form.lateMsg }}
@@ -638,7 +638,8 @@ export default {
       taskStatus: [],
       CallBackStatus: '',
       CallBackId: '',
-      bgStyle: ''
+      bgStyle: '',
+      colorStyle: ''
     }
   },
   created() {
@@ -698,7 +699,8 @@ export default {
             this.appVersion = this.versionDeal(res.data)
           }
         })
-        this.task_form.stageString === '未知' ? this.bgStyle = '#C889FF' : ''
+        this.task_form.stageString === '未知' ? this.bgStyle = '#f4f4f5' : ''
+        this.task_form.stageString === '未知' ? this.colorStyle = '#909399' : ''
         this.task_form.stageString === '正常' ? this.bgStyle = '#69B3FF' : ''
         this.task_form.stageString === '延期' ? this.bgStyle = '#FF8952' : ''
         this.task_form.stageString === '已延期' ? this.bgStyle = '#F56C6C' : ''

+ 1 - 1
src/views/projectManage/version/list/index.vue

@@ -116,7 +116,7 @@ export default {
   },
   data() {
     return {
-      priorityColors: ['#F56C6C', '#FF8952', '#F5E300', '#7ED321', '#61D3B8', '#69B3FF', '#C889FF'],
+      priorityColors: ['#F56C6C', '#FF8952', '#F5E300', '#7ED321', '#61D3B8', '#69B3FF', '#BDBDBD'],
       tableData: [],
       loading: false,
       searchInfo: {