Commit ed19de17 authored by 罗超's avatar 罗超

新增值班记录

parent fe8b3317
...@@ -49,7 +49,7 @@ module.exports = function (ctx) { ...@@ -49,7 +49,7 @@ module.exports = function (ctx) {
env: ctx.dev ? { env: ctx.dev ? {
// API: 'https://localhost:5001/api', // API: 'https://localhost:5001/api',
// API: 'http://192.168.20.24:8300/api', // API: 'http://192.168.20.24:8300/api',
API: 'http://192.168.20.8:8085/api', API: 'http://192.168.10.46:8300/api',
// API: 'http://192.168.20.17:8017/api', // API: 'http://192.168.20.17:8017/api',
...@@ -98,7 +98,7 @@ module.exports = function (ctx) { ...@@ -98,7 +98,7 @@ module.exports = function (ctx) {
// https://quasar.dev/quasar-cli/quasar-conf-js#Property%3A-framework // https://quasar.dev/quasar-cli/quasar-conf-js#Property%3A-framework
framework: { framework: {
iconSet: 'material-icons', // Quasar icon set iconSet: 'material-icons', // Quasar icon set
lang: 'en-us', // Quasar language pack lang: 'zh-hans', // Quasar language pack
config: {}, config: {},
// Possible values for "importStrategy": // Possible values for "importStrategy":
......
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
//alert("shouji"); //alert("shouji");
} else { } else {
//alert("diannao"); //alert("diannao");
document.write('<link href="font.css" rel="stylesheet" type="text/css" media="screen" />'); document.write('<link href="http://edu.oytour.com/font.css" rel="stylesheet" type="text/css" media="screen" />');
} }
}, },
}; };
......
...@@ -11,6 +11,14 @@ export function getStudentAttendanceDayStatistics(data) { ...@@ -11,6 +11,14 @@ export function getStudentAttendanceDayStatistics(data) {
}); });
} }
export function getTodayVisitList(data){
return request({
url: '/DutyPlan/GetDutyTodayVisit',
method: 'post',
data
});
}
//学管 获取访客列表 //学管 获取访客列表
export function getVisitorAllPageList(data) { export function getVisitorAllPageList(data) {
return request({ return request({
......
This diff is collapsed.
...@@ -94,6 +94,7 @@ ...@@ -94,6 +94,7 @@
</style> </style>
<template> <template>
<div class="schedulVisit"> <div class="schedulVisit">
<div class="page-content"> <div class="page-content">
<q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat <q-table :pagination="msg" :loading="loading" no-data-label="暂无相关数据" flat
class="stickycreatInsertStr-column-table schedul_Vtable" separator="none" :data="data" :columns="columns" class="stickycreatInsertStr-column-table schedul_Vtable" separator="none" :data="data" :columns="columns"
...@@ -143,6 +144,7 @@ ...@@ -143,6 +144,7 @@
}, },
data() { data() {
return { return {
tabCheck:"first",
columns: [{ columns: [{
name: 'GuestName', name: 'GuestName',
label: '姓名', label: '姓名',
......
...@@ -122,15 +122,18 @@ ...@@ -122,15 +122,18 @@
} }
.Sctop_Color { .Sctop_Color {
font-size: 18px; font-size: 15px;
color: #000000; color: #000000;
width: 19%; width: 19%;
text-align: center; text-align: center;
font-weight: 600;
font-family: pingfang;
} }
.Scotop_little { .Scotop_little {
color: #AAAAAA; color: #AAAAAA;
font-size: 14px; font-size: 12px;
font-weight: 400;
margin-right: 15px; margin-right: 15px;
display: inline-block; display: inline-block;
text-align: right; text-align: right;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment