UPDATE: 优化
This commit is contained in:
@@ -86,10 +86,9 @@
|
||||
<el-button
|
||||
type="primary"
|
||||
link
|
||||
:icon="List"
|
||||
icon="List"
|
||||
@click="openChildrenPlan(scope.row)"
|
||||
v-if="modeStore.currentMode == '比对式' && scope.row.fatherPlanId == 0"
|
||||
v-auth.plan="'add_subplan'"
|
||||
v-if="modeStore.currentMode == '比对式' && scope.row.fatherPlanId == 0 && scope.row.importFlag == 0"
|
||||
>
|
||||
子计划
|
||||
</el-button>
|
||||
|
||||
Reference in New Issue
Block a user