From b5fc1096fa6f5ab4ada2ec198891b33bbc34a4a4 Mon Sep 17 00:00:00 2001
From: 张钢 <floatgang@163.com>
Date: 星期六, 24 八月 2024 08:27:03 +0800
Subject: [PATCH] 改正了一些语法问题
---
ruoyi-ui/src/views/selfeconomy/index.vue | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/ruoyi-ui/src/views/selfeconomy/index.vue b/ruoyi-ui/src/views/selfeconomy/index.vue
index dcd0308..9b250f8 100644
--- a/ruoyi-ui/src/views/selfeconomy/index.vue
+++ b/ruoyi-ui/src/views/selfeconomy/index.vue
@@ -155,7 +155,7 @@
</div>
<el-table v-loading="loading" border :data="selfeconomyList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;">
- <el-table-column type="selection" :reserve-selection="true" width="55" align="center" />
+ <el-table-column type="selection" :reserve-selection="true" width="55" align="center" />
<el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="60"/>
<el-table-column label="鏃ユ湡" prop="happenTime" sortable width="100" align="center">
<template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '鈥斺�斺�斺��'}}</template>
@@ -208,10 +208,10 @@
></div>
</template>
</el-table-column>
- <el-table-column label="澶囨敞" prop="remark" sortable width="90" align="center">
+ <el-table-column label="澶囨敞" prop="remark" sortable align="center">
<template slot-scope="scope">{{scope.row.remark? scope.row.remark: '鈥斺�斺�斺��'}}</template>
</el-table-column>
- <el-table-column label="鎿嶄綔" align="center" width="250" class-name="small-padding fixed-width" v-if="userId != 2">
+ <el-table-column label="鎿嶄綔" align="center" width="220" class-name="small-padding fixed-width" v-if="userId != 2">
<template slot-scope="scope" v-if="scope.row.roleId !== 1">
<div class="button-container">
<el-button
@@ -626,6 +626,7 @@
multiple1: true,
dateRange1: [],
+ selfeconomyList: [],
userId: undefined,
// 閬僵灞�
@@ -643,6 +644,7 @@
showSearch: true,
// 鎬绘潯鏁�
total: 0,
+ total1: 0,
// 鐧惧勾蹇冩効琛ㄦ牸鏁版嵁
wishList: [],
// 寮瑰嚭灞傛爣棰�
@@ -790,10 +792,10 @@
};
},
created() {
- this.getList1()
+ this.getList1();
this.getList();
- this.getCateInfor()
- this.getInfo()
+ //this.getCateInfor();
+ this.getInfo();
// for (let i = 0; i < this.contactList.length; i++) {
// this.formDat[i] = this.contactList[i];
// }
--
Gitblit v1.9.1