chengjunhui 1 mese fa
parent
commit
41cdc1b6a0

+ 3 - 6
renren-admin/src/main/resources/templates/modules/qyh/enterpriseAudit.html

@@ -103,12 +103,9 @@
 
             <div class="form-group" v-show="state!=1">
                 <div class="col-sm-2 control-label">驳回理由</div>
-                <div class="col-sm-10" v-if="isSee">
-                    <textarea class="form-control" :readonly="isSee" v-model="wjxyEnterprise.auditReason">
-                </textarea>
-                <div class="col-sm-10" v-else>
-                    <textarea class="form-control" :readonly="isSee" v-model="wjxyEnterprise.reason">
-                </textarea>
+                <div class="col-sm-10">
+                    <textarea class="form-control" v-show="isSee" :readonly="isSee" v-model="wjxyEnterprise.auditReason"> </textarea>
+                    <textarea class="form-control" v-show="!isSee" :readonly="isSee" v-model="wjxyEnterprise.reason"></textarea>
                 </div>
             </div>
             </div>