xieb
2025-02-15 8fa6fda839362d653e35310ef0c787c9dc50f04b
取消小数点
1 files modified
2 ■■■ changed files
src/views/toexamine/index.vue 2 ●●● 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>