Commit fc03dd84 by Lyan

6.30bug

parent 0f876f97
...@@ -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%;
} }
......
...@@ -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
......
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment