Commit 02160386 authored by huangyuanyuan's avatar huangyuanyuan

update

parent 8e0344ed
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
} }
</script> </script>
<style> <style>
@import "//at.alicdn.com/t/font_635492_p33f7rq158p.css"; @import "//at.alicdn.com/t/font_635492_zhaw2pckn4j.css";
@import "./assets/css/Semibold.css"; @import "./assets/css/Semibold.css";
@import "./assets/css/global/config.css"; @import "./assets/css/global/config.css";
@import "./assets/css/fileIcon.css"; @import "./assets/css/fileIcon.css";
......
...@@ -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>
......
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
<th>{{$t('admin.admin_company')}}</th> <th>{{$t('admin.admin_company')}}</th>
<th>{{$t('active.ld_cjcs')}}</th> <th>{{$t('active.ld_cjcs')}}</th>
<th>{{$t('hotel.hotel_StartDate')}}</th> <th>{{$t('hotel.hotel_StartDate')}}</th>
<th>{{$t('hotel.hotel_StartDate')}}</th> <th>{{$t('hotel.hotel_EndDate')}}</th>
<th>{{$t('active.ld_status')}}</th> <th>{{$t('active.ld_status')}}</th>
<th width="400">{{$t('hotel.hotel_remark')}}</th> <th width="400">{{$t('hotel.hotel_remark')}}</th>
<th>{{$t('hotel.table_operat')}}</th> <th>{{$t('hotel.table_operat')}}</th>
......
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