feat: 对接任务调度增删查改功能

This commit is contained in:
jy
2025-06-06 15:23:27 +08:00
parent e34b2bbdae
commit a5c65af987
11 changed files with 2321 additions and 158 deletions

View File

@ -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,

View File

@ -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>