Commit 89ae17d7 authored by zhengke's avatar zhengke

增加未匹配数据样式

parent 80eb1639
...@@ -387,6 +387,9 @@ ...@@ -387,6 +387,9 @@
display: block; display: block;
} }
.shoppingStore .combottomDiv{height:400px;} .shoppingStore .combottomDiv{height:400px;}
.IsConflict td{
background-color:pink!important;
}
/* 购物店 */ /* 购物店 */
</style> </style>
<template> <template>
...@@ -593,7 +596,7 @@ ...@@ -593,7 +596,7 @@
<th>币种</th> <th>币种</th>
<th>操作</th> <th>操作</th>
</tr> </tr>
<tr v-for="(item,index) in importData" :key="item.subCode"> <tr v-for="(item,index) in importData" :key="item.subCode" :class="{'IsConflict':item.IsConflict==1}">
<td :class="{'redType':item.TCIDExist==-1}"> <td :class="{'redType':item.TCIDExist==-1}">
<el-input v-model="item.TCNUM" class="w150"></el-input> <el-input v-model="item.TCNUM" class="w150"></el-input>
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment