This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
xubin
/
order-fromtend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
init
master
xubinxcode
3 years ago
parent
8c0cbc4c1b
commit
1c4afa29f0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/HelloWorld.vue
+ 1
- 1
src/components/HelloWorld.vue
View File
@@ -90,7 +90,7 @@
<hotelother :dataObj="item" :saleCount="saleCount" :type="type"></hotelother>
</el-card>
</template>
<el-form-item
v-if="type=='add'"
>
<el-form-item>
<el-button type="primary" @click="onSubmit">提交订单</el-button>
</el-form-item>
</el-form>
Write
Preview
Loading…
Cancel
Save