刘翔宇-旅管家 3 years ago
parent 665b8dc8d0
commit 4f33887ac9

@ -1,6 +1,16 @@
<template>
<div>
<xy-dialog :is-show.sync="isShow" title="商户简介" ok-text="" @on-ok="submit">
<xy-dialog :is-show.sync="isShow" type="form" title="商户简介" ok-text="" @on-ok="submit">
<template v-slot:name>
<div class="xy-table-item">
<div class="xy-table-item-label">
<span style="color: red;font-weight: 600;padding-right: 4px;">*</span>产品名称
</div>
<div class="xy-table-item-content">
<el-input v-model="form.name" placeholder="请输入会所名称" clearable style="width: 300px;"></el-input>
</div>
</div>
</template>
</xy-dialog>
@ -29,9 +39,9 @@
}
},
methods: {
submit() {
submit() {
}
},
watch: {

@ -1,3 +1,4 @@
<template>
<template>
<div>
<Modal :width="60" title="订单日志" :value.sync="isShow" @on-visible-change="$emit('update:isShow',$event)">

Loading…
Cancel
Save