|
@@ -41,7 +41,7 @@
|
|
|
</el-select>
|
|
|
<el-input
|
|
|
v-model="queryParams.dkmj"
|
|
|
- style="width: calc(100% - 120px)"
|
|
|
+ style="width: calc(100% - 110px)"
|
|
|
placeholder="数据"
|
|
|
/>
|
|
|
</template>
|
|
@@ -51,8 +51,10 @@
|
|
|
>
|
|
|
<el-button icon="Refresh" @click="resetQuery">重置</el-button>
|
|
|
</template>
|
|
|
+ <template #tolist>
|
|
|
+ <div class="pointlist" @click="handleBrowse({})"></div>
|
|
|
+ </template>
|
|
|
</customForm>
|
|
|
- <div class="pointlist" @click="handleBrowse({})"></div>
|
|
|
<numCard
|
|
|
:sddata="countData"
|
|
|
:sdlist="sdlist[route.query.type]"
|
|
@@ -366,7 +368,6 @@ getList();
|
|
|
.pointlist {
|
|
|
width: 32px;
|
|
|
height: 32px;
|
|
|
- margin-left: auto;
|
|
|
background: url("@/assets/images/pointlist.png") no-repeat center;
|
|
|
background-size: 100% 100%;
|
|
|
cursor: pointer;
|