This commit is contained in:
qsh
2024-08-13 16:09:44 +08:00
parent 004915e956
commit e6906818e8

View File

@@ -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%"