更新
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user