You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
230 B
Plaintext
16 lines
230 B
Plaintext
10 months ago
|
@{
|
||
|
|
||
|
}
|
||
|
|
||
|
<div class="wrapper wrapper-content">
|
||
|
|
||
|
</div>
|
||
|
@section bottomJavascript
|
||
|
{
|
||
|
<script>
|
||
|
$(function () {
|
||
|
parent.addMenuTab("@Url.Action("OpSeaeList")", "委托列表", 0)
|
||
|
})
|
||
|
</script>
|
||
|
}
|