Commit 1f9b5839 authored by 黄奎's avatar 黄奎

11

parent 4b8c21d0
......@@ -83,7 +83,7 @@
<el-table-column :label="$t('salesModule.CompanyNum')" prop="TCNUM" width="150">
<template #default="{row}">
<div v-if="row.isFirst" class="w120 link">
<p @click="goUrlT('productQuery', row.parent.TCNUM, '产品查询')">{{row.parent.TCNUM}}</p>
<p @click="goUrlT('productQuery', row.parent.TCNUM, '产品查询')" class="hlink">{{row.parent.TCNUM}}</p>
</div>
</template>
</el-table-column>
......@@ -115,7 +115,7 @@
<el-table-column :label="$t('ground.jiweishu')+'/(不占床)' " prop="seat" width="120">
<template #default="{row}">
<span v-if="row.isFirst">
<p @click="goUrlT('RegistrationList', row.parent.TCID, '报名清单')">
<p @click="goUrlT('RegistrationList', row.parent.TCID, '报名清单')" class="hlink">
{{row.parent.TotalSeat}}/{{row.parent.NoBedNum}}</p>
</span>
</template>
......@@ -470,32 +470,9 @@
</script>
<style>
.roomQuerySplitTrCss td {
background: #eee !important;
}
.roomQueryTalbe {
background: #ccc;
}
.roomQueryTalbe tr th {
background: #E6E6E6;
height: 40px;
font-size: 12px;
color: #333;
}
.roomQueryTalbe tr {
background: #fff;
text-align: center;
height: 40px;
}
.roomQueryTalbe tr td {
font-size: 12px;
}
.roomQueryTalbe tr td .link p:hover {
.ownScrollbarStyle .hlink {
text-decoration: underline;
cursor: pointer;
}
......
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