API布局格式
parent
d23266c878
commit
07dbfd2b53
|
@ -113,26 +113,26 @@
|
|||
<el-input v-model="formBirthday.hour" autocomplete="off" placeholder="请输入几点"></el-input>
|
||||
</el-form-item>
|
||||
<span style="font-weight: bold;font-size: 20px" v-if="formBirthday.reason==true">
|
||||
years: {{this.formBirthday.years}}<br>
|
||||
months: {{this.formBirthday.months}}<br>
|
||||
days: {{this.formBirthday.days}}<br>
|
||||
animal: {{this.formBirthday.animal}}<br>
|
||||
imonthcn: {{this.formBirthday.imonthcn}}<br>
|
||||
idaycn: {{this.formBirthday.idaycn}}<br>
|
||||
cyear: {{this.formBirthday.cyear}}<br>
|
||||
cmonth: {{this.formBirthday.cmonth}}<br>
|
||||
cday: {{this.formBirthday.cday}}<br>
|
||||
gzyear: {{this.formBirthday.gzyear}}<br>
|
||||
gzmonth: {{this.formBirthday.gzmonth}}<br>
|
||||
gzday: {{this.formBirthday.gzday}}<br>
|
||||
isleap: {{this.formBirthday.isleap}}<br>
|
||||
ncweek: {{this.formBirthday.ncweek}}<br>
|
||||
isterm: {{this.formBirthday.isterm}}<br>
|
||||
term: {{this.formBirthday.term}}<br>
|
||||
astro: {{this.formBirthday.astro}}<br>
|
||||
eightall: {{this.formBirthday.eightall}}<br>
|
||||
fiveall: {{this.formBirthday.fiveall}}
|
||||
</span>
|
||||
years: {{this.formBirthday.years}}<br>
|
||||
months: {{this.formBirthday.months}}<br>
|
||||
days: {{this.formBirthday.days}}<br>
|
||||
animal: {{this.formBirthday.animal}}<br>
|
||||
imonthcn: {{this.formBirthday.imonthcn}}<br>
|
||||
idaycn: {{this.formBirthday.idaycn}}<br>
|
||||
cyear: {{this.formBirthday.cyear}}<br>
|
||||
cmonth: {{this.formBirthday.cmonth}}<br>
|
||||
cday: {{this.formBirthday.cday}}<br>
|
||||
gzyear: {{this.formBirthday.gzyear}}<br>
|
||||
gzmonth: {{this.formBirthday.gzmonth}}<br>
|
||||
gzday: {{this.formBirthday.gzday}}<br>
|
||||
isleap: {{this.formBirthday.isleap}}<br>
|
||||
ncweek: {{this.formBirthday.ncweek}}<br>
|
||||
isterm: {{this.formBirthday.isterm}}<br>
|
||||
term: {{this.formBirthday.term}}<br>
|
||||
astro: {{this.formBirthday.astro}}<br>
|
||||
eightall: {{this.formBirthday.eightall}}<br>
|
||||
fiveall: {{this.formBirthday.fiveall}}
|
||||
</span>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="primary" @click="getBirthday()">发起请求</el-button>
|
||||
|
|
Loading…
Reference in New Issue