Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
placeholder="请选择状态"
>
<el-option label="营业中" value="ACTIVE" />
<el-option label="休息中" value="INACTIVE" />
<el-option label="已关闭" value="CLOSED" />
<el-option label="休息中" value="INACTIVE_BY_MERCHANT" />
<el-option label="已关闭" value="CLOSED_PERMANENTLY_BY_ADMIN" />
</el-select>
</el-form-item>
</el-form>
Expand All @@ -46,4 +46,4 @@
storeForm: Partial<StoreDetail>
storeFormRef: any
}>()
</script>
</script>