修正使用不存在物件
修正簡體字
This commit is contained in:
@@ -76,12 +76,12 @@
|
||||
<div class="col-sm-4 col-lg-6" v-if="!currentSelectRoom">
|
||||
<div class="card shadow-sm my-2"style="position: sticky; top: 20px;">
|
||||
<div class="card-header">
|
||||
<span>区域</span>
|
||||
<span>區域</span>
|
||||
<span class="fw-bold" v-if="currentSelectRegion">
|
||||
{{ ' ' + currentSelectRegion.name + ' ' }}
|
||||
</span>
|
||||
<span>
|
||||
资料
|
||||
資料
|
||||
</span>
|
||||
以下 * 欄位為必填欄位
|
||||
</div>
|
||||
@@ -147,7 +147,7 @@
|
||||
<span class="fw-bold" v-if="currentSelectRoom">
|
||||
{{ ' ' + currentSelectRoom.name + ' ' }}
|
||||
</span>
|
||||
<span>资料</span>
|
||||
<span>資料</span>
|
||||
以下 * 欄位為必填欄位
|
||||
</div>
|
||||
<div class="card-body shadow">
|
||||
@@ -164,7 +164,7 @@
|
||||
|
||||
<div class="row mt-5">
|
||||
<div class="form-group col-5">
|
||||
<label>客房所属区域</label>
|
||||
<label>客房所屬區域</label>
|
||||
<select class="form-control" v-model="room.room_form.regionUuid">
|
||||
<option v-for="r in flatRegions"
|
||||
:value="r.uuid"
|
||||
@@ -357,9 +357,9 @@
|
||||
<div style="display:flex; justify-content:flex-end; gap:10px;">
|
||||
<button @click="closeBedInUsedModal"
|
||||
class="btn btn-danger"
|
||||
type="button" style="padding:6px 12px; border:none; border-radius:4px; cursor:pointer;">关闭</button>
|
||||
type="button" style="padding:6px 12px; border:none; border-radius:4px; cursor:pointer;">關閉</button>
|
||||
<a :href="bed_is_used_modal_link" target="_blank" class="btn btn-primary">
|
||||
前往处理
|
||||
前往處理
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user