This commit is contained in:
parent
d87748d5d7
commit
fa15ca9114
|
@ -22,7 +22,7 @@
|
||||||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||||
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
||||||
<a-col :lg="6">
|
<a-col :lg="6">
|
||||||
<a-button type="primary" preIcon="ant-design:search-outlined" @click="searchQuery">查询1111</a-button>
|
<a-button type="primary" preIcon="ant-design:search-outlined" @click="searchQuery">查询</a-button>
|
||||||
</a-col>
|
</a-col>
|
||||||
</span>
|
</span>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|
|
@ -98,9 +98,9 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="showType == 3" style="width: 100%; text-align: center;min-height: 500px;">
|
<div v-if="showType == 3" style="width: 100%; text-align: center;min-height: 500px;">
|
||||||
<div>
|
<div style="padding-top: 200px;">
|
||||||
<img class="work-img-img" src="../../../../assets/images/homework.png" />
|
<img class="work-img-img" src="../../../../assets/images/homework.png" />
|
||||||
<span>1111提交成功,请返回首页!</span><a-button
|
<span style="color:#666">提交成功,请返回首页!</span><br><a-button
|
||||||
type="primary"
|
type="primary"
|
||||||
@click="
|
@click="
|
||||||
() => {
|
() => {
|
||||||
|
|
Loading…
Reference in New Issue