align(shop·像素复刻): 店铺密钥/店铺管理 两页自绘复刻旧版(panel-shop-keys/shop-manage)——序号列+令牌掩码+白名单状态药丸(正常绿/未加白名单红/未检测灰)+悬停详情、密码列******+眼睛实时读明文、btn-sm行操作+原生confirm删除+旧式分页

This commit is contained in:
2026-09-06 23:05:51 +08:00
parent 35ecceacb4
commit f324c6bd3d
6 changed files with 664 additions and 174 deletions
@@ -7,8 +7,6 @@ import { readSource } from './helpers.ts'
// 例外:DuplicateCheckPage 不动;dialog/表单的 width 不属于表格列。
const PAGES = [
'src/pages/shop/ShopKeysPage.vue',
'src/pages/shop/ShopManagePage.vue',
'src/pages/records/RecordsDigitalHumanVersionPage.vue',
'src/pages/records/RecordsSoftwareVersionPage.vue',
'src/pages/tasks/ImageVideoTasksPage.vue',
@@ -63,6 +61,8 @@ test('align_column_width_boundary_empty_input', () => {
['src/pages/asin/QueryAsinPage.vue', 'query-asin-table-scroll'],
['src/pages/asin/SkipPricePage.vue', 'skip-price-asin-table-scroll'],
['src/pages/asin/ProductCategoryPage.vue', 'category-table-scroll'],
['src/pages/shop/ShopKeysPage.vue', 'shop-key-table-scroll'],
['src/pages/shop/ShopManagePage.vue', 'shop-manage-table-scroll'],
]) {
const src = readSource(page)
assert.equal(/el-table-column/.test(src), false, `${page} 已像素复刻原生表格,不再有 el-table-column`)