11wqe1 1 year ago
parent
commit
1d8bd6ac8b
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/views/commission/components/projectBook.vue

+ 5 - 3
src/views/commission/components/projectBook.vue

@@ -263,7 +263,7 @@
       title="签批意见"
       title="签批意见"
       :visible.sync="dialogVisible"
       :visible.sync="dialogVisible"
       :append-to-body="true"
       :append-to-body="true"
-      width="700px"
+      width="1200px"
       :before-close="handleClose"
       :before-close="handleClose"
       class="dialog_diy"
       class="dialog_diy"
     >
     >
@@ -342,7 +342,7 @@ export default {
       ttt: "",
       ttt: "",
       bookData: {},
       bookData: {},
 			loading:false,
 			loading:false,
-      dialogVisible: false,
+      dialogVisible: true,
       ttype: 0,
       ttype: 0,
       phType: 0,
       phType: 0,
       qpMessage: "",
       qpMessage: "",
@@ -983,8 +983,10 @@ export default {
       padding: 15px 20px;
       padding: 15px 20px;
       .qpLeft {
       .qpLeft {
         /deep/.qpTextArea {
         /deep/.qpTextArea {
-          width: 250px;
+          width: 800px;
+          height: 500px;
           resize: none;
           resize: none;
+          padding: 5px;
         }
         }
       }
       }
       .qpRight {
       .qpRight {