11/25 分页修改1.0

20240912_adapter
wangwei 7 months ago
parent a093b62a7d
commit 5294691440

@ -265,6 +265,8 @@ export default {
this.freightList = res.data.list || []
if (this.freightList.length == 0) {
this.queueList = []
this.queueTotal = 0
this.LayerTotal = 0
this.layerList = []
} else {
this.LayerQuery.freightCode = ''

@ -16,8 +16,8 @@
<p style="font-size: 20px;background-color: #e1f3fb;font-weight: bold;">编码:{{ info.code }}</p> <!-- 假设你的信息对象中包含一个title属性 -->
</div>
<div style="flex: 1; display: flex; flex-direction: column; justify-content: flex-end; padding-top: 10px;" >
<p style="font-size: 14px;background-color: #e1f3fb" >{{ info.remark }}</p>
<el-button type="primary" style="position: absolute; bottom: 20px; right: 20px;" icon="el-icon-thumb" @click="handleClick(info)"></el-button>
<p style="font-size: 14px;background-color: #e1f3fb;" >{{ info.remark }}</p>
<el-button type="primary" style="position: absolute; bottom: 6px; right: 20px;" icon="el-icon-thumb" @click="handleClick(info)"></el-button>
</div>
</el-card>
</el-col>

Loading…
Cancel
Save