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