From 57edffda445efc23fd17752dbb36fc1b91c0716a Mon Sep 17 00:00:00 2001
From: hailin <1356886193@qq.com>
Date: 星期三, 19 七月 2023 14:41:41 +0800
Subject: [PATCH] 标准库第二次修改的bug补交
---
src/views/laboratory/ledger/index.vue | 18 ++++++++----------
1 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/src/views/laboratory/ledger/index.vue b/src/views/laboratory/ledger/index.vue
index 20c2883..619ac3b 100644
--- a/src/views/laboratory/ledger/index.vue
+++ b/src/views/laboratory/ledger/index.vue
@@ -5,8 +5,8 @@
<el-form ref="form" inline="true" :model="searchData">
<el-form-item>
<el-input
- placeholder="璇疯緭鍏ョ紪鍙�/璁惧鍚嶇О/鍨嬪彿瑙勬牸"
v-model="searchData.keyword"
+ placeholder="璇疯緭鍏ョ紪鍙�/璁惧鍚嶇О/鍨嬪彿瑙勬牸"
>
<i slot="prefix" class="el-input__icon el-icon-search" />
</el-input>
@@ -35,9 +35,7 @@
:props="defaultProps"
default-expand-all
:filter-node-method="filterNode"
- >
-
- </el-tree>
+ />
</div>
<div class="library-table">
<div class="table-header">
@@ -50,7 +48,7 @@
<el-radio-button label="鏁呴殰" />
<el-radio-button label="鎶ュ簾" />
</el-radio-group>
- <el-checkbox :style="{'marginLeft':'12px'}" v-model="isOut">宸茶繃鏈�</el-checkbox>
+ <el-checkbox v-model="isOut" :style="{'marginLeft':'12px'}">宸茶繃鏈�</el-checkbox>
</div>
<div class="serve-btn">
<!-- <el-button type="primary" icon="el-icon-plus">鏂板浜哄憳</el-button> -->
@@ -125,21 +123,21 @@
min-width="120"
:fixed="true"
>
- <template slot-scope="scope" >
- <el-button @click="handleClick(scope.row)" type="text" size="small">缂栬緫</el-button>
+ <template slot-scope="scope">
+ <el-button type="text" size="small" @click="handleClick(scope.row)">缂栬緫</el-button>
<!-- <el-button type="text" size="small">缂栬緫</el-button> -->
</template>
</el-table-column>
</el-table>
<div>
<el-pagination
- @size-change="handleSizeChange"
- @current-change="handleCurrentChange"
:current-page="currentPage"
:page-sizes="[100, 200, 300, 400]"
:page-size="100"
layout="total, sizes, prev, pager, next, jumper"
:total="400"
+ @size-change="handleSizeChange"
+ @current-change="handleCurrentChange"
/>
</div>
</div>
@@ -253,7 +251,7 @@
color: #333 !important;
}
::v-deep .el-tree-node:focus>.el-tree-node__content{
- background: rgba(58,124,253,0.1) !important;
+ background: rgba(58,124,253,0.1) !important;
// opacity: 0.31;
border-radius: 3px;
color: #333 !important;
--
Gitblit v1.9.3