Commit 95539761 by yangfangfang

按钮修改

parent 348eb21b
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
<tr ng-repeat="info in addrList.val track by $index"> <tr ng-repeat="info in addrList.val track by $index">
<td ng-repeat="col in addrList.columnkey track by $index" data-clipboard-text="{{info[col]}}" ng-class="{'ckhand':$index>0,'copyBtn':$index==1}">{{info[col]}}</td> <td ng-repeat="col in addrList.columnkey track by $index" data-clipboard-text="{{info[col]}}" ng-class="{'ckhand':$index>0,'copyBtn':$index==1}">{{info[col]}}</td>
<td class="formOper"> <td class="formOper">
<a class="formBtn" ng-click="downFile(info.type)" ng-if="appInstance.regedbutton==true"><span class="downloadIcon active"></span>下载</a> <a class="formBtn" ng-click="downFile(info.type)" ng-if="appInstance.regedbutton==true">下载</a>
<a class="formBtn" ng-click="downTips()" ng-if="appInstance.regedbutton!=true"><span class="downloadIcon active"></span>下载</a> <a class="formBtn" ng-click="downTips()" ng-if="appInstance.regedbutton!=true">下载</a>
</td> </td>
</tr> </tr>
</table> </table>
...@@ -33,4 +33,4 @@ ...@@ -33,4 +33,4 @@
<li>目前仅支持导出昨日数据。</li> <li>目前仅支持导出昨日数据。</li>
</ol> </ol>
</dl> </dl>
</div> </div>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment