Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
151d4ff9
Commit
151d4ff9
authored
Jul 16, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
富文本
parent
8339eed2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
oneTourModal.vue
src/views/tourManage/modal/oneTourModal.vue
+4
-1
image.js
static/utf8-jsp/dialogs/image/image.js
+1
-1
No files found.
src/views/tourManage/modal/oneTourModal.vue
View file @
151d4ff9
...
...
@@ -201,6 +201,9 @@
</div>
</
template
>
<
style
>
textarea
{
display
:
none
;
}
.el-upload-list
{
display
:
flex
;
width
:
100px
;
...
...
@@ -937,7 +940,7 @@ import UE from '../../modal/Ueditor';//百度ue富文本
this
.
departureObj
=
{
name
:
""
},
//出发地
this
.
pathway
=
[],
//途径地
this
.
fileList2
=
[],
this
.
activeName2
=
'
first
'
,
//行程亮点
this
.
activeName2
=
''
,
//行程亮点
this
.
form
=
{
isOutside
:
"0"
,
//省内、省外
childPrice
:
undefined
,
//儿童价
...
...
static/utf8-jsp/dialogs/image/image.js
View file @
151d4ff9
...
...
@@ -290,7 +290,7 @@
/* 上传图片 */
function
UploadImage
(
target
)
{
function
UploadImage
(
target
)
{
debugger
this
.
$wrap
=
target
.
constructor
==
String
?
$
(
'#'
+
target
)
:
$
(
target
);
this
.
init
();
}
...
...
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