This commit is contained in:
shijing 2024-04-24 16:04:41 +08:00
commit f6c3cf410e
1 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@
<el-select <el-select
v-model="form.shift_rule" v-model="form.shift_rule"
style="width: 100%" style="width: 100%"
clearable
> >
<el-option <el-option
v-for="item in shiftOptions" v-for="item in shiftOptions"
@ -147,7 +148,7 @@ export default {
}, },
// //
form: { form: {
shift_rule: "tkx", shift_rule: "",
}, },
// //
rules: { rules: {