|
@@ -47,7 +47,7 @@
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
</template> -->
|
|
</template> -->
|
|
- <a-col :md="6" :sm="24" style="margin-bottom: 10px;">
|
|
|
|
|
|
+ <a-col :md="activeKey==0?24:6" :sm="24" style="margin-bottom: 10px;" :style="{textAlign:activeKey==0?'center':'left'}">
|
|
<a-button type="primary" @click="handleSearch" :disabled="disabled" id="returnGoodsPresentationList-refresh">查询</a-button>
|
|
<a-button type="primary" @click="handleSearch" :disabled="disabled" id="returnGoodsPresentationList-refresh">查询</a-button>
|
|
<a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="returnGoodsPresentationList-reset">重置</a-button>
|
|
<a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="returnGoodsPresentationList-reset">重置</a-button>
|
|
<a-button
|
|
<a-button
|
|
@@ -157,8 +157,8 @@ export default {
|
|
const _this = this
|
|
const _this = this
|
|
_this.$nextTick(() => {
|
|
_this.$nextTick(() => {
|
|
this.getTableTitle()
|
|
this.getTableTitle()
|
|
|
|
+ this.setTableH()
|
|
})
|
|
})
|
|
- console.log(key, this.activeKey)
|
|
|
|
},
|
|
},
|
|
// 创建时间 change
|
|
// 创建时间 change
|
|
dateChange (date) {
|
|
dateChange (date) {
|