pull/2/head
qsh 2 months ago
parent 004915e956
commit e6906818e8
  1. 2
      src/views/Clue/Pool/Comp/DialogClue.vue

@ -33,7 +33,7 @@
v-model="row.nextFollowTime"
type="date"
placeholder="选择日期时间"
:disabled="!row.editable"
:disabled="row.userId != useUserStore().getUser.id"
format="YYYY-MM-DD"
value-format="YYYY-MM-DD"
style="width: 100%"

Loading…
Cancel
Save