feat(contract): 新增产品内容组件并优化合同管理功能

refactor(contract): 重构合同预览和列表组件
fix(contract): 修复合同ID类型校验问题
style(contract): 优化合同列表样式
docs(contract): 更新合同默认内容模板
This commit is contained in:
砂糖
2026-04-02 16:49:07 +08:00
parent 5ec293fc94
commit 74eae50ab0
8 changed files with 1096 additions and 53 deletions

View File

@@ -58,7 +58,7 @@ export default {
},
props: {
contractId: {
type: Number,
type: [Number, String],
default: null
},
financeList: {