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 7
7
<PlatformDropdown v-model =" postForm.platforms" />
8
8
<SourceUrlDropdown v-model =" postForm.source_uri" />
9
9
<el-button v-loading =" loading" style =" margin-left : 10px ;" type =" success" @click =" submitForm" >
10
- Publush
10
+ Publish
11
11
</el-button >
12
12
<el-button v-loading =" loading" type =" warning" @click =" draftForm" >
13
13
Draft
36
36
</el-col >
37
37
38
38
<el-col :span =" 10" >
39
- <el-form-item label-width =" 120px" label =" Publush Time:" class =" postInfo-container-item" >
39
+ <el-form-item label-width =" 120px" label =" Publish Time:" class =" postInfo-container-item" >
40
40
<el-date-picker v-model =" displayTime" type =" datetime" format =" yyyy-MM-dd HH:mm:ss" placeholder =" Select date and time" />
41
41
</el-form-item >
42
42
</el-col >
You can’t perform that action at this time.
0 commit comments