|
@@ -41,7 +41,7 @@
|
|
{{ item.departmentName }}
|
|
{{ item.departmentName }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div style="margin-left: 15px;">
|
|
|
|
|
|
+ <div style="margin-left: 15px;" v-if="planType == 0">
|
|
<el-button type="primary" size="mini" @click="(deptSetDialog = true), getPlanDeptSet()">部门设置</el-button>
|
|
<el-button type="primary" size="mini" @click="(deptSetDialog = true), getPlanDeptSet()">部门设置</el-button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -78,7 +78,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="endDate" label="完工时间" width="180">
|
|
<el-table-column prop="endDate" label="完工时间" width="180">
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="编辑">
|
|
|
|
|
|
+ <el-table-column label="编辑" :fixed="'right'">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div @click="editPlan(scope.row)" class="colorText">编辑</div>
|
|
<div @click="editPlan(scope.row)" class="colorText">编辑</div>
|
|
</template>
|
|
</template>
|