feat: 移动国家代码

[skip ci]
This commit is contained in:
tk 2025-05-29 10:10:12 +08:00 committed by nsnail
parent e62bdae538
commit 2ff146664e
3 changed files with 444 additions and 397 deletions

View File

@ -44,6 +44,11 @@ public sealed class CountryInfoAttribute : Attribute
/// </summary>
public string LongName { get; set; }
/// <summary>
/// 移动国家代码
/// </summary>
public string[] Mcc { get; set; }
/// <summary>
/// 国家简称
/// </summary>

View File

@ -144,7 +144,7 @@
stripe>
<el-table-column type="selection" width="50" />
<naColId :label="$t('作业编号')" prop="id" sortable="custom" width="170" />
<el-table-column :label="$t('作业名称')" min-width="150" prop="jobName" show-overflow-tooltip sortable="custom" >
<el-table-column :label="$t('作业名称')" min-width="150" prop="jobName" show-overflow-tooltip sortable="custom">
<template #default="{ row }">
<p>{{ row.jobName }}</p>
<p>{{ row.requestUrl.substring(row.requestUrl.lastIndexOf('/') + 1) }}</p>