项目计划管理查询

This commit is contained in:
Vergil
2020-04-15 16:22:03 +08:00
parent f60464250a
commit 7d98b7edd0
3 changed files with 14 additions and 4 deletions

View File

@@ -47,7 +47,7 @@
</template>
</template>
</el-table-column>
<el-table-column label="项目名称" align="center" min-width="120px" fixed="left">
<el-table-column label="项目名称" align="center" min-width="160px" fixed="left">
<template slot-scope="scope">
{{ scope.row.项目名称 }}
</template>
@@ -641,7 +641,7 @@ export default {
if (this.radio === '') {
this.$message.error('请先选择一个类别')
} else {
addTable(this.机床流水号, this.radio).then(response => {
addTable(this.机床流水号, this.radio, this.id).then(response => {
if (response.data[0].result === '1') {
this.$message({
type: 'success',