|
@@ -284,8 +284,8 @@
|
|
|
<!-- <el-form :model="> -->
|
|
|
<el-radio-group v-model="radio">
|
|
|
<el-radio :label="0" class="rala1">状态正常</el-radio>
|
|
|
- <el-radio :label="1" class="rala2">风险提示</el-radio>
|
|
|
- <el-radio :label="2" class="rala3">高度危险</el-radio>
|
|
|
+ <el-radio :label="1" class="rala2">存在风险</el-radio>
|
|
|
+ <el-radio :label="2" class="rala3">进展预期</el-radio>
|
|
|
</el-radio-group>
|
|
|
|
|
|
<el-input
|
|
@@ -465,14 +465,14 @@
|
|
|
<div class="issue">
|
|
|
<!-- <el-input type="textarea" class="textareays" label-width="100%" label-height="140px"></el-input> -->
|
|
|
<div class="issue_fixation">
|
|
|
- <el-input
|
|
|
+ <div class="inputDeep"><el-input
|
|
|
class="issue-input"
|
|
|
type="textarea"
|
|
|
placeholder="请输入内容"
|
|
|
:autosize="{ minRows: 6, maxRows: 6}"
|
|
|
v-model.trim="textarea2"
|
|
|
>
|
|
|
- </el-input>
|
|
|
+ </el-input></div>
|
|
|
<el-button class="issue-button" type="primary" @click="release()">发布</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -846,12 +846,6 @@
|
|
|
},
|
|
|
//创建任务进展
|
|
|
addTaskProgress() {
|
|
|
- if (this.text2.length <= 0) {
|
|
|
- return this.$message({
|
|
|
- message: '请输入内容',
|
|
|
- type: "error"
|
|
|
- });
|
|
|
- }
|
|
|
console.log(this.taskIid, 'idididi');
|
|
|
// var param = {taskId:0,status:0,content:'输入进展内容',participatorIds:'1,2,3,4,5'};
|
|
|
// console.log(this.checkLists.toString(), '看看打印的是什么');
|
|
@@ -2335,14 +2329,22 @@
|
|
|
}
|
|
|
.issue-button {
|
|
|
position: absolute;
|
|
|
- bottom: 20px ;
|
|
|
- right: 0;
|
|
|
+ bottom: 20px;
|
|
|
+ right: 20px;
|
|
|
}
|
|
|
}
|
|
|
.issue-input {
|
|
|
position: absolute;
|
|
|
bottom: 85px;
|
|
|
}
|
|
|
+.inputDeep>>>.el-input__inner {
|
|
|
+ border: 0;
|
|
|
+ }
|
|
|
+.inputDeep>>>.el-textarea__inner {
|
|
|
+ border: 0 !important;
|
|
|
+ resize: none !important;/* 这个是去掉 textarea 下面拉伸的那个标志,如下图 */
|
|
|
+ }
|
|
|
+
|
|
|
.scop_span {
|
|
|
display: inline-block;
|
|
|
padding: 2px 5px;
|