This commit is contained in:
zxy
2024-02-27 20:58:20 +08:00
parent 97c026c9d3
commit 8a84084698
4 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<el-collapse-item name="1" disabled="true"> <el-collapse-item name="1" disabled="true">
<template slot="title">--> <template slot="title">-->
<!-- <p>全部{{ personTotal }}</p> --> <!-- <p>全部{{ personTotal }}</p> -->
<p>分组管理</p> <p>便签分组管理</p>
<!-- </template> --> <!-- </template> -->
<div class="box" :style="{ height: leftHeight }"> <div class="box" :style="{ height: leftHeight }">
<el-scrollbar style="height: 100%"> <el-scrollbar style="height: 100%">

View File

@@ -6,7 +6,7 @@
<el-collapse-item name="1" disabled="true"> <el-collapse-item name="1" disabled="true">
<template slot="title">--> <template slot="title">-->
<!-- <p>全部{{ personTotal }}</p> --> <!-- <p>全部{{ personTotal }}</p> -->
<p>分组管理</p> <p>政策分组管理</p>
<!-- </template> --> <!-- </template> -->
<div class="box" :style="{ height: leftHeight }"> <div class="box" :style="{ height: leftHeight }">
<el-scrollbar style="height: 100%"> <el-scrollbar style="height: 100%">

View File

@@ -3,7 +3,7 @@
<el-row> <el-row>
<el-col :span="5"> <el-col :span="5">
<basic-container> <basic-container>
<p>分组管理</p> <p>服务分组管理</p>
<div class="box" :style="{ height: leftHeight }"> <div class="box" :style="{ height: leftHeight }">
<el-scrollbar style="height: 100%"> <el-scrollbar style="height: 100%">
<el-tree ref="tree" node-key="id" highlight-current :expand-on-click-node="false" @node-click="nodeClick" <el-tree ref="tree" node-key="id" highlight-current :expand-on-click-node="false" @node-click="nodeClick"
@@ -444,7 +444,7 @@ export default {
dialogClickModal: false, dialogClickModal: false,
column: [ column: [
{ {
label: "服务名", label: "服务名",
prop: "name", prop: "name",
// search: true, // search: true,
span: 24, span: 24,
@@ -477,7 +477,7 @@ export default {
// search: true // search: true
}, },
{ {
label: "标签", label: "服务标签",
prop: "serveLabels", prop: "serveLabels",
rules: [ rules: [
{ {

View File

@@ -6,7 +6,7 @@
<el-collapse-item name="1" disabled="true"> <el-collapse-item name="1" disabled="true">
<template slot="title">--> <template slot="title">-->
<!-- <p>全部{{ personTotal }}</p> --> <!-- <p>全部{{ personTotal }}</p> -->
<p>分组管理</p> <p>人群分组管理</p>
<!-- </template> --> <!-- </template> -->
<div class="box" :style="{ height: leftHeight }"> <div class="box" :style="{ height: leftHeight }">
<el-scrollbar style="height: 100%"> <el-scrollbar style="height: 100%">