Browse Source

名称修改

dev
nizongfeng 3 years ago
parent
commit
5f0f9946f8
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      application/admin/view/cf_hotel_info/index.html
  2. +1
    -1
      application/admin/view/cf_item/index.html

+ 1
- 1
application/admin/view/cf_hotel_info/index.html View File

@@ -79,7 +79,7 @@


<transition name="bounce" v-if="editShow">
<el-dialog title="付款单详情" :visible.sync="editShow" width="90%" top="15px">
<el-dialog title="详情" :visible.sync="editShow" width="90%" top="15px">
<el-form ref="form" label-width="100px" style="width: 100%;padding-bottom: 20px">
<div style="display: flex;width: 100%">
<el-form-item v-if="editType" label="ID:" style="width: 80%">


+ 1
- 1
application/admin/view/cf_item/index.html View File

@@ -89,7 +89,7 @@


<transition name="bounce" v-if="editShow">
<el-dialog title="付款单详情" :visible.sync="editShow" width="90%" top="15px">
<el-dialog title="详情" :visible.sync="editShow" width="90%" top="15px">
<el-form ref="form" label-width="100px" style="width: 100%;padding-bottom: 20px">
<div style="display: flex;width: 100%">
<el-form-item v-if="editType" label="ID:" style="width: 80%">


Loading…
Cancel
Save