Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
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
张伯涛
tea-resources-web
Commits
36397fd3
Commit
36397fd3
authored
May 16, 2024
by
WBY1026
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.0' of
http://gitlab.91isoft.com:90/zhangbotao/tea-resources-web
into 1.0
parents
798015d6
be6e491a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
index.vue
src/views/contentManagement/centralCase/info/index.vue
+5
-9
No files found.
src/views/contentManagement/centralCase/info/index.vue
View file @
36397fd3
...
@@ -89,15 +89,7 @@
...
@@ -89,15 +89,7 @@
<el-row>
<el-row>
<el-col
:span=
"18"
>
<el-col
:span=
"18"
>
<el-form-item
label=
"案例内容:"
prop=
"details"
:rules=
"
{ required: !(controls.isOperation === '3'), message: '请输入案例内容', trigger: 'blur' }">
<el-form-item
label=
"案例内容:"
prop=
"details"
:rules=
"
{ required: !(controls.isOperation === '3'), message: '请输入案例内容', trigger: 'blur' }">
<el-input
<vue-editor
id=
"editorsay"
v-model=
"form.details"
:editor-toolbar=
"customToolbar"
:disabled=
"secondFromDisabled"
@
blur=
"queryRules"
/>
v-model=
"form.details"
:disabled=
"secondFromDisabled"
placeholder=
"请输入案例内容"
size=
"small"
class=
"normalInput"
:autosize=
"
{minRows: 8}"
type="textarea"
/>
<!--
<vue-editor
id=
"editorsay"
v-model=
"form.details"
:editor-toolbar=
"customToolbar"
@
image-added=
"handleImageAdded"
/>
-->
<!--
<vue-editor
id=
"editorsay"
v-model=
"form.details"
:editor-toolbar=
"customToolbar"
@
image-added=
"handleImageAdded"
/>
-->
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -213,6 +205,10 @@ export default {
...
@@ -213,6 +205,10 @@ export default {
this
.
getDetail
()
this
.
getDetail
()
},
},
methods
:
{
methods
:
{
queryRules
()
{
console
.
log
(
'111111111111'
)
this
.
$refs
.
deviceFormRef
.
validateField
(
'details'
)
},
/**
/**
* @description: 处理上传接口
* @description: 处理上传接口
* @author: gaoyu
* @author: gaoyu
...
...
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