lilei il y a 3 ans
Parent
commit
dd1e0044cf
2 fichiers modifiés avec 4 ajouts et 3 suppressions
  1. 2 2
      src/components/global.less
  2. 2 1
      src/views/salesManagement/salesQuery/list.vue

+ 2 - 2
src/components/global.less

@@ -718,9 +718,9 @@ body {
 }
  
 .ant-btn-link.button-warning {
-  color: #e89105;
+  color: #c67c03;
   &:hover, &:focus {
-    color: #ffb60a;
+    color: #c68d07;
   }
  
   &:active, &.active {

+ 2 - 1
src/views/salesManagement/salesQuery/list.vue

@@ -111,7 +111,8 @@
         </template>
         <!-- 急件 -->
         <template slot="oosFlag" slot-scope="text, record">
-          <a-tag :color="record.oosFlag==1?'red':'#ccc'" style="margin-right: 0;" >{{ record.oosFlagDictValue }}</a-tag>
+          <a-tag v-if="record.oosFlag==1" color="red" style="margin-right: 0;" >{{ record.oosFlagDictValue }}</a-tag>
+          <span v-else>{{ record.oosFlagDictValue }}</span>
         </template>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">