Browse Source

前端: 扣分原因输入框

baichengfei 4 years ago
parent
commit
d7cf4fe4b2

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-basis/_opera/evaluationlist.vue

@@ -93,7 +93,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>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-goods/_opera/evaluationlist.vue

@@ -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>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilcontract/contract-service/_opera/evaluationlist.vue

@@ -85,7 +85,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>