|
|
@@ -63,7 +63,7 @@
|
|
|
</el-row>
|
|
|
|
|
|
<el-table border
|
|
|
- height="650"
|
|
|
+ height="600"
|
|
|
size="small"
|
|
|
v-loading="loading" :data="planList" row-key="id" :tree-props="{ children: 'children' }">
|
|
|
<el-table-column prop="index" label="序号" width="80"></el-table-column>
|
|
|
@@ -89,7 +89,7 @@
|
|
|
<dict-tag :options="dict.type.plan_status" :value="scope.row.planStatus"/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
-
|
|
|
+
|
|
|
<el-table-column label="备注" align="center" prop="description"/>
|
|
|
<el-table-column label="操作" fixed="right" width="120" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|