Selaa lähdekoodia

修改

master
yangpeilai 1 kuukausi sitten
vanhempi
commit
bc8ab01bf0

+ 18
- 18
src/views/onlineBusinessHall/informationManagement/obuInfo/index.vue Näytä tiedosto

@@ -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>

+ 1
- 1
src/views/onlineBusinessHall/informationManagement/userInfo/index.vue Näytä tiedosto

@@ -109,7 +109,7 @@
const typeOption = ref("");

onMounted(() => {
// getList();
getList();
});
// 搜索按钮
function btnSearch() {

Loading…
Peruuta
Tallenna