职工祝福
This commit is contained in:
@@ -92,7 +92,7 @@ layout("/layouts/platform.html"){
|
|||||||
<el-form :model="formData" ref="addForm" :rules="formRules" label-width="120px"
|
<el-form :model="formData" ref="addForm" :rules="formRules" label-width="120px"
|
||||||
style="width: 50%;margin: auto">
|
style="width: 50%;margin: auto">
|
||||||
|
|
||||||
<el-row gutter="20">
|
<el-row :gutter="20">
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<el-form-item prop="blessingName" label="祝福名称">
|
<el-form-item prop="blessingName" label="祝福名称">
|
||||||
<el-input v-model="formData.blessingName" style="width: 100%"
|
<el-input v-model="formData.blessingName" style="width: 100%"
|
||||||
@@ -223,7 +223,7 @@ layout("/layouts/platform.html"){
|
|||||||
el: '#app',
|
el: '#app',
|
||||||
mixins: [initTableMixins],
|
mixins: [initTableMixins],
|
||||||
components: {
|
components: {
|
||||||
"vcron": vcrontab.default
|
"vcron": typeof vcrontab !== 'undefined' ? vcrontab.default || vcrontab : null
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ layout("/layouts/platform.html"){
|
|||||||
el: '#app',
|
el: '#app',
|
||||||
mixins: [initTableMixins],
|
mixins: [initTableMixins],
|
||||||
components: {
|
components: {
|
||||||
"vcron": vcrontab.default,
|
"vcron": typeof vcrontab !== 'undefined' ? vcrontab.default || vcrontab : null
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user