Commit 61681048 authored by zhengke's avatar zhengke

no message

parent 062ccff4
...@@ -58,7 +58,8 @@ ...@@ -58,7 +58,8 @@
<tbody v-for="(item, index) in dataList" :key="index"> <tbody v-for="(item, index) in dataList" :key="index">
<tr> <tr>
<td :rowspan="3"> <td :rowspan="3">
<p class="OrderId-text" @click="clickSingleNumber(item)">{{item.OrderId}} <p class="OrderId-text" @click="clickSingleNumber(item)">
<span class="text-underline">{{item.OrderId}}</span>
<span class="OrderType-text" <span class="OrderType-text"
:class="items.Id==1?'one':(items.Id==2?'two':(items.Id==3?'three':(items.Id==4?'four':(items.Id==5?'five':''))))" :class="items.Id==1?'one':(items.Id==2?'two':(items.Id==3?'three':(items.Id==4?'four':(items.Id==5?'five':''))))"
v-for="(items,index) in item.MultipleChoiceList">{{items.Name}}</span> v-for="(items,index) in item.MultipleChoiceList">{{items.Name}}</span>
...@@ -1478,6 +1479,10 @@ li { ...@@ -1478,6 +1479,10 @@ li {
margin-bottom: 10px; margin-bottom: 10px;
cursor: pointer; cursor: pointer;
} }
.OrderId-text .text-underline{
text-decoration: underline;
margin-right: 5px;
}
.CreateByName-text { .CreateByName-text {
margin-bottom: 10px; margin-bottom: 10px;
......
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