Commit bd31853b authored by zhengke's avatar zhengke

修改样式

parent 03c13027
...@@ -49,6 +49,14 @@ ...@@ -49,6 +49,14 @@
height:34px; height:34px;
padding:10px; padding:10px;
} }
.priceContent .pri_EmpName{
float:left;
margin-left:20px;
}
.priceContent .pri_DateTime{
float:right;
margin-right: 20px;
}
</style> </style>
<template> <template>
...@@ -59,9 +67,7 @@ ...@@ -59,9 +67,7 @@
<th>部门</th> <th>部门</th>
<th>{{dataList.DepartmentName}}</th> <th>{{dataList.DepartmentName}}</th>
<th>单号</th> <th>单号</th>
<th width="200" style="text-align:left;"> <th width="200">{{dataList.Id}}</th>
<span class="princeOrderSpan" v-for="item in dataList.OrderIds">{{item}}</span>
</th>
</tr> </tr>
<tr> <tr>
<th>团号</th> <th>团号</th>
...@@ -93,8 +99,13 @@ ...@@ -93,8 +99,13 @@
<td colspan="2">{{dataList.PlatformIncome}}</td> <td colspan="2">{{dataList.PlatformIncome}}</td>
</tr> </tr>
<tr> <tr>
<td colspan="4" style="text-align:left;"> <td colspan="4">
备注:{{dataList.Remark}} <span class="pri_EmpName">
操作人:{{dataList.EmpName}}
</span>
<span class="pri_DateTime">
操作时间:{{dataList.DateTimeStr}}
</span>
</td> </td>
</tr> </tr>
</table> </table>
......
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