联系单模板

This commit is contained in:
Teo
2025-07-03 20:52:22 +08:00
parent d698245da5
commit f9d1f4144f
10 changed files with 839 additions and 143 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="content-box">
<el-table :data="[form, { ...form, id: '2' }]" style="width: 100%" @selection-change="handleSelectionChange">
<el-table :data="[form, { ...form, id: '2' }]" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center" />
<el-table-column align="center" prop="projectName" label="工程名称" />
<el-table-column align="center" prop="serialNumber" label="编号" />