fix : 修复费用分摊详情数据
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<el-form-item>
|
||||
<el-table :data="tableData" style="width: 100%">
|
||||
<el-table :data="formData.usrAllocationList" style="width: 100%">
|
||||
<el-table-column prop="projectId" label="项目名称" width="180"/>
|
||||
<el-table-column prop="researchPersonnel" label="研发人员" width="180"/>
|
||||
<el-table-column prop="wagesPayable" label="应发工资"/>
|
||||
@@ -79,7 +79,7 @@ const searchConfig = reactive([
|
||||
},
|
||||
{
|
||||
label: '姓名',
|
||||
prop: 'projectName',
|
||||
prop: 'researchPersonnel',
|
||||
component: 'el-input',
|
||||
props: {
|
||||
placeholder: '请输入姓名查询',
|
||||
|
||||
Reference in New Issue
Block a user