sc
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
v-model="row.nextFollowTime"
|
v-model="row.nextFollowTime"
|
||||||
type="date"
|
type="date"
|
||||||
placeholder="选择日期时间"
|
placeholder="选择日期时间"
|
||||||
:disabled="!row.editable"
|
:disabled="row.userId != useUserStore().getUser.id"
|
||||||
format="YYYY-MM-DD"
|
format="YYYY-MM-DD"
|
||||||
value-format="YYYY-MM-DD"
|
value-format="YYYY-MM-DD"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
|
|||||||
Reference in New Issue
Block a user