From 8079d81893e91835e6a29b55f47c960036a053be Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期日, 09 四月 2023 09:19:51 +0800
Subject: [PATCH] 把layout中的index.vue的ruoyi.vip删除了
---
ruoyi-ui/src/views/note/index.vue | 19 +++++++++++++++----
1 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/ruoyi-ui/src/views/note/index.vue b/ruoyi-ui/src/views/note/index.vue
index e51907f..e6ea2a7 100644
--- a/ruoyi-ui/src/views/note/index.vue
+++ b/ruoyi-ui/src/views/note/index.vue
@@ -20,7 +20,7 @@
v-model="queryParams.title"
placeholder="璇疯緭鍏ユ爣棰�"
clearable
- style="width: 240px"title
+ style="width: 240px"
@keyup.enter.native="handleQuery"
/>
</el-form-item>
@@ -114,11 +114,14 @@
<el-table-column label="鎸佹湁浜�" prop="holder" sortable width="100" />
<el-table-column label="鍏蜂綋浣嶇疆" prop="address" sortable width="100" />
<el-table-column label="澶囨敞淇℃伅" prop="remark" sortable width="100" />
+ <el-table-column label="瀹跺涵鍙�" prop="familyId" sortable width="100" />
<el-table-column label="鍒涘缓鏃堕棿" align="center" sortable prop="createTime" width="180">
+
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>
</el-table-column>
+
<el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope" v-if="scope.row.roleId !== 1">
<el-button
@@ -176,6 +179,11 @@
<el-input v-model="formDat.address" placeholder="璇疯緭鍏ュ叿浣撲綅缃�" clearable :style="{width: '100%'}" >
</el-input>
</el-form-item>
+ <el-form-item label="瀹跺涵鍙�" prop="familyId">
+ <el-input v-model="formDat.familyId" placeholder="璇疯緭鍏ュ搴彿" clearable :style="{width: '100%'}" >
+ </el-input>
+ </el-form-item>
+
<el-form-item label="澶囨敞" prop="remark">
<el-input v-model="formDat.remark" placeholder="璇疯緭鍏ュ娉�" clearable :style="{width: '100%'}" ></el-input>
</el-form-item>
@@ -312,6 +320,7 @@
address: undefined,
remark: undefined,
url: undefined,
+
},
// 鑿滃崟鍒楄〃
menuOptions: [],
@@ -326,7 +335,8 @@
location:undefined,
holder:undefined,
address:undefined,
- createTime:undefined
+ createTime:undefined,
+
},
// 琛ㄥ崟鍙傛暟
form: {},
@@ -361,9 +371,9 @@
message: '璇疯緭鍏ュ叿浣撲綅缃�',
trigger: 'blur'
}],
- remark: [{
+ familyId: [{
required: true,
- message: '璇疯緭鍏ュ娉�',
+ message: '璇疯緭鍏amilyId',
trigger: 'blur'
}],
createTime: [{
@@ -477,6 +487,7 @@
/** 鏌ョ湅璇︾粏淇℃伅 */
handleCheck(row){
const id = row.id;
+
this.$router.push("/family/note1/propertyInfo/" + id);
},
/** 淇敼鎸夐挳鎿嶄綔 */
--
Gitblit v1.9.1