Commit 92a16069 authored by 黄奎's avatar 黄奎

页面修改

parent 54f71926
...@@ -17,8 +17,7 @@ ...@@ -17,8 +17,7 @@
<th>乙方名称</th> <th>乙方名称</th>
<th>签订日期</th> <th>签订日期</th>
<th>营业执照</th> <th>营业执照</th>
<th>合同开始日期</th> <th>合同期限</th>
<th>合同结束日期</th>
<th>微途签章图片</th> <th>微途签章图片</th>
<th>微途签订日期</th> <th>微途签订日期</th>
<th>客户签章图片</th> <th>客户签章图片</th>
...@@ -39,10 +38,8 @@ ...@@ -39,10 +38,8 @@
<template v-if="item.ContractStartDate!=null"> <template v-if="item.ContractStartDate!=null">
{{getDate(item.ContractStartDate)}} {{getDate(item.ContractStartDate)}}
</template> </template>
</td> <template v-if="item.ContractEndDate!=null">
<td> {{getDate(item.ContractEndDate)}}
<template v-if="item.ContractEndDate!=null">
{{getDate(item.ContractEndDate)}}
</template> </template>
</td> </td>
<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