合同见证页面完善

This commit is contained in:
BianLzhaoMin 2025-08-13 18:14:17 +08:00
parent 6f9041c29a
commit de9d85d545
2 changed files with 3 additions and 3 deletions

View File

@ -79,11 +79,11 @@ export const formLabel = [
isShow: false, // 是否展示label
f_selList: [
{
label: '在场',
label: '已签订',
value: '1',
},
{
label: '出场',
label: '未签订',
value: '2',
},
], // 状态列表

View File

@ -121,7 +121,7 @@
<el-image
:src="contractImgList[0]"
:preview-src-list="contractImgList"
style="width: 450px; height: 390px"
style="width: 454px; height: 390px"
/>
</template>
</template>