File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/views/example/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
<PlatformDropdown v-model =" postForm.platforms" />
7
7
<SourceUrlDropdown v-model =" postForm.source_uri" />
8
8
<el-button v-loading =" loading" style =" margin-left : 10px ;" type =" success" @click =" submitForm" >
9
- Publush
9
+ Publish
10
10
</el-button >
11
11
<el-button v-loading =" loading" type =" warning" @click =" draftForm" >
12
12
Draft
35
35
</el-col >
36
36
37
37
<el-col :span =" 10" >
38
- <el-form-item label-width =" 120px" label =" Publush Time:" class =" postInfo-container-item" >
38
+ <el-form-item label-width =" 120px" label =" Publish Time:" class =" postInfo-container-item" >
39
39
<el-date-picker v-model =" displayTime" type =" datetime" format =" yyyy-MM-dd HH:mm:ss" placeholder =" Select date and time" />
40
40
</el-form-item >
41
41
</el-col >
You can’t perform that action at this time.
0 commit comments