12
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
<cai-dict-tag :options="systemPushLogStatus" :value="scope.row.status"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="推送返回的结果" align="center" prop="result" />
|
||||
<el-table-column label="创建时间" align="center" prop="createTime" width="160" />
|
||||
<el-table-column label="推送返回的结果" align="center" prop="result" show-overflow-tooltip/>
|
||||
<el-table-column label="创建时间" align="center" prop="createTime" width="160" fixed="right"/>
|
||||
</el-table>
|
||||
<pagination
|
||||
v-show="total>0"
|
||||
@@ -178,7 +178,7 @@ export default {
|
||||
border: 1px solid #ccc;
|
||||
overflow: auto;
|
||||
padding: 5px;
|
||||
height: 600px;
|
||||
height: 500px;
|
||||
}
|
||||
.people_list-item {
|
||||
width: 16.5%;
|
||||
|
||||
Reference in New Issue
Block a user