This commit is contained in:
parent
d87748d5d7
commit
fa15ca9114
|
@ -22,7 +22,7 @@
|
|||
<a-col :xl="6" :lg="7" :md="8" :sm="24">
|
||||
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
|
||||
<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>
|
||||
</span>
|
||||
</a-col>
|
||||
|
|
|
@ -98,9 +98,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<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" />
|
||||
<span>1111提交成功,请返回首页!</span><a-button
|
||||
<span style="color:#666">提交成功,请返回首页!</span><br><a-button
|
||||
type="primary"
|
||||
@click="
|
||||
() => {
|
||||
|
|
Loading…
Reference in New Issue