Browse Source

init

master
xubinxcode 3 years ago
parent
commit
1c4afa29f0
1 changed files with 1 additions and 1 deletions
  1. +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>


Loading…
Cancel
Save