4b72594e by lihua

fix

1 parent 43f60705
......@@ -44,8 +44,8 @@ const processTableInfo = ref({
fields: [
// { label: "序号", type: "index", width: TableColumnWidth.INDEX, align: "center" },
{ label: "编码", field: "code", width: 355 },
{ label: "名称", field: "name", width: 160 },
{ label: "类型", field: "type", width: 120 },
{ label: "名称", field: "name", width: 210 },
{ label: "类型", field: "type", width: 115 },
{ label: "提交日期", field: "submitTime", width: 170 },
{ label: "所属主体", field: "tenantName", minWidth: 200 }
],
......@@ -117,7 +117,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => {
activities.value = [];
for (const d of data) {
activities.value.push({
timestamp: d.updateTIme,
timestamp: d.labelName + ' ' + d.updateTime,
type: 'primary',
hollow: true,
info: d
......@@ -215,7 +215,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => {
<span class="item_value"><ellipsis-tooltip :content="activity?.info?.logHash || '--'"
class-name="w100f mr8-i" :refName="'tooltipOver' + 'logHash'"></ellipsis-tooltip></span>
</div>
<div class="split-line"></div>
<div v-show="index < activities.length - 1" class="split-line"></div>
</div>
</el-timeline-item>
</el-timeline>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!