first commit
This commit is contained in:
56
h5-enginex-manager/src/components/common/condition.vue
Executable file
56
h5-enginex-manager/src/components/common/condition.vue
Executable file
@@ -0,0 +1,56 @@
|
||||
<template>
|
||||
<div>
|
||||
<div>
|
||||
<div>
|
||||
+
|
||||
</div>
|
||||
<div>
|
||||
X
|
||||
</div>
|
||||
<div>
|
||||
<el-select v-model="value" placeholder="请选择">
|
||||
<el-option
|
||||
v-for="item in inp1"
|
||||
:key="item.value"
|
||||
:label="item.label"
|
||||
:value="item.value">
|
||||
</el-option>
|
||||
</el-select>
|
||||
</div>
|
||||
<div>
|
||||
<input type="text">
|
||||
</div>
|
||||
<div>
|
||||
<input type="text">
|
||||
</div>
|
||||
<div>
|
||||
<input type="text">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default{
|
||||
porps:{
|
||||
|
||||
},
|
||||
data(){
|
||||
return {
|
||||
value:1,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user