Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
saas-dml
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
saas-dml
Commits
c819a654
提交
c819a654
authored
5月 25, 2024
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
e952c9f3
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
36 行增加
和
49 行删除
+36
-49
Index.vue
src/modules/group/views/Index.vue
+2
-1
Index.vue
src/modules/label/views/Index.vue
+13
-4
Index.vue
src/modules/material/audio/views/Index.vue
+2
-7
Index.vue
src/modules/material/card/views/Index.vue
+2
-7
Index.vue
src/modules/material/h5/views/Index.vue
+2
-7
Index.vue
src/modules/material/image/views/Index.vue
+2
-7
Index.vue
src/modules/material/mini/views/Index.vue
+1
-1
Index.vue
src/modules/material/qrcode/views/Index.vue
+1
-1
Index.vue
src/modules/material/text/views/Index.vue
+1
-1
Index.vue
src/modules/material/video/views/Index.vue
+2
-7
Index.vue
src/modules/user/views/Index.vue
+8
-6
没有找到文件。
src/modules/group/views/Index.vue
浏览文件 @
c819a654
...
...
@@ -123,7 +123,8 @@ function handleView(row: Group) {
<AppList
v-bind=
"listOptions"
ref=
"appList"
@
selection-change=
"handleSelectionChange"
>
<template
#
header-buttons
>
<el-space>
<el-dropdown
v-permission=
"['experiment_group_create_dynamic_group', 'experiment_group_create_static_group']"
>
<!-- v-permission="['experiment_group_create_dynamic_group', 'experiment_group_create_static_group']" -->
<el-dropdown>
<el-button
type=
"primary"
:icon=
"Plus"
v-if=
"!userStore.status.group_status"
>
新建
</el-button>
<template
#
dropdown
>
<el-dropdown-menu>
...
...
src/modules/label/views/Index.vue
浏览文件 @
c819a654
...
...
@@ -152,7 +152,7 @@ const userStore = useUserStore() -->
<div
class=
"label-left"
><LabelType
:active-id=
"listParams.type_id"
@
select=
"handleSelect"
></LabelType></div>
<AppList
v-bind=
"listOptions"
ref=
"appList"
class=
"label-right"
>
<template
#
header-buttons
>
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
v-
permission=
"'experiment_tag_create'"
v-
if=
"!userStore.status.tag_status"
>
新建
</el-button>
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
v-if=
"!userStore.status.tag_status"
>
新建
</el-button>
</
template
>
<
template
#
filter-user
>
<SelectUser
v-model=
"listParams.updated_operator"
placeholder=
"更新人"
@
change=
"handleRefresh"
></SelectUser>
...
...
@@ -161,14 +161,23 @@ const userStore = useUserStore() -->
<
template
#
table-x=
"{ row }"
>
<el-button
type=
"primary"
plain
@
click=
"handleRule(row)"
>
规则
</el-button>
<el-button
type=
"primary"
plain
@
click=
"handleView(row)"
>
查看
</el-button>
<el-button
type=
"primary"
plain
@
click=
"handleUpdate(row)"
v-permission=
"'experiment_tag_update'"
>
编辑
</el-button>
<el-button
type=
"primary"
plain
@
click=
"handleRemove(row)"
v-permission=
"'experiment_tag_delete'"
>
删除
</el-button>
<el-button
type=
"primary"
plain
@
click=
"handleUpdate(row)"
v-permission=
"'experiment_tag_update'"
>
编辑
</el-button
>
<el-button
type=
"primary"
plain
@
click=
"handleRemove(row)"
v-permission=
"'experiment_tag_delete'"
>
删除
</el-button
>
</
template
>
</AppList>
</div>
</AppCard>
<!-- 新建/修改标签 -->
<LabelFormDialog
v-model=
"formVisible"
:data=
"currentRow"
@
update=
"handleRefresh"
v-if=
"formVisible"
></LabelFormDialog>
<LabelFormDialog
v-model=
"formVisible"
:data=
"currentRow"
@
update=
"handleRefresh"
v-if=
"formVisible"
></LabelFormDialog>
<!-- 查看标签 -->
<LabelViewDialog
v-model=
"viewVisible"
:data=
"currentRow"
v-if=
"viewVisible && currentRow"
></LabelViewDialog>
<!-- 规则 -->
...
...
src/modules/material/audio/views/Index.vue
浏览文件 @
c819a654
...
...
@@ -119,13 +119,8 @@ const deleteMembers = function (ids: string) {
<AppList
v-bind=
"listOptions"
ref=
"appList"
@
selection-change=
"handleSelectionChange"
>
<template
#
header-buttons
>
<el-space
v-if=
"!userStore.status.material_status"
>
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
v-permission=
"'v1-experiment-marketing-material-create'"
>
新建
</el-button
>
<!-- v-permission="'v1-experiment-marketing-material-create'" -->
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
>
新建
</el-button>
<!--
<el-button
type=
"danger"
plain
:icon=
"Delete"
:disabled=
"!multipleSelection.length"
@
click=
"handleRemoves()"
>
删除
</el-button
>
-->
...
...
src/modules/material/card/views/Index.vue
浏览文件 @
c819a654
...
...
@@ -119,13 +119,8 @@ const deleteMembers = function (ids: string) {
<AppList
v-bind=
"listOptions"
ref=
"appList"
@
selection-change=
"handleSelectionChange"
>
<template
#
header-buttons
>
<el-space
v-if=
"!userStore.status.material_status"
>
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
v-permission=
"'v1-experiment-marketing-material-create'"
>
新建
</el-button
>
<!-- v-permission="'v1-experiment-marketing-material-create'" -->
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
>
新建
</el-button>
<!--
<el-button
type=
"danger"
plain
:icon=
"Delete"
:disabled=
"!multipleSelection.length"
@
click=
"handleRemoves()"
>
删除
</el-button
>
-->
...
...
src/modules/material/h5/views/Index.vue
浏览文件 @
c819a654
...
...
@@ -119,13 +119,8 @@ const deleteMembers = function (ids: string) {
<AppList
v-bind=
"listOptions"
ref=
"appList"
@
selection-change=
"handleSelectionChange"
>
<template
#
header-buttons
>
<el-space
v-if=
"!userStore.status.material_status"
>
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
v-permission=
"'v1-experiment-marketing-material-create'"
>
新建
</el-button
>
<!-- v-permission="'v1-experiment-marketing-material-create'" -->
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
>
新建
</el-button>
<!--
<el-button
type=
"danger"
plain
:icon=
"Delete"
:disabled=
"!multipleSelection.length"
@
click=
"handleRemoves()"
>
删除
</el-button
>
-->
...
...
src/modules/material/image/views/Index.vue
浏览文件 @
c819a654
...
...
@@ -119,13 +119,8 @@ const deleteMembers = function (ids: string) {
<AppList
v-bind=
"listOptions"
ref=
"appList"
@
selection-change=
"handleSelectionChange"
>
<template
#
header-buttons
>
<el-space
v-if=
"!userStore.status.material_status"
>
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
v-permission=
"'v1-experiment-marketing-material-create'"
>
新建
</el-button
>
v-permission="'v1-experiment-marketing-material-create'"
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
>
新建
</el-button>
<!--
<el-button
type=
"danger"
plain
:icon=
"Delete"
:disabled=
"!multipleSelection.length"
@
click=
"handleRemoves()"
>
删除
</el-button
>
-->
...
...
src/modules/material/mini/views/Index.vue
浏览文件 @
c819a654
...
...
@@ -119,11 +119,11 @@ const deleteMembers = function (ids: string) {
<AppList
v-bind=
"listOptions"
ref=
"appList"
@
selection-change=
"handleSelectionChange"
>
<template
#
header-buttons
>
<el-space
v-if=
"!userStore.status.material_status"
>
<!-- v-permission="'v1-experiment-marketing-material-create'" -->
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
v-permission=
"'v1-experiment-marketing-material-create'"
>
新建
</el-button
>
<!--
<el-button
type=
"danger"
plain
:icon=
"Delete"
:disabled=
"!multipleSelection.length"
@
click=
"handleRemoves()"
...
...
src/modules/material/qrcode/views/Index.vue
浏览文件 @
c819a654
...
...
@@ -119,11 +119,11 @@ const deleteMembers = function (ids: string) {
<AppList
v-bind=
"listOptions"
ref=
"appList"
@
selection-change=
"handleSelectionChange"
>
<template
#
header-buttons
>
<el-space
v-if=
"!userStore.status.material_status"
>
<!-- v-permission="'v1-experiment-marketing-material-create'" -->
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
v-permission=
"'v1-experiment-marketing-material-create'"
>
新建
</el-button
>
<!--
<el-button
type=
"danger"
plain
:icon=
"Delete"
:disabled=
"!multipleSelection.length"
@
click=
"handleRemoves()"
...
...
src/modules/material/text/views/Index.vue
浏览文件 @
c819a654
...
...
@@ -119,11 +119,11 @@ const deleteMembers = function (ids: string) {
<AppList
v-bind=
"listOptions"
ref=
"appList"
@
selection-change=
"handleSelectionChange"
>
<template
#
header-buttons
>
<el-space
v-if=
"!userStore.status.material_status"
>
<!-- v-permission="'v1-experiment-marketing-material-create'" -->
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
v-permission=
"'v1-experiment-marketing-material-create'"
>
新建
</el-button
>
<!--
<el-button
type=
"danger"
plain
:icon=
"Delete"
:disabled=
"!multipleSelection.length"
@
click=
"handleRemoves()"
...
...
src/modules/material/video/views/Index.vue
浏览文件 @
c819a654
...
...
@@ -119,13 +119,8 @@ const deleteMembers = function (ids: string) {
<AppList
v-bind=
"listOptions"
ref=
"appList"
@
selection-change=
"handleSelectionChange"
>
<template
#
header-buttons
>
<el-space
v-if=
"!userStore.status.material_status"
>
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
v-permission=
"'v1-experiment-marketing-material-create'"
>
新建
</el-button
>
<!-- v-permission="'v1-experiment-marketing-material-create'" -->
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
>
新建
</el-button>
<!--
<el-button
type=
"danger"
plain
:icon=
"Delete"
:disabled=
"!multipleSelection.length"
@
click=
"handleRemoves()"
>
删除
</el-button
>
-->
...
...
src/modules/user/views/Index.vue
浏览文件 @
c819a654
...
...
@@ -208,7 +208,8 @@ const downloadMember = function (isAll?: boolean) {
<el-row
justify=
"space-between"
>
<el-space>
<el-button
type=
"primary"
:icon=
"Plus"
@
click=
"handleAdd"
>
新建
</el-button>
<el-dropdown
v-permission=
"'v1-experiment-member-download'"
>
<!-- v-permission="'v1-experiment-member-download'" -->
<el-dropdown>
<el-button
type=
"primary"
:icon=
"Download"
>
导出
</el-button>
<template
#
dropdown
>
<el-dropdown-menu>
...
...
@@ -219,7 +220,8 @@ const downloadMember = function (isAll?: boolean) {
</el-dropdown-menu>
</
template
>
</el-dropdown>
<el-dropdown
v-permission=
"['v1-experiment-member-member-upload', 'v1-experiment-member-event-upload']"
>
<!-- v-permission="['v1-experiment-member-member-upload', 'v1-experiment-member-event-upload']" -->
<el-dropdown>
<el-button
type=
"primary"
:icon=
"Upload"
>
导入
</el-button>
<
template
#
dropdown
>
<el-dropdown-menu>
...
...
@@ -228,11 +230,11 @@ const downloadMember = function (isAll?: boolean) {
</el-dropdown-menu>
</
template
>
</el-dropdown>
<el-button
type=
"primary"
@
click=
"progressVisible = true"
v-permission=
"'v1-experiment-member-tasks'"
>
数据导入进度
</el-button
>
<!-- v-permission="'v1-experiment-member-tasks'" -->
<el-button
type=
"primary"
@
click=
"progressVisible = true"
>
数据导入进度
</el-button>
<!-- <el-button type="danger" plain :icon="Delete" :disabled="!multipleSelection.length" @click="handleRemoves()" v-permission="'v1-experiment-member-delete'">删除</el-button> -->
<el-dropdown
v-permission=
"'v1-experiment-member-delete'"
>
<!-- v-permission="'v1-experiment-member-delete'" -->
<el-dropdown>
<el-button
type=
"danger"
:icon=
"Delete"
>
删除
</el-button>
<
template
#
dropdown
>
<el-dropdown-menu>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论