|
|
@ -9,14 +9,14 @@ |
|
|
|
<div class="container"> |
|
|
|
<div class="container"> |
|
|
|
<span > |
|
|
|
<span > |
|
|
|
<el-button type="primary" |
|
|
|
<el-button type="primary" |
|
|
|
size="large" |
|
|
|
size="small" |
|
|
|
@click="handleFormSubmit" |
|
|
|
@click="handleFormSubmit" |
|
|
|
v-if="addUpdateShowButton"> |
|
|
|
v-if="addUpdateShowButton && permission.inspectionroute_add"> |
|
|
|
确定</el-button> |
|
|
|
确定</el-button> |
|
|
|
<el-button type="primary" |
|
|
|
<el-button type="primary" |
|
|
|
size="small" |
|
|
|
size="small" |
|
|
|
@click="seachToUpdate" |
|
|
|
@click="seachToUpdate" |
|
|
|
v-if="shouldShowButton"> |
|
|
|
v-if="shouldShowButton && permission.inspectionroute_edit"> |
|
|
|
修改</el-button> |
|
|
|
修改</el-button> |
|
|
|
</span> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|