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

@@ -1,6 +1,6 @@
<template>
<div>
<KLPTable v-loading="loading" :data="data" :floatLayer="true" :floatLayerConfig="floatLayerConfig">
<KLPTable :data="data" :floatLayer="true" :floatLayerConfig="floatLayerConfig">
<el-table-column label="入场钢卷号" align="center" prop="enterCoilNo">
<template slot-scope="scope">
<coil-no :coil-no="scope.row.enterCoilNo"></coil-no>