duizhaopin_ui
cxw 2 years ago
parent e24f5c1fa6
commit 3c3c892c35

@ -143,20 +143,6 @@
placeholder="请输入柜体位置"
@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-col>
<el-col :span="12">
@ -466,8 +452,6 @@ export default {
}
},
handleSelect(item) {
console.log(item)
this.formData = item
this.formData.place = item.value
},
handelLayerfirm(){

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

Loading…
Cancel
Save