| src/views/toexamine/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/toexamine/index.vue
@@ -37,7 +37,7 @@ clickable @touchstart.stop="show = true" /> <van-number-keyboard v-model="score" :show="show" :maxlength="6" extra-key="." @blur="show = false" /> <van-number-keyboard v-model="score" :show="show" :maxlength="6" extra-key="" @blur="show = false" /> <p class="title">评分说明</p> <van-field v-model="instructions" rows="3" type="textarea" placeholder="请描述" /> <van-button type="primary" block @click="submit()" :disabled="disabledsubmit">提交</van-button>