zhengkaixin 1 год назад
Родитель
Сommit
fdd3268109
1 измененных файлов с 1 добавлено и 1 удалено
  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>