addrange
This commit is contained in:
@ -29,7 +29,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="plus"
|
||||||
@click="openListenerForm(null)"
|
@click="openListenerForm(null)"
|
||||||
>添加监听器</el-button
|
>添加监听器</el-button
|
||||||
>
|
>
|
||||||
@ -159,7 +159,9 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<el-divider />
|
<el-divider />
|
||||||
<p class="listener-filed__title">
|
<p class="listener-filed__title">
|
||||||
<span><i class="el-icon-menu"></i>注入字段:</span>
|
<div class="span"
|
||||||
|
><el-icon><Menu /></el-icon>注入字段:</div
|
||||||
|
>
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
type="primary"
|
type="primary"
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="plus"
|
||||||
@click="openListenerForm(null)"
|
@click="openListenerForm(null)"
|
||||||
>添加监听器</el-button
|
>添加监听器</el-button
|
||||||
>
|
>
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="plus"
|
||||||
@click="openAttributesForm(null, -1)"
|
@click="openAttributesForm(null, -1)"
|
||||||
>添加属性</el-button
|
>添加属性</el-button
|
||||||
>
|
>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
type="primary"
|
type="primary"
|
||||||
icon="el-icon-plus"
|
icon="plus"
|
||||||
@click="onSelectUsers()"
|
@click="onSelectUsers()"
|
||||||
>添加用户</el-button
|
>添加用户</el-button
|
||||||
>
|
>
|
||||||
@ -159,6 +159,7 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { listUser, deptTreeSelect } from "@/api/system/user";
|
import { listUser, deptTreeSelect } from "@/api/system/user";
|
||||||
import { listRole } from "@/api/system/role";
|
import { listRole } from "@/api/system/role";
|
||||||
|
import { addDateRange } from "@/utils/ruoyi";
|
||||||
import TreeSelect from "@/components/TreeSelect";
|
import TreeSelect from "@/components/TreeSelect";
|
||||||
import { ref, reactive, watch } from "vue";
|
import { ref, reactive, watch } from "vue";
|
||||||
import { ElMessage } from "element-plus";
|
import { ElMessage } from "element-plus";
|
||||||
|
@ -77,7 +77,9 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
span {
|
.span {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Reference in New Issue
Block a user