This commit is contained in:
liushuai
2020-04-13 18:28:27 +08:00
7 changed files with 56 additions and 11 deletions

View File

@@ -132,6 +132,7 @@ export default {
userName: '0000'
}
}).then(res => {
console.log(res, 9999)
})
},
projectChange() {

View File

@@ -91,7 +91,7 @@
{{ scope.row.修补单件工时 }}
</template>
</el-table-column>
<el-table-column label="录入准结" align="center" width="80px">
<el-table-column label="准结" align="center" width="80px">
<template slot-scope="scope">
{{ scope.row.修补工时 }}
</template>