页面优化
This commit is contained in:
@@ -101,40 +101,72 @@
|
||||
<tr>
|
||||
<th><input type="checkbox" name="" id="checkAll" value="" style="width: 0.4rem;height: 0.4rem;" /></th>
|
||||
<th>套餐</th>
|
||||
<th>账号</th>
|
||||
<th>账号密码</th>
|
||||
<th>操作</th>
|
||||
</tr>
|
||||
@foreach (var item in Model)
|
||||
{
|
||||
<tr>
|
||||
<td><input type="checkbox" class="selectAccount" value="@item.Account" a-status="@(item.Status)" a-pid="@(item.ProductId)" a-connectCount="@item.ConnectCount" a-aType="@item.AccountType" style="width: 0.4rem;height: 0.4rem;" /></td>
|
||||
<td>@item.ProductName/@item.PackageName</td>
|
||||
<td>@item.Account</td>
|
||||
<td>
|
||||
<button type="button" class="btnXq toDetail"
|
||||
a-Id="@item.Id"
|
||||
a-UserCode="@item.UserCode"
|
||||
a-ProductName="@item.ProductName"
|
||||
a-PackageName="@item.PackageName"
|
||||
a-Account="@item.Account"
|
||||
a-Pwd="@item.Pwd"
|
||||
a-ConnectCount="@item.ConnectCount"
|
||||
a-StartTime='@item.StartTime.Value.ToString("yyyy.M.dd H:m")'
|
||||
a-EndTime='@item.EndTime.Value.ToString("yyyy.M.dd H:m")'
|
||||
a-RestTime="@item.RestTime"
|
||||
a-Remark="@item.Remark"
|
||||
a-Raw="@item.Raw">
|
||||
详情
|
||||
</button>
|
||||
<a class="btnXq" asp-action="OnLine" asp-controller="User" asp-route-productId="@item.ProductId" asp-route-account="@item.Account">
|
||||
<button type="button" class="btnXq" style="margin-top:3px">查看在线</button>
|
||||
</a>
|
||||
<a class="btnXq" v-if="@item.ProductId==19||@item.ProductId==13||@item.ProductId==1||@item.ProductId==17" href="/User/AssignAddress?productId=@item.ProductId&account=@item.Account&password=@item.Pwd">
|
||||
<button type="button" class="btnXq" style="margin-top:3px">选择地区</button>
|
||||
</a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@if (@item.RestTime == "已过期") {
|
||||
<tr style="color:red">
|
||||
<td><input type="checkbox" class="selectAccount" value="@item.Account" a-status="@(item.Status)" a-pid="@(item.ProductId)" a-connectCount="@item.ConnectCount" a-aType="@item.AccountType" style="width: 0.4rem;height: 0.4rem;" /></td>
|
||||
<td>@item.ProductName/@item.PackageName</td>
|
||||
<td>@item.Account<br>@item.Pwd</td>
|
||||
<td>
|
||||
<button type="button" class="btnXq toDetail"
|
||||
a-Id="@item.Id"
|
||||
a-UserCode="@item.UserCode"
|
||||
a-ProductName="@item.ProductName"
|
||||
a-PackageName="@item.PackageName"
|
||||
a-Account="@item.Account"
|
||||
a-Pwd="@item.Pwd"
|
||||
a-ConnectCount="@item.ConnectCount"
|
||||
a-StartTime='@item.StartTime.Value.ToString("yyyy.M.dd H:m")'
|
||||
a-EndTime='@item.EndTime.Value.ToString("yyyy.M.dd H:m")'
|
||||
a-RestTime="@item.RestTime"
|
||||
a-Remark="@item.Remark"
|
||||
a-Raw="@item.Raw">
|
||||
详情
|
||||
</button>
|
||||
<a class="btnXq" asp-action="OnLine" asp-controller="User" asp-route-productId="@item.ProductId" asp-route-account="@item.Account">
|
||||
<button type="button" class="btnXq" style="margin-top:3px">查看在线</button>
|
||||
</a>
|
||||
<a class="btnXq" v-if="@item.ProductId==19||@item.ProductId==13||@item.ProductId==1||@item.ProductId==17" href="/User/AssignAddress?productId=@item.ProductId&account=@item.Account&password=@item.Pwd">
|
||||
<button type="button" class="btnXq" style="margin-top:3px">选择地区</button>
|
||||
</a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
} else {
|
||||
<tr>
|
||||
<td><input type="checkbox" class="selectAccount" value="@item.Account" a-status="@(item.Status)" a-pid="@(item.ProductId)" a-connectCount="@item.ConnectCount" a-aType="@item.AccountType" style="width: 0.4rem;height: 0.4rem;" /></td>
|
||||
<td>@item.ProductName/@item.PackageName</td>
|
||||
<td>@item.Account</td>
|
||||
<td>
|
||||
<button type="button" class="btnXq toDetail"
|
||||
a-Id="@item.Id"
|
||||
a-UserCode="@item.UserCode"
|
||||
a-ProductName="@item.ProductName"
|
||||
a-PackageName="@item.PackageName"
|
||||
a-Account="@item.Account"
|
||||
a-Pwd="@item.Pwd"
|
||||
a-ConnectCount="@item.ConnectCount"
|
||||
a-StartTime='@item.StartTime.Value.ToString("yyyy.M.dd H:m")'
|
||||
a-EndTime='@item.EndTime.Value.ToString("yyyy.M.dd H:m")'
|
||||
a-RestTime="@item.RestTime"
|
||||
a-Remark="@item.Remark"
|
||||
a-Raw="@item.Raw">
|
||||
详情
|
||||
</button>
|
||||
<a class="btnXq" asp-action="OnLine" asp-controller="User" asp-route-productId="@item.ProductId" asp-route-account="@item.Account">
|
||||
<button type="button" class="btnXq" style="margin-top:3px">查看在线</button>
|
||||
</a>
|
||||
<a class="btnXq" v-if="@item.ProductId==19||@item.ProductId==13||@item.ProductId==1||@item.ProductId==17" href="/User/AssignAddress?productId=@item.ProductId&account=@item.Account&password=@item.Pwd">
|
||||
<button type="button" class="btnXq" style="margin-top:3px">选择地区</button>
|
||||
</a>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
}
|
||||
}
|
||||
</table>
|
||||
@*<div class="fenye" style="margin-top: -210px;margin-bottom: 200px;">
|
||||
|
||||
Reference in New Issue
Block a user