mushencc 3 năm trước cách đây
mục cha
commit
24b5ffc899

+ 1 - 1
src/views/leadMatch/roomList/edit.vue

@@ -67,7 +67,7 @@
               <span>图号:{{item.url_number}}</span>
               <span>产品名称:{{item.product_title}}</span>
               <span>批量数:{{item.number}}</span>
-              <span :style="item.state == 1?'':'color:red;'" v-show='$route.query.type!=3'>{{item.state == 0?'未匹配':item.state == 2?'匹配完成':'匹配中'}}</span>
+              <span :style="item.state == 1?{}:item.state==2?{color:'#08a108'}:{color:'red'}" v-show='$route.query.type!=3'>{{item.state == 0?'未匹配':item.state == 2?'匹配完成':'匹配中'}}</span>
             </div>
             <div class="table_header_right">
               <Button type="primary" size="small" :disabled="item.state==0?false:true" @click="del(item,index)" v-if="$route.query.type!=2">删除</Button>

+ 1 - 1
src/views/leadMatch/weightMemo/edit.vue

@@ -68,7 +68,7 @@
               <span>产品名称:{{item.product_title}}</span>
                 <span>批量数:{{item.number}}</span>
                 <span>区域:{{item.region}}</span>
-              <span :style="item.state == 1?'':'color:red;'"
+              <span :style="item.state == 1?{}:item.state==2?{color:'#08a108'}:{color:'red'}"
                     v-if="$route.query.type != 3"
                     >{{item.state == 0?'未匹配':item.state == 2?'匹配完成':'匹配中'}}</span>
             </div>

+ 1 - 1
vue.config.js

@@ -1,6 +1,6 @@
 const axios_default_ip =
   process.env.NODE_ENV == "dev"
-    ? "http://124.71.176.88:882"
+    ? "http://121.41.102.225:82"
     : process.env.NODE_ENV == "test-prd"
     ? "http://121.41.102.225:82" //测试服
     : process.env.NODE_ENV == "prd_other"