Merge pull request 'fix : 修复费用分摊详情数据' (#244) from dj into master
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/244
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<el-form-item>
|
<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="projectId" label="项目名称" width="180"/>
|
||||||
<el-table-column prop="researchPersonnel" label="研发人员" width="180"/>
|
<el-table-column prop="researchPersonnel" label="研发人员" width="180"/>
|
||||||
<el-table-column prop="wagesPayable" label="应发工资"/>
|
<el-table-column prop="wagesPayable" label="应发工资"/>
|
||||||
@@ -79,7 +79,7 @@ const searchConfig = reactive([
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '姓名',
|
label: '姓名',
|
||||||
prop: 'projectName',
|
prop: 'researchPersonnel',
|
||||||
component: 'el-input',
|
component: 'el-input',
|
||||||
props: {
|
props: {
|
||||||
placeholder: '请输入姓名查询',
|
placeholder: '请输入姓名查询',
|
||||||
|
|||||||
Reference in New Issue
Block a user