复位按钮隐藏
This commit is contained in:
@@ -22,9 +22,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-card class="bottom-container" style="min-height: 230px">
|
<el-card class="bottom-container" style="min-height: 230px">
|
||||||
<div class="buttonBox">
|
<!-- <div class="buttonBox">
|
||||||
<el-button type="primary" icon="el-icon-Aim" @click="reset">复位</el-button>
|
<el-button type="primary" icon="el-icon-Aim" @click="reset">复位</el-button>
|
||||||
</div>
|
</div> -->
|
||||||
<div class="tableBox">
|
<div class="tableBox">
|
||||||
<!-- <Table ref="tableRef" height="100%"></Table> -->
|
<!-- <Table ref="tableRef" height="100%"></Table> -->
|
||||||
<vxe-table border auto-resize height="100%" :data="tableData" ref="tableRef">
|
<vxe-table border auto-resize height="100%" :data="tableData" ref="tableRef">
|
||||||
@@ -186,7 +186,7 @@ const iframeSrc = ref('')
|
|||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
iframeSrc.value =
|
iframeSrc.value =
|
||||||
'http://192.168.1.128:4001' + `/zutai/?id=4b4f7f4260198776594f5f9d93a532e8&&name=stt&&preview=true#/preview_YPT`
|
'http://192.168.2.179:4001' + `/zutai/?id=4b4f7f4260198776594f5f9d93a532e8&&name=stt&&preview=true#/preview_YPT`
|
||||||
|
|
||||||
// tableStore.index()
|
// tableStore.index()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user