This commit is contained in:
liushuai
2019-09-25 08:21:48 +08:00
parent 6cd2c4e1c3
commit d3b8f17031
3 changed files with 14 additions and 26 deletions

View File

@@ -49,7 +49,7 @@
</el-table-column>
<el-table-column label="装配开始时间" align="center">
<template slot-scope="scope">
{{ scope.row.机床装配开始时间 }}
{{ scope.row.机床装配实际开始时间 }}
</template>
</el-table-column>
<el-table-column label="装配结束时间" align="center">
@@ -131,7 +131,7 @@
</el-table-column>
<el-table-column label="操作" align="center" width="300px" fixed="right">
<template slot-scope="scope">
<el-tooltip effect="dark" content="编辑部装工时" placement="top" open-delay="1200">
<el-tooltip :open-delay="1200" effect="dark" content="编辑部装工时" placement="top">
<el-button v-if="!scope.row.isEditing" type="primary" plain size="small" @click="editTable2(scope.row)">编辑</el-button>
</el-tooltip>
<el-button v-if="scope.row.isEditing" type="primary" plain size="small" @click="submitTable2(scope.row)">确定</el-button>