v430final

This commit is contained in:
jiangrui 2021-05-06 14:50:57 +08:00
parent a8e4311e21
commit be08fa25ba
3 changed files with 9 additions and 9 deletions

View File

@ -143,7 +143,7 @@ export const constantRoutes = [
title: "工作手册管理", title: "工作手册管理",
icon: "list" icon: "list"
}, },
hidden: true, hidden: false,
children: [ children: [
{ {
path: "list", path: "list",

View File

@ -126,10 +126,10 @@ export default {
// password: '111111' // password: '111111'
// }, // },
loginForm: { loginForm: {
// username: "", //18882564006 username: "", //18882564006
// captcha: "", captcha: "",
username: "18882564006", //18882564006 // username: "18882564006", //18882564006
captcha: "111111", // captcha: "111111",
appVersion: "1.0.0", appVersion: "1.0.0",
system: "IOS", system: "IOS",
device: navigator.userAgent, device: navigator.userAgent,

View File

@ -2,8 +2,8 @@
<div class="app-container" style="padding-top:15px"> <div class="app-container" style="padding-top:15px">
<!-- <div class="filter-container" /> --> <!-- <div class="filter-container" /> -->
<!-- <div class="workBookLayout"> --> <!-- <div class="workBookLayout"> -->
<!-- <div class="title">工作手册管理</div> --> <!-- <div class="title">工作手册管理</div> -->
<!-- <div class="text-center" style="padding:10% 0"> <!-- <div class="text-center" style="padding:10% 0">
<img class="img" src="./img/comingSoon.png" alt=""> <img class="img" src="./img/comingSoon.png" alt="">
<h2>业务正在努力开发中...</h2> <h2>业务正在努力开发中...</h2>
<div style="color:#787878">该功能即将上线请稍等</div> <div style="color:#787878">该功能即将上线请稍等</div>
@ -50,7 +50,7 @@
<el-table-column label="发布时间" align="center"> <el-table-column label="发布时间" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.releaseTime | parseTime}}</span> <span>{{ scope.row.releaseTime | parseTime }}</span>
</template> </template>
</el-table-column> </el-table-column>
@ -87,7 +87,7 @@ export default {
list: [], list: [],
listQuery: { listQuery: {
lastPageIndex: 1, lastPageIndex: 1,
size: 10, size: 99999,
keyword: undefined keyword: undefined
} }
}; };