Commit 134eddde authored by 盖献康's avatar 盖献康

bug

parent 8ead6146
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<span class="title-text" style="font-size: 16px;font-weight: bold;">授权合同</span> <span class="title-text" style="font-size: 16px;font-weight: bold;">授权合同</span>
</div> </div>
<!-- 授权合同表 --> <!-- 授权合同表 -->
<el-table v-loading="loading" :data="authorizationHistory" style="width: 90%;margin: 0 0 0 60px;overflow: auto;"> <el-table v-loading="loading" :data="authorizationHistory" style="height: 520px;width: 90%;margin: 0 0 0 60px;overflow: auto;">
<el-table-column prop="createTime" label="授权日期"> <el-table-column prop="createTime" label="授权日期">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime, '{y}/{m}/{d}') }}</span> <span>{{ parseTime(scope.row.createTime, '{y}/{m}/{d}') }}</span>
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
:total="total" :total="total"
:page.sync="queryParams.pageNum" :page.sync="queryParams.pageNum"
:limit.sync="queryParams.pageSize" :limit.sync="queryParams.pageSize"
style="margin: 0 50px 0 0" style="margin: 0 80px 0 0"
@pagination="getContract" @pagination="getContract"
/> />
</div> </div>
......
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