|
@@ -1,19 +1,19 @@
|
|
|
|
|
|
<template>
|
|
|
<div>
|
|
|
- <basicLayout
|
|
|
- ref="basicLayout"
|
|
|
+ <basicLayout
|
|
|
+ ref="basicLayout"
|
|
|
:oldFormPath="{
|
|
|
add:'HManagement/accountManage/modules'
|
|
|
}"
|
|
|
- tableName="accountTable"
|
|
|
- idName="userid"
|
|
|
+ tableName="accountTable"
|
|
|
+ idName="userid"
|
|
|
:apiId="{query:20221031141102,del:20221031141202}"
|
|
|
:options="options"
|
|
|
:detailPath="{
|
|
|
path:'/account_details'
|
|
|
}">
|
|
|
- <div slot="custom" style="display:flex">
|
|
|
+ <div slot="custom" style="display:flex">
|
|
|
<div class="label_center">
|
|
|
<span class="search__label">用户类型: </span>
|
|
|
<el-select
|
|
@@ -52,7 +52,7 @@
|
|
|
></el-option>
|
|
|
</el-select>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
<template v-slot:tbList="scope">
|
|
|
<p v-if="scope.data.column.columnname === 'status'">
|
|
@@ -142,7 +142,7 @@ export default {
|
|
|
const res = await this.$api.requested(param);
|
|
|
this.selectType = res.data;
|
|
|
console.log(this.selectType);
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
handleSelectChange() {
|
|
|
this.$refs['basicLayout'].param.content.where.status = this.status
|
|
@@ -164,4 +164,4 @@ export default {
|
|
|
</script>
|
|
|
<style>
|
|
|
|
|
|
-</style>
|
|
|
+</style>
|