|
|
|
|
@ -0,0 +1,44 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>保存脚本报告</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<p STYLE="font-family: Verdana, Arial, sans-serif; font-size: 14pt;">
|
|
|
|
|
<b>保存脚本报告</b>
|
|
|
|
|
</p>
|
|
|
|
|
<p STYLE="font-family: Verdana, Arial, sans-serif; font-size: 10pt;">
|
|
|
|
|
<b>报告日期/时间:</b>2025/9/11 13:10<br /></p>
|
|
|
|
|
<table border="1" cellpadding="7" cellspacing="0" STYLE="font-family: Verdana, Arial, sans-serif; font-size: 9pt;">
|
|
|
|
|
<tr style="background-color:Silver">
|
|
|
|
|
<th colspan="2" align="center">名称</th>
|
|
|
|
|
<th align="center">结果</th>
|
|
|
|
|
<th align="center">消息</th>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr valign="top">
|
|
|
|
|
<td>
|
|
|
|
|
<img src="resources\ProgressSuccess.ico" />
|
|
|
|
|
</td>
|
|
|
|
|
<td>正在从“car”获取对象列表。</td>
|
|
|
|
|
<td>已通过</td>
|
|
|
|
|
<td> </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr valign="top" style="background-color:LightYellow">
|
|
|
|
|
<td>
|
|
|
|
|
<img src="resources\ProgressSuccess.ico" />
|
|
|
|
|
</td>
|
|
|
|
|
<td>正在准备 dbo.car</td>
|
|
|
|
|
<td>已通过</td>
|
|
|
|
|
<td> </td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr valign="top">
|
|
|
|
|
<td>
|
|
|
|
|
<img src="resources\ProgressSuccess.ico" />
|
|
|
|
|
</td>
|
|
|
|
|
<td>保存到文件</td>
|
|
|
|
|
<td>已通过</td>
|
|
|
|
|
<td> </td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|