|
|
@@ -66,24 +66,24 @@ |
|
|
|
placeholder="请输入用户编号" |
|
|
|
/> |
|
|
|
</template> |
|
|
|
<template #operation="{ scope }"> |
|
|
|
<el-button |
|
|
|
v-if="IsPermission(route, 'USER_INFO_LIST')" |
|
|
|
type="primary" |
|
|
|
size="small" |
|
|
|
@click="handleOhterInfo(1, scope.row)" |
|
|
|
> |
|
|
|
用户详情 |
|
|
|
</el-button> |
|
|
|
<el-button |
|
|
|
v-if="IsPermission(route, 'CAR_INFO_LIST')" |
|
|
|
size="small" |
|
|
|
type="warning" |
|
|
|
@click="handleOhterInfo(2, scope.row)" |
|
|
|
> |
|
|
|
车辆详情 |
|
|
|
</el-button> |
|
|
|
</template> |
|
|
|
<!-- <template #operation="{ scope }">--> |
|
|
|
<!-- <el-button--> |
|
|
|
<!-- v-if="IsPermission(route, 'USER_INFO_LIST')"--> |
|
|
|
<!-- type="primary"--> |
|
|
|
<!-- size="small"--> |
|
|
|
<!-- @click="handleOhterInfo(1, scope.row)"--> |
|
|
|
<!-- >--> |
|
|
|
<!-- 用户详情--> |
|
|
|
<!-- </el-button>--> |
|
|
|
<!-- <el-button--> |
|
|
|
<!-- v-if="IsPermission(route, 'CAR_INFO_LIST')"--> |
|
|
|
<!-- size="small"--> |
|
|
|
<!-- type="warning"--> |
|
|
|
<!-- @click="handleOhterInfo(2, scope.row)"--> |
|
|
|
<!-- >--> |
|
|
|
<!-- 车辆详情--> |
|
|
|
<!-- </el-button>--> |
|
|
|
<!-- </template>--> |
|
|
|
</crud-template> |
|
|
|
</div> |
|
|
|
</template> |