职工祝福

This commit is contained in:
=
2025-12-23 16:47:31 +08:00
parent 85b58b859b
commit ab56d15c82
2 changed files with 3 additions and 3 deletions
@@ -92,7 +92,7 @@ layout("/layouts/platform.html"){
<el-form :model="formData" ref="addForm" :rules="formRules" label-width="120px"
style="width: 50%;margin: auto">
<el-row gutter="20">
<el-row :gutter="20">
<el-col :span="24">
<el-form-item prop="blessingName" label="祝福名称">
<el-input v-model="formData.blessingName" style="width: 100%"
@@ -223,7 +223,7 @@ layout("/layouts/platform.html"){
el: '#app',
mixins: [initTableMixins],
components: {
"vcron": vcrontab.default
"vcron": typeof vcrontab !== 'undefined' ? vcrontab.default || vcrontab : null
},
data() {
return {
@@ -146,7 +146,7 @@ layout("/layouts/platform.html"){
el: '#app',
mixins: [initTableMixins],
components: {
"vcron": vcrontab.default,
"vcron": typeof vcrontab !== 'undefined' ? vcrontab.default || vcrontab : null
},
data() {
return {