feat✨: 对接任务调度增删查改功能
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<div class="form-item-box" :style="{ width: width }">
|
||||
<el-select :disabled="disabled" v-model="sex" placeholder="请选择性别" @change="onChange">
|
||||
<el-select
|
||||
:disabled="disabled"
|
||||
v-model="sex"
|
||||
placeholder="请选择性别"
|
||||
@change="onChange"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in D_BZ_XB"
|
||||
:key="item"
|
||||
@ -29,9 +34,9 @@ const props = defineProps({
|
||||
type: String,
|
||||
default: ""
|
||||
},
|
||||
disabled:{
|
||||
type:Boolean,
|
||||
default:false
|
||||
disabled: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
width: {
|
||||
default: COMPONENT_WIDTH,
|
||||
|
@ -45,7 +45,7 @@
|
||||
width="60"
|
||||
:align="getConfiger?.align"
|
||||
/>
|
||||
|
||||
|
||||
<el-table-column
|
||||
v-for="(item, index) in tableColumn"
|
||||
:align="getConfiger?.align"
|
||||
@ -208,7 +208,7 @@ function setDefaultChoose() {
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<style lang = "scss">
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user