|
@@ -86,7 +86,7 @@
|
|
|
:visible.sync="dialogBoolean"
|
|
:visible.sync="dialogBoolean"
|
|
|
width="60%"
|
|
width="60%"
|
|
|
>
|
|
>
|
|
|
- <el-input type="textarea" placeholder="请输入" v-model="textareaValue" ></el-input>
|
|
|
|
|
|
|
+ <el-input type="textarea" placeholder="请输入" v-model="textareaValue" :autosize="{minRows: 3, maxRows: 20}"></el-input>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="dialogBoolean = false" size="small" >取 消</el-button>
|
|
<el-button @click="dialogBoolean = false" size="small" >取 消</el-button>
|
|
|
<el-button type="primary" @click="onTrueDialog" size="small">确 定</el-button>
|
|
<el-button type="primary" @click="onTrueDialog" size="small">确 定</el-button>
|