創建 -編輯企業

This commit is contained in:
威勝 張 2025-02-19 20:50:35 +08:00
parent 1110775c84
commit 767406b14c

View File

@ -13,7 +13,7 @@
<!--編輯企業-彈跳視窗----> <!--編輯企業-彈跳視窗---->
<div> <div>
<dialog ref="edit_Company_view" class="dialog-box"> <dialog ref="edit_Company_view" class="dialog-box">
<div><button class="btn btn-danger" style="float:right" @click="close_edit_show">關閉</button> <div><button class="btn btn-danger" style="float:right" @click="close_edit_Company_view">關閉</button>
<h2>編輯企業</h2> <h2>編輯企業</h2>
</div> </div>
@ -75,7 +75,10 @@ async function edit_show() {
edit_Company_view.value?.showModal(); edit_Company_view.value?.showModal();
} }
// <->
function close_edit_Company_view() {
edit_Company_view.value?.close();
}
const company_name=ref(""); const company_name=ref("");
// //