Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-sensitive-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.foundation.frontend
pica-sensitive-admin
提交
2770e9a8
提交
2770e9a8
编写于
3月 10, 2021
作者:
wangxinxu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
test 刷新页面
上级
93f4065d
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
18 行增加
和
15 行删除
+18
-15
create-point.vue
src/views/strack-data/create-point.vue
+18
-15
未找到文件。
src/views/strack-data/create-point.vue
浏览文件 @
2770e9a8
...
...
@@ -5,10 +5,10 @@
<el-row
:gutter=
"30"
class=
"row search"
type=
"flex"
style=
"margin-bottom:0;"
>
<el-col
:span=
"15"
>
<el-form-item
label=
""
>
<el-input
v-model=
"searchParam.action"
clearable
placeholder=
"请输入要查找的埋点编码或名称"
<el-input
v-model=
"searchParam.action"
clearable
placeholder=
"请输入要查找的埋点编码或名称"
style=
"width:400px;margin-left: -74px;"
@
change=
"search(1)"
></el-input>
</el-form-item>
...
...
@@ -147,7 +147,7 @@
:visible
.
sync=
"assignVisible"
width=
"30%"
>
<el-row
:gutter=
"30"
class=
"row search"
type=
"flex"
style=
"margin-bottom:0;"
>
<el-form
ref=
"assignForm"
<el-form
ref=
"assignForm"
:model=
"assignForm"
:rules=
"assignRule"
label-width=
"150px"
...
...
@@ -189,7 +189,7 @@
:visible
.
sync=
"dialogVisible"
width=
"30%"
>
<el-row
:gutter=
"30"
class=
"row search"
type=
"flex"
style=
"margin-bottom:0;"
>
<el-form
ref=
"menuForm"
<el-form
ref=
"menuForm"
:model=
"form"
label-width=
"150px"
label-suffix=
":"
...
...
@@ -247,8 +247,8 @@
</el-form-item>
<div
v-for=
"(item, index) in form.actionTagResqs"
:key=
"index"
style=
"width: 400px;"
>
<el-form-item
:label=
"'额外投递' + parseInt(index + 1)"
>
<el-select
v-model=
"item.tagCode"
<el-select
v-model=
"item.tagCode"
clearable
filterable
placeholder=
"请选择额外投递"
...
...
@@ -279,7 +279,7 @@
:visible
.
sync=
"downPageVisible"
width=
"30%"
>
<el-row
:gutter=
"30"
class=
"row search"
type=
"flex"
style=
"margin-bottom:0;"
>
<el-form
ref=
"downForm"
<el-form
ref=
"downForm"
:model=
"downForm"
label-width=
"150px"
label-suffix=
":"
...
...
@@ -329,7 +329,7 @@
:visible
.
sync=
"detailVisible"
width=
"30%"
>
<el-row
:gutter=
"30"
class=
"row search"
type=
"flex"
style=
"margin-bottom:0;"
>
<el-form
ref=
"detailForm"
<el-form
ref=
"detailForm"
:model=
"detailForm"
label-width=
"150px"
label-suffix=
":"
...
...
@@ -369,7 +369,7 @@
:visible
.
sync=
"tagVisible"
width=
"30%"
>
<el-row
:gutter=
"30"
class=
"row search"
type=
"flex"
style=
"margin-bottom:0;"
>
<el-form
ref=
"tagForm"
<el-form
ref=
"tagForm"
rules=
"tagRules"
:model=
"tagForm"
label-width=
"150px"
...
...
@@ -512,6 +512,9 @@ export default {
},
created
()
{
this
.
searchParam
.
pageId
=
parseInt
(
this
.
$route
.
query
.
id
)
||
''
;
if
(
this
.
searchParam
.
pageId
)
{
this
.
$router
.
go
(
0
)
}
},
mounted
()
{
this
.
getPageList
();
...
...
@@ -672,7 +675,7 @@ export default {
);
}
})
},
addTag
(
index
)
{
this
.
form
.
actionTagResqs
.
push
({
tagName
:
''
,
tagCode
:
''
,
tagDesc
:
''
});
...
...
@@ -755,7 +758,7 @@ export default {
this
.
detailVisible
=
true
;
this
.
getActionDetail
(
row
.
id
);
},
// 上传页面图片
beforeAvatarUpload
(
file
)
{
let
_this
=
this
;
...
...
@@ -772,7 +775,7 @@ export default {
_this
.
form
.
location
=
path
.
fullPath
;
_this
.
$message
.
success
(
'上传成功'
);
});
return
false
;
return
false
;
},
handleSizeChange
(
value
)
{
this
.
searchParam
.
pageSize
=
value
;
...
...
@@ -791,4 +794,4 @@ export default {
margin-bottom: 30px;
}
}
</
style
>
\ No newline at end of file
</
style
>
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录