zhengkaixin 1 năm trước cách đây
mục cha
commit
fdd3268109
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      components/ApproveInfo.vue

+ 1 - 1
components/ApproveInfo.vue

@@ -72,7 +72,7 @@
 					<view class="oawork-item2">
 		
 						<template v-if="item.type.indexOf('textlong')>-1">
-							<u-input v-model="formData[item.key]"  :disabled="1"
+							<u-input v-model="formData[item.key]"  :disabled="true"
 								:placeholderStyle="placeholderStyle" class="oawork-line" type="textarea" />
 		
 						</template>