Skip to content

Commit

Permalink
Merge pull request #99 from DumbDaiDai/feat/fixDateClearBug
Browse files Browse the repository at this point in the history
去除了截止日期栏的清除日期叉号按钮,以修复日期为空时提交/保存问卷参数错误的问题
  • Loading branch information
xixiIBN5100 authored Oct 14, 2024
2 parents eac1821 + a6c81b5 commit 6eeddb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/DetailInfo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
v-model="time"
type="datetime"
placeholder="截止时间"
:clearable="false"
/>
</div>
</template>
Expand Down

0 comments on commit 6eeddb7

Please sign in to comment.