优化显示

Former-commit-id: 506acd2476352a104b4f9984c648d8ef3ccf3fb5 [formerly 506acd2476352a104b4f9984c648d8ef3ccf3fb5 [formerly 506acd2476352a104b4f9984c648d8ef3ccf3fb5 [formerly 506acd2476352a104b4f9984c648d8ef3ccf3fb5 [formerly 93e3193d9b5a252406dd1c15f2228aad658f390f [formerly 2dcd41083031ae4e87c8e4d8405b8c81d3316b15]]]]]
Former-commit-id: 1ed2993fe0032831453323fc8279e81869776aed
Former-commit-id: 32bf3411a7f991fb7998a5956ddcf708f77ac37c
Former-commit-id: 1a200dfaf2bc2aee1554d5dbb4f0ac5d221f46c5 [formerly 278ab445c102158d7142874752a2c7bf72d07014]
Former-commit-id: 909f2da02073bfa3369a65aa78cbba0228db1b81
Former-commit-id: f86f9bb995a7079c3acecb4b03990bf7b662972a
Former-commit-id: a45c81a9b1f5df5982e0609262c320fe8ce86c16
Former-commit-id: eb21e48a23983cd6e026eb76b5126ed4532cf4d6
Former-commit-id: aeab2f86750366c7995e567581a7672105fb947c
This commit is contained in:
liyang
2018-07-21 15:50:53 +08:00
parent 48e5609de6
commit a88fe0cd9e
6 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
9f49557f8029c77acef8eacc459c15b813559da6
98640412b9c96c762e4b89bbc3c07e64ff477c50

View File

@@ -1,5 +1,5 @@
<template>
<d2-container type="full" class="page">
<d2-container class="page">
<template slot="header">
<el-button type="primary" @click="load">
重新获取本地数据

View File

@@ -1,5 +1,5 @@
<template>
<d2-container>
<d2-container type="card">
<h1 class="d2-mt-0">$route.params.username: {{$route.params.username}}</h1>
<h1>$route.query.userid: {{$route.query.userid}}</h1>
<p>你可以尝试返回发送数据页面修改数据重新发送或者切换到其它页面后刷新浏览器再返回本业观察参数保留</p>

View File

@@ -1,5 +1,5 @@
<template>
<d2-container>
<d2-container type="card">
<el-form :model="sendForm" :rules="rules" label-position="top" ref="sendForm">
<el-form-item label="username 通过动态路由匹配发送" prop="username">
<el-input v-model="sendForm.username"></el-input>

View File

@@ -1,5 +1,5 @@
<template>
<d2-container>
<d2-container type="card">
<template slot="header">这个页面不会被 keep-alive</template>
<p class="d2-mt-0">在下面的输入框输入任意字符后切换到其它页面再回到此页时输入框文字消失证明没有被缓存</p>
<el-input v-model="value" placeholder="input here"></el-input>

View File

@@ -1,5 +1,5 @@
<template>
<d2-container>
<d2-container type="card">
<template slot="header">这个页面会被 keep-alive</template>
<p class="d2-mt-0">在下面的输入框输入任意字符后切换到其它页面再回到此页时输入框文字保留证明被缓存</p>
<el-input v-model="value" placeholder="input here"></el-input>