Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-admin
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
吴迪
gs1-admin
Commits
fc03dd84
Commit
fc03dd84
authored
Jul 12, 2022
by
Lyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6.30bug
parent
0f876f97
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
_base.scss
src/assets/scss/_base.scss
+5
-0
medical-add-or-update.vue
src/views/modules/medical/medical-add-or-update.vue
+4
-4
ueditor.config.js
static/plugins/ueditor-1.4.3.3/ueditor.config.js
+3
-2
No files found.
src/assets/scss/_base.scss
View file @
fc03dd84
...
@@ -364,6 +364,11 @@ img {
...
@@ -364,6 +364,11 @@ img {
margin-right
:
5px
;
margin-right
:
5px
;
}
}
.el-dialog
{
.el-dialog
{
width
:
90%
!
important
;
margin-top
:
10vh
!
important
;
.el-dialog__body
{
height
:
63vh
!
important
;
}
.el-select
,
.el-date-editor
{
.el-select
,
.el-date-editor
{
width
:
100%
;
width
:
100%
;
}
}
...
...
src/views/modules/medical/medical-add-or-update.vue
View file @
fc03dd84
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
</el-date-picker>
</el-date-picker>
<p
v-show=
"showInfo"
>
{{
dataForm
.
releasetime
}}
</p>
<p
v-show=
"showInfo"
>
{{
dataForm
.
releasetime
}}
</p>
</el-form-item>
</el-form-item>
<el-form-item
label=
"实施日期:"
prop=
"implementationtime"
>
<
!--
<
el-form-item
label=
"实施日期:"
prop=
"implementationtime"
>
<el-date-picker
<el-date-picker
v-show=
"!showInfo"
v-show=
"!showInfo"
v-model=
"dataForm.implementationtime"
v-model=
"dataForm.implementationtime"
...
@@ -65,7 +65,7 @@
...
@@ -65,7 +65,7 @@
placeholder=
"选择日期"
>
placeholder=
"选择日期"
>
</el-date-picker>
</el-date-picker>
<p
v-show=
"showInfo"
>
{{
dataForm
.
implementationtime
}}
</p>
<p
v-show=
"showInfo"
>
{{
dataForm
.
implementationtime
}}
</p>
</el-form-item>
</el-form-item>
-->
<el-form-item
label=
"备注:"
prop=
"remarks"
>
<el-form-item
label=
"备注:"
prop=
"remarks"
>
<el-input
type=
"textarea"
v-model=
"dataForm.remarks"
placeholder=
"请输入简介"
v-show=
"!showInfo"
></el-input>
<el-input
type=
"textarea"
v-model=
"dataForm.remarks"
placeholder=
"请输入简介"
v-show=
"!showInfo"
></el-input>
...
@@ -216,8 +216,8 @@
...
@@ -216,8 +216,8 @@
'jumppath'
:
this
.
dataForm
.
jumppath
,
'jumppath'
:
this
.
dataForm
.
jumppath
,
'content'
:
this
.
dataForm
.
content
,
'content'
:
this
.
dataForm
.
content
,
'remarks'
:
this
.
dataForm
.
remarks
,
'remarks'
:
this
.
dataForm
.
remarks
,
'releasetime'
:
this
.
dataForm
.
releasetime
,
'releasetime'
:
this
.
dataForm
.
releasetime
'implementationtime'
:
this
.
dataForm
.
implementationtime
//
'implementationtime': this.dataForm.implementationtime
})
})
}).
then
(({
data
})
=>
{
}).
then
(({
data
})
=>
{
this
.
loading
=
false
this
.
loading
=
false
...
...
static/plugins/ueditor-1.4.3.3/ueditor.config.js
View file @
fc03dd84
...
@@ -44,6 +44,7 @@
...
@@ -44,6 +44,7 @@
// 'print','preview', 'searchreplace', 'drafts', 'help'
// 'print','preview', 'searchreplace', 'drafts', 'help'
// 开始
// 开始
// 'anchor', // 锚点
// 'anchor', // 锚点
'source'
,
// 源代码
'undo'
,
// 撤销
'undo'
,
// 撤销
'redo'
,
// 重做
'redo'
,
// 重做
'bold'
,
// 加粗
'bold'
,
// 加粗
...
@@ -56,7 +57,7 @@
...
@@ -56,7 +57,7 @@
'fontborder'
,
// 字符边框
'fontborder'
,
// 字符边框
'superscript'
,
// 上标
'superscript'
,
// 上标
'formatmatch'
,
// 格式刷
'formatmatch'
,
// 格式刷
// 'source', // 源代码
'blockquote'
,
// 引用
'blockquote'
,
// 引用
'pasteplain'
,
// 纯文本粘贴模式
'pasteplain'
,
// 纯文本粘贴模式
'selectall'
,
// 全选
'selectall'
,
// 全选
...
@@ -178,7 +179,7 @@
...
@@ -178,7 +179,7 @@
//, indentValue:'2em'
//, indentValue:'2em'
//, initialFrameWidth:1000 //初始化编辑器宽度,默认1000
//, initialFrameWidth:1000 //初始化编辑器宽度,默认1000
//, initialFrameHeight:320 //
初始化编辑器高度,默认320
initialFrameHeight
:
420
,
//
初始化编辑器高度,默认320
//, readonly : false //编辑器初始化结束后,编辑区域是否是只读的,默认是false
//, readonly : false //编辑器初始化结束后,编辑区域是否是只读的,默认是false
...
...
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