|
|
@@ -310,6 +310,12 @@
|
|
|
prop="sort"
|
|
|
width="50px"
|
|
|
/>
|
|
|
+ <el-table-column label="计划id" min-width="90px" align="center">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{ scope.row.id }}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+
|
|
|
<el-table-column label="计划名称" min-width="90px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{ scope.row.projname }}</span>
|