5494c7ba by lihua

连接器溯源修改

1 parent d613770c
...@@ -176,7 +176,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => { ...@@ -176,7 +176,7 @@ const handleTableExpandChange = (row: any, expandedRows: any[]) => {
176 class-name="w100f mr8-i" :refName="'tooltipOver' + 'bizName'"></ellipsis-tooltip></span> 176 class-name="w100f mr8-i" :refName="'tooltipOver' + 'bizName'"></ellipsis-tooltip></span>
177 </div> 177 </div>
178 <div class="list_item"> 178 <div class="list_item">
179 <span class="item_label">所属企业</span> 179 <span class="item_label">提交方</span>
180 <span class="item_value"><ellipsis-tooltip :content="activity.info?.submitter || '--'" 180 <span class="item_value"><ellipsis-tooltip :content="activity.info?.submitter || '--'"
181 class-name="w100f mr8-i" :refName="'tooltipOver' + 'submitter1'"></ellipsis-tooltip></span> 181 class-name="w100f mr8-i" :refName="'tooltipOver' + 'submitter1'"></ellipsis-tooltip></span>
182 </div> 182 </div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!