{
field: 'foreign_logistics_detail',
title: '国外物流最新事件',
events: {
"click .foreign-logistics-info": function(e, value, row, index) {
console.log(row.foreign_logistics_detail)
var html = '';
html += '<style>* {box-sizing: border-box;margin: 0;padding: 0;}.container {width: 90%;max-width: 1000px;margin: 20px auto;border: 1px solid #ccc;border-radius: 10px;padding: 20px;}.info {display: flex;align-items: center;justify-content: space-between;}.info-item {font-size: 18px;margin-right: 10px;}.info-item span {font-weight: bold;}.timeline {margin-top: 20px;}.timeline-item {display: flex;align-items: center;margin-bottom: 10px;}.timeline-icon {width: 20px;height: 20px;border-radius: 50%;background-color: #eee;}.timeline-icon.active {background-color: #66cc66;}.timeline-line {width: 10px;height: 100%;background-color: #eee;}.timeline-line.active {background-color: #66cc66; }.timeline-content{font-siz
fastadmin 列表页,某一个字段,点击弹窗显示信息
最新推荐文章于 2024-11-08 17:59:34 发布