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