This commit is contained in:
liushuai
2018-11-24 08:14:12 +08:00
parent c3ebbc3c0b
commit 955090fa69
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ export function initCraftmen() {
data: {
type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
param: '考核部门编号=10'
param: '考核部门编号=17'
}
})
}

View File

@@ -66,12 +66,12 @@
</el-table-column>
<el-table-column prop="name" label="单件" align="center">
<template slot-scope="scope">
<el-input v-model="scope.row.单件定额工时" style="width:50px" placeholder="单件定额工时"/>
<el-input v-model="scope.row.单件定额工时" style="width:90px" placeholder="单件定额"/>
</template>
</el-table-column>
<el-table-column prop="name" label="准结" align="center">
<template slot-scope="scope">
<el-input v-model="scope.row.准结定额工时" style="width:50px" placeholder="准结定额工时"/>
<el-input v-model="scope.row.准结定额工时" style="width:90px" placeholder="准结定额"/>
</template>
</el-table-column>
<el-table-column label="操作" width="300" align="center" fixed="right">