优化配送合同列表金额展示

This commit is contained in:
czl231
2026-08-23 10:18:42 +08:00
parent 48cf44bc99
commit c07c9ea6f2
5 changed files with 12 additions and 3 deletions

View File

@@ -86,6 +86,8 @@ for (const name of ['delivery_profile', 'user_address', 'wallet_bank']) {
}
assert(listPage.includes('v-if="searchEnabled"'), '列表搜索区域未按后端契约控制显示');
assert(listPage.includes('label="模糊搜索"'), '列表搜索标签未明确说明模糊匹配');
assert(listPage.includes('resource-table-shell'), '标准列表缺少窄屏横向滚动容器');
assert(definitions.includes("f('default_delivery_fee', { listLabel: '默认配送费' })"), '合同列表配送费表头仍可能被单位文案挤压');
assert(!listPage.includes('label="关键字"'), '列表仍使用含义不清的关键字标签');
assert(!listPage.includes('placeholder="关键字段模糊搜索"'), '列表仍使用无意义的通用搜索提示');
assert(listPage.includes('ensureCredentialContext'), '人员资质列表缺少服务端人员上下文校验');