align(records·像素复刻): 软件版本(全量无分页同旧版)/数字人版本(三态色/最新★/操作矩阵/数字页码分页) 自绘复刻旧版;确认走原生 confirm 对齐旧版

This commit is contained in:
2026-09-06 23:09:23 +08:00
parent f324c6bd3d
commit b0c461d347
6 changed files with 547 additions and 156 deletions
@@ -7,8 +7,6 @@ import { readSource } from './helpers.ts'
// 例外:DuplicateCheckPage 不动;dialog/表单的 width 不属于表格列。
const PAGES = [
'src/pages/records/RecordsDigitalHumanVersionPage.vue',
'src/pages/records/RecordsSoftwareVersionPage.vue',
'src/pages/tasks/ImageVideoTasksPage.vue',
'src/pages/tasks/ShopDataTasksPage.vue',
]
@@ -63,6 +61,8 @@ test('align_column_width_boundary_empty_input', () => {
['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'],
['src/pages/records/RecordsSoftwareVersionPage.vue', 'version-table-scroll'],
['src/pages/records/RecordsDigitalHumanVersionPage.vue', 'digital-human-version-table-scroll'],
]) {
const src = readSource(page)
assert.equal(/el-table-column/.test(src), false, `${page} 已像素复刻原生表格,不再有 el-table-column`)