duizhaopin_ui
cxw 2 years ago
parent e24f5c1fa6
commit 3c3c892c35

@ -143,20 +143,6 @@
placeholder="请输入柜体位置" placeholder="请输入柜体位置"
@select="handleSelect" @select="handleSelect"
/> />
<!-- <el-select
v-model="formData.place"
filterable
allow-create
default-first-option
placeholder="请输入柜体位置">
<el-option
v-for="item in options"
:key="item.value"
:label="item.value"
:value="item.value">
</el-option>
</el-select> -->
<!-- <el-input v-model="formData.place" placeholder="请输入柜体位置" clearable :style="{width: '100%'}" /> -->
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
@ -466,8 +452,6 @@ export default {
} }
}, },
handleSelect(item) { handleSelect(item) {
console.log(item)
this.formData = item
this.formData.place = item.value this.formData.place = item.value
}, },
handelLayerfirm(){ handelLayerfirm(){

@ -74,13 +74,13 @@
prop="create_user_name" prop="create_user_name"
label="创建人" label="创建人"
/> />
<el-table-column <!-- <el-table-column
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
align="center" align="center"
width="180" width="180"
prop="template_content" prop="template_content"
label="详情信息" label="详情信息"
/> /> -->
</el-table> </el-table>
</div> </div>
<div class="page my-pagination"> <div class="page my-pagination">

Loading…
Cancel
Save