Showing
3 changed files
with
6 additions
and
6 deletions
| ... | ... | @@ -194,14 +194,14 @@ |
| 194 | 194 | <!-- 协调事由 --> |
| 195 | 195 | <uni-list-item title="协调事由"> |
| 196 | 196 | <template v-slot:footer> |
| 197 | - <uni-easyinput v-model="form.coordinationReason" :inputBorder="false" placeholder="请输入协调事由" disabled /> | |
| 197 | + <uni-easyinput v-model="form.coordinationReason" :inputBorder="false" placeholder="请输入协调事由" /> | |
| 198 | 198 | </template> |
| 199 | 199 | </uni-list-item> |
| 200 | 200 | |
| 201 | 201 | <!-- 票类状况 --> |
| 202 | 202 | <uni-list-item title="票类状况"> |
| 203 | 203 | <template v-slot:footer> |
| 204 | - <uni-easyinput v-model="form.invoiceTypeStatus" :inputBorder="false" placeholder="请输入票类状况" disabled /> | |
| 204 | + <uni-easyinput v-model="form.invoiceTypeStatus" :inputBorder="false" placeholder="请输入票类状况" /> | |
| 205 | 205 | </template> |
| 206 | 206 | </uni-list-item> |
| 207 | 207 | ... | ... |
| ... | ... | @@ -194,14 +194,14 @@ |
| 194 | 194 | <!-- 协调事由 --> |
| 195 | 195 | <uni-list-item title="协调事由"> |
| 196 | 196 | <template v-slot:footer> |
| 197 | - <uni-easyinput v-model="form.coordinationReason" :inputBorder="false" placeholder="请输入协调事由" disabled /> | |
| 197 | + <uni-easyinput v-model="form.coordinationReason" :inputBorder="false" placeholder="请输入协调事由" /> | |
| 198 | 198 | </template> |
| 199 | 199 | </uni-list-item> |
| 200 | 200 | |
| 201 | 201 | <!-- 票类状况 --> |
| 202 | 202 | <uni-list-item title="票类状况"> |
| 203 | 203 | <template v-slot:footer> |
| 204 | - <uni-easyinput v-model="form.invoiceTypeStatus" :inputBorder="false" placeholder="请输入票类状况" disabled /> | |
| 204 | + <uni-easyinput v-model="form.invoiceTypeStatus" :inputBorder="false" placeholder="请输入票类状况" /> | |
| 205 | 205 | </template> |
| 206 | 206 | </uni-list-item> |
| 207 | 207 | ... | ... |
| ... | ... | @@ -193,14 +193,14 @@ |
| 193 | 193 | <!-- 协调事由 --> |
| 194 | 194 | <uni-list-item title="协调事由"> |
| 195 | 195 | <template v-slot:footer> |
| 196 | - <uni-easyinput v-model="form.coordinationReason" :inputBorder="false" placeholder="请输入协调事由" disabled /> | |
| 196 | + <uni-easyinput v-model="form.coordinationReason" :inputBorder="false" placeholder="请输入协调事由" /> | |
| 197 | 197 | </template> |
| 198 | 198 | </uni-list-item> |
| 199 | 199 | |
| 200 | 200 | <!-- 票类状况 --> |
| 201 | 201 | <uni-list-item title="票类状况"> |
| 202 | 202 | <template v-slot:footer> |
| 203 | - <uni-easyinput v-model="form.invoiceTypeStatus" :inputBorder="false" placeholder="请输入票类状况" disabled /> | |
| 203 | + <uni-easyinput v-model="form.invoiceTypeStatus" :inputBorder="false" placeholder="请输入票类状况" /> | |
| 204 | 204 | </template> |
| 205 | 205 | </uni-list-item> |
| 206 | 206 | ... | ... |