|
|
@ -38,16 +38,19 @@ |
|
|
|
<el-button type="primary" |
|
|
|
<el-button type="primary" |
|
|
|
size="small" |
|
|
|
size="small" |
|
|
|
plain |
|
|
|
plain |
|
|
|
|
|
|
|
v-if="permission.inspectionroute_effect" |
|
|
|
@click="handleTakeEffect">生效 |
|
|
|
@click="handleTakeEffect">生效 |
|
|
|
</el-button> |
|
|
|
</el-button> |
|
|
|
<el-button type="primary" |
|
|
|
<el-button type="primary" |
|
|
|
size="small" |
|
|
|
size="small" |
|
|
|
plain |
|
|
|
plain |
|
|
|
|
|
|
|
v-if="permission.inspectionroute_lapse" |
|
|
|
@click="handleLapse">失效 |
|
|
|
@click="handleLapse">失效 |
|
|
|
</el-button> |
|
|
|
</el-button> |
|
|
|
<el-button type="primary" |
|
|
|
<el-button type="primary" |
|
|
|
size="small" |
|
|
|
size="small" |
|
|
|
plain |
|
|
|
plain |
|
|
|
|
|
|
|
v-if="permission.inspectionroute_export" |
|
|
|
@click="handleExport">导出 |
|
|
|
@click="handleExport">导出 |
|
|
|
</el-button> |
|
|
|
</el-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|