调整征信维护为征信对象直接入库

This commit is contained in:
wkc
2026-03-24 15:05:02 +08:00
parent 6b0c83024e
commit fa9673c8c4
13 changed files with 238 additions and 115 deletions

View File

@@ -13,6 +13,8 @@ const source = fs.readFileSync(componentPath, "utf8");
[
"征信维护",
"姓名",
"身份证号",
"批量上传征信HTML",
"最近征信查询日期",
"负债笔数",
@@ -22,9 +24,11 @@ const source = fs.readFileSync(componentPath, "utf8");
"行政处罚笔数",
"详情",
"删除",
"@/api/ccdiCreditInfo",
].forEach((token) => {
assert(source.includes(token), `征信维护页面缺少关键结构: ${token}`);
});
assert(!source.includes('label="柜员号"'), "征信维护页面不应再展示柜员号查询项");
assert(!source.includes('prop="staffId"'), "征信维护列表不应再展示柜员号列");
console.log("credit-info-page-layout test passed");