Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
dc6570b3
Commit
dc6570b3
authored
Apr 28, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 查看企微任务
parent
11f8b6c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
lib-qywx.vue
src/views/ecm/marketing-event/components/lib-qywx.vue
+4
-4
index.vue
src/views/ecm/marketing-event/index.vue
+1
-1
No files found.
src/views/ecm/marketing-event/components/lib-qywx.vue
View file @
dc6570b3
...
...
@@ -9,15 +9,15 @@
<div
v-if=
"isEdit"
class=
"sub-title"
>
基本信息
</div>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
v-show=
"step == 0 || isEdit"
label-width=
"120px"
>
<el-form-item
label=
"选择企业"
prop=
"qywxEnterpriseId"
>
<el-select
v-model=
"form.qywxEnterpriseId"
@
change=
"onChangeEnterprise"
:disabled=
"isEdit"
>
<el-select
v-model=
"form.qywxEnterpriseId"
@
change=
"onChangeEnterprise"
:disabled=
"isEdit
|| readOnly
"
>
<el-option
v-for=
"el in entepriseList"
:key=
"el.wxEnterpriseId"
:value=
"el.wxEnterpriseId"
:label=
"el.corpName"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"任务标题"
prop=
"title"
>
<el-input
show-word-limit
v-model=
"form.title"
:maxlength=
"20"
:
readonly
=
"readOnly"
></el-input>
<el-input
show-word-limit
v-model=
"form.title"
:maxlength=
"20"
:
disabled
=
"readOnly"
></el-input>
</el-form-item>
<el-form-item
label=
"任务描述"
prop=
"remark"
>
<el-input
class=
"task-desc"
type=
"textarea"
show-word-limit
v-model=
"form.remark"
:rows=
"4"
:maxlength=
"200"
resize=
"none"
:
readonly
=
"readOnly"
></el-input>
<el-input
class=
"task-desc"
type=
"textarea"
show-word-limit
v-model=
"form.remark"
:rows=
"4"
:maxlength=
"200"
resize=
"none"
:
disabled
=
"readOnly"
></el-input>
</el-form-item>
<el-form-item>
<template
slot=
"label"
>
...
...
@@ -38,7 +38,7 @@
<span>
{{ i + 1 }}
</span>
<span>
{{ el.value }}
</span>
<span>
<img
class=
"drag"
style=
"width:16px;height:16px
;cursor:move
"
src=
"../assets/img/sort.svg"
/>
<img
class=
"drag"
style=
"width:16px;height:16px
"
:style=
"{ cursor: readOnly ? 'not-allowed' : 'move' }
"
src=
"../assets/img/sort.svg"
/>
</span>
</div>
</transition-group>
...
...
src/views/ecm/marketing-event/index.vue
View file @
dc6570b3
...
...
@@ -22,7 +22,7 @@
<i
class=
"el-icon-delete dm-marketing__opt--icon"
></i>
</dm-delete>
</
template
>
<i
v-else-if=
"v.comName == 'item-qywx'"
class=
"el-icon-
edit
dm-marketing__opt--icon"
@
click=
"editItem(v)"
></i>
<i
v-else-if=
"v.comName == 'item-qywx'"
class=
"el-icon-
view
dm-marketing__opt--icon"
@
click=
"editItem(v)"
></i>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment