ruoyi-ui/src/views/bignote/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/clean/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/device/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/economy/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/note/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/secret/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/wish/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-ui/src/views/bignote/index.vue
@@ -147,20 +147,20 @@ <el-table v-loading="loading" :data="familyList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName"> <el-table-column type="selection" :reserve-selection="true" width="55" align="center" /> <el-table-column label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/> <el-table-column label="发生时间" prop="happenTime" sortable width="130" align="center"> <el-table-column label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="80px"/> <el-table-column label="发生时间" prop="happenTime" sortable width="200px" align="center"> <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template> </el-table-column> <el-table-column label="人物" prop="people" sortable width="120" /> <el-table-column label="地点" prop="address" sortable width="120" /> <el-table-column label="大事标题" prop="title" sortable :show-overflow-tooltip="true" width="150" /> <el-table-column label="人物" prop="people" sortable width="150px" /> <el-table-column label="地点" prop="address" sortable width="150px" /> <el-table-column label="大事标题" prop="title" sortable :show-overflow-tooltip="true" width="150px" /> <el-table-column label="备注" prop="remark" sortable width="120" > <el-table-column label="备注" prop="remark" sortable width="150px" > <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> </el-table-column> <!-- <el-table-column label="家庭号" prop="familyId" sortable width="100" /> --> <el-table-column label="电子文件" prop="url" width="150" align="center"> <el-table-column label="电子文件" prop="url" width="150px" align="center"> <template slot-scope="scope" > <div @click="handleCheck(scope.row)"> ruoyi-ui/src/views/clean/index.vue
@@ -125,10 +125,10 @@ </el-table-column> <el-table-column label="适用人" prop="suitable" sortable :show-overflow-tooltip="true" width="150" /> <el-table-column label="类别" prop="type" sortable width="100" /> <el-table-column label="保洁方法" prop="method" sortable width="100" /> <el-table-column label="材料存放地" prop="location" sortable width="120" /> <el-table-column label="放置地点" prop="place" sortable width="100" /> <el-table-column label="发生时间" prop="happenTime" sortable width="100" align="center"> <el-table-column label="保洁方法" prop="method" sortable width="120" /> <el-table-column label="材料存放地" prop="location" sortable width="150" /> <el-table-column label="放置地点" prop="place" sortable width="120" /> <el-table-column label="发生时间" prop="happenTime" sortable width="150" align="center"> <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template> </el-table-column> <el-table-column label="备注" prop="remark" sortable width="100" /> ruoyi-ui/src/views/device/index.vue
@@ -126,19 +126,19 @@ <el-table v-loading="loading" :data="equipmentList" :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 fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/> <el-table-column label="设备名称" prop="name" sortable width="120" /> <el-table-column label="设备名称" prop="name" sortable width="150" /> <el-table-column label="时间" align="happenTime" sortable prop="happenTime" width="150"> <el-table-column label="时间" align="happenTime" sortable prop="happenTime" width="140"> <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template> </el-table-column> <el-table-column label="是否注销" align="center" sortable prop="status" width="120"> <el-table-column label="是否注销" align="center" sortable prop="status" width="140"> <template slot-scope="scope"> {{ getSrc1(scope.row.status) }} </template> </el-table-column> <el-table-column label="购买人" prop="buyer" sortable width="100" /> <el-table-column label="购买人" prop="buyer" sortable width="140" /> <el-table-column label="事项内容" prop="content" sortable :show-overflow-tooltip="true" width="150" /> <el-table-column label="存放地点" prop="location" sortable width="100" /> <el-table-column label="存放地点" prop="location" sortable width="120" /> <el-table-column label="备注" prop="remark" sortable width="100" > <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> ruoyi-ui/src/views/economy/index.vue
@@ -101,9 +101,9 @@ <!-- 这里有个familyList数组 是在data()中定义的 --> <el-table v-loading="loading" :data="economyList" @selection-change="handleSelectionChange" @row-click="handleCheck" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> <el-table-column type="selection" width="55" align="center" /> <el-table-column fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/> <el-table-column fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="80"/> <el-table-column label="发生时间" prop="createTime" sortable width="100" align="center"> <el-table-column label="发生时间" prop="createTime" sortable width="150" align="center"> <template slot-scope="scope">{{scope.row.createTime? scope.row.createTime: '————'}}</template> </el-table-column> <el-table-column label="台账" prop="type" sortable width="100" /> ruoyi-ui/src/views/note/index.vue
@@ -131,18 +131,18 @@ <el-table v-loading="loading" :data="propertyList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName"> <el-table-column type="selection" width="55" align="center" /> <el-table-column fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/> <el-table-column fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="100"/> <el-table-column label="类型" prop="type" sortable :show-overflow-tooltip="true" width="150" /> <el-table-column label="标题" prop="title" sortable :show-overflow-tooltip="true" width="150" /> <el-table-column label="存储地址" prop="location" sortable width="120" /> <el-table-column label="持有人" prop="holder" sortable width="120" /> <el-table-column label="具体位置" prop="address" sortable width="120" /> <el-table-column label="存储地址" prop="location" sortable width="150" /> <el-table-column label="持有人" prop="holder" sortable width="150" /> <el-table-column label="具体位置" prop="address" sortable width="150" /> <el-table-column label="备注" prop="remark" sortable width="130" > <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> </el-table-column> <!-- <el-table-column label="家庭号" prop="familyId" sortable width="100" /> --> <el-table-column label="发生时间" prop="happenTime" sortable width="130" align="center"> <el-table-column label="发生时间" prop="happenTime" sortable width="150" align="center"> <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template> </el-table-column> <el-table-column label="电子文件" prop="url" width="130" > ruoyi-ui/src/views/secret/index.vue
@@ -100,13 +100,13 @@ <el-table v-loading="loading" :data="secretList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" @row-click="handleCheck" :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 label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/> <el-table-column label="发生时间" prop="happenTime" sortable width="100" align="center"> <el-table-column label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="80"/> <el-table-column label="发生时间" prop="happenTime" sortable width="150" align="center"> <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template> </el-table-column> <el-table-column label="类别" prop="type" sortable width="100" /> <el-table-column label="账号" prop="accNo" sortable width="100" /> <el-table-column label="有效期" prop="validityDate" sortable width="100" align="center"> <el-table-column label="有效期" prop="validityDate" sortable width="150" align="center"> <template slot-scope="scope">{{scope.row.validityDate? scope.row.validityDate: '————'}}</template> </el-table-column> <el-table-column label="密码" prop="password" sortable width="100" /> ruoyi-ui/src/views/wish/index.vue
@@ -191,19 +191,19 @@ <el-table v-loading="loading" :data="wishList" :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 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"> <el-table-column label="时间" prop="happenTime" sortable width="150" align="center"> <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template> </el-table-column> <el-table-column label="理想标题/百年心愿" prop="title" sortable width="160" align="center"> <template slot-scope="scope">{{scope.row.title? scope.row.title: '————'}}</template> </el-table-column> <el-table-column label="始于何因" prop="cause" sortable :show-overflow-tooltip="true" width="120" align="center" > <el-table-column label="始于何因" prop="cause" sortable :show-overflow-tooltip="true" width="140" align="center" > <template slot-scope="scope">{{scope.row.cause? scope.row.cause: '————'}}</template> </el-table-column> <el-table-column label="受惠人" prop="beneficiary" sortable width="120" align="center" > <el-table-column label="受惠人" prop="beneficiary" sortable width="140" align="center" > <template slot-scope="scope">{{scope.row.beneficiary? scope.row.beneficiary: '————'}}</template> </el-table-column> <el-table-column label="继承人" prop="heir" sortable width="110" align="center"> <el-table-column label="继承人" prop="heir" sortable width="140" align="center"> <template slot-scope="scope">{{scope.row.heir? scope.row.heir: '————'}}</template> </el-table-column> <el-table-column label="实现难度" prop="difficulty" sortable width="120" align="center">