This commit is contained in:
parent
f37e2169e3
commit
866c15e416
|
@ -6,10 +6,10 @@ VITE_PUBLIC_PATH = /
|
|||
|
||||
|
||||
# 跨域代理,您可以配置多个 ,请注意,没有换行符
|
||||
VITE_PROXY = [["/jeecgboot","http://192.168.2.11:8080/jeecg-boot"],["/upload","http://192.168.2.11:3300/upload"]]
|
||||
VITE_PROXY = [["/jeecgboot","http://192.168.2.13:8080/jeecg-boot"],["/upload","http://192.168.2.13:3300/upload"]]
|
||||
|
||||
#后台接口全路径地址(必填)
|
||||
VITE_GLOB_DOMAIN_URL=http://192.168.2.11:8080/jeecg-boot
|
||||
VITE_GLOB_DOMAIN_URL=http://192.168.2.13:8080/jeecg-boot
|
||||
|
||||
#后台接口父地址(必填)
|
||||
VITE_GLOB_API_URL=/jeecgboot
|
||||
|
@ -18,4 +18,4 @@ VITE_GLOB_API_URL=/jeecgboot
|
|||
VITE_GLOB_API_URL_PREFIX=
|
||||
|
||||
#微前端qiankun应用,命名必须以VITE_APP_SUB_开头,jeecg-app-1为子应用的项目名称,也是子应用的路由父路径
|
||||
VITE_APP_SUB_jeecg-app-1 = '//192.168.2.11:8092'
|
||||
VITE_APP_SUB_jeecg-app-1 = '//192.168.2.13:8092'
|
||||
|
|
|
@ -200,7 +200,7 @@
|
|||
</a-form>
|
||||
</div>
|
||||
<!--引用表格-->
|
||||
<BasicTable @register="registerTable" class="table-style">
|
||||
<BasicTable @register="registerTable">
|
||||
<!--操作栏-->
|
||||
<template #action="{ record }">
|
||||
<TableAction :actions="getTableAction(record)" />
|
||||
|
@ -218,7 +218,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 表单区域 -->
|
||||
<XxhbjwxtjxrwModal ref="registerModal" @success="handleSuccess"></XxhbjwxtjxrwModal>
|
||||
<XxhbjwxtjxrwModal ref="registerModal" @success="handleSuccess"></XxhbjwxtjxrwModal class="table-style">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
<a-button type="primary" @click="handleFanhui">返回</a-button>
|
||||
</a-col>
|
||||
<a-col :gutter="24">
|
||||
<div style="text-align: center; font-size:20px; font-weight: 700; line-height: 50px" v-if="jxrwInfo.value">
|
||||
<div style="text-align: center; font-size:24px; font-weight: 700; line-height: 50px" v-if="jxrwInfo.value">
|
||||
{{ jxrwInfo?.value.xn }}{{ jxrwInfo?.value.xqmc }}学期《{{ jxrwInfo?.value.kcmc }}》课程考核材料
|
||||
</div>
|
||||
<div v-if="jxrwInfo.value">
|
||||
<div style="padding-left:18px; font-weight: 700">概要信息</div>
|
||||
<div style="padding-left:14px; font-size:16px; font-weight: 700">概要信息</div>
|
||||
<a-row style="line-height: 30px">
|
||||
<a-col :span="5">
|
||||
<span class="header-title" style="margin-left: 15px">开课单位</span> :<span class="header-title">{{ jxrwInfo?.value.kkyxmc }}</span>
|
||||
|
@ -224,7 +224,7 @@ defineExpose({
|
|||
}
|
||||
}
|
||||
.selection-title{
|
||||
font-size: 23px;
|
||||
font-size:18px;
|
||||
font-weight: 700;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
@ -234,7 +234,8 @@ padding-left: 10px;
|
|||
color: #1890ff;
|
||||
}
|
||||
.header-title{
|
||||
font-size:14px;
|
||||
font-size:16px;
|
||||
color: #666;
|
||||
}
|
||||
.query-criteria{
|
||||
padding:10px 10px 15px 10px;
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
<a-button type="primary" style="margin-left: 8px" @click="handleFanhui">返回</a-button>
|
||||
</a-col>
|
||||
<a-col :gutter="24">
|
||||
<div style="text-align: center; font-size: 18px; font-weight: 700; line-height: 50px" v-if="jxrwInfo.value">
|
||||
<div style="text-align: center; font-size: 24px; font-weight: 700; line-height: 50px" v-if="jxrwInfo.value">
|
||||
{{ jxrwInfo?.value.xn }}{{ jxrwInfo?.value.xqmc }}学期《{{ jxrwInfo?.value.kcmc }}》
|
||||
</div>
|
||||
<div v-if="jxrwInfo.value">
|
||||
<div style="padding-left: 15px; font-weight: 700">概要信息</div>
|
||||
<div style="padding-left: 14px; font-size:16px; font-weight: 700">概要信息</div>
|
||||
<a-row style="line-height: 30px">
|
||||
<a-col :span="5">
|
||||
<span class="header-title" style="margin-left: 15px">开课单位</span> :<span class="header-title">{{ jxrwInfo?.value.kkyxmc }}</span>
|
||||
|
@ -299,7 +299,7 @@ defineExpose({
|
|||
}
|
||||
}
|
||||
.selection-title{
|
||||
font-size: 20px;
|
||||
font-size:18px;
|
||||
font-weight: 700;
|
||||
padding-left:10px;
|
||||
}
|
||||
|
@ -309,8 +309,8 @@ padding-left:10px;
|
|||
color: #1890ff;
|
||||
}
|
||||
.header-title{
|
||||
font-size: 12px;
|
||||
color: #777777;
|
||||
font-size: 16px;
|
||||
color: #666;
|
||||
}
|
||||
.query-criteria{
|
||||
padding:10px 10px 15px 10px;
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
<a-button type="primary" @click="handleFanhui">返回</a-button>
|
||||
</a-col>
|
||||
<a-col :gutter="24">
|
||||
<div style="text-align: center; font-size:20px; font-weight: 700; line-height: 50px" v-if="jxrwInfo.value">
|
||||
<div style="text-align: center; font-size:24px; font-weight: 700; line-height: 50px" v-if="jxrwInfo.value">
|
||||
{{ jxrwInfo?.value.xn }}{{ jxrwInfo?.value.xqmc }}学期《{{ jxrwInfo?.value.kcmc }}》
|
||||
</div>
|
||||
<div v-if="jxrwInfo.value">
|
||||
<div style="padding-left:14px; font-size:18px; font-weight: 700">概要信息</div>
|
||||
<div style="padding-left:14px; font-size:16px; font-weight: 700">概要信息</div>
|
||||
<a-row style="line-height: 30px">
|
||||
<a-col :span="5">
|
||||
<span class="header-title" style="margin-left: 15px">开课单位</span> :<span class="header-title">{{ jxrwInfo?.value.kkyxmc }}</span>
|
||||
|
@ -210,7 +210,7 @@ defineExpose({
|
|||
}
|
||||
}
|
||||
.selection-title{
|
||||
font-size: 24px;
|
||||
font-size:18px;
|
||||
font-weight: 700;
|
||||
padding-left:10px;
|
||||
line-height: 30px;
|
||||
|
@ -222,8 +222,8 @@ margin-top: 10px;
|
|||
color: #1890ff;
|
||||
}
|
||||
.header-title{
|
||||
font-size:15px;
|
||||
color: #777777;
|
||||
font-size:16px;
|
||||
color: #666;
|
||||
}
|
||||
.query-criteria{
|
||||
padding:15px 10px 15px 10px;
|
||||
|
|
|
@ -10,26 +10,26 @@
|
|||
<a-button type="primary" @click="handleFanhui">返回</a-button>
|
||||
</a-col>
|
||||
<a-col :gutter="24">
|
||||
<div style="text-align: center; font-size:20px; font-weight: 700; line-height: 50px" v-if="jxrwInfo?.value">
|
||||
<div style="text-align: center; font-size:24px; font-weight: 700; line-height: 50px" v-if="jxrwInfo?.value">
|
||||
{{ jxrwInfo?.value.xn }}{{ jxrwInfo?.value.xqmc }}学期《{{ jxrwInfo?.value.kcmc }}》
|
||||
</div>
|
||||
<div v-if="jxrwInfo.value">
|
||||
<div style="padding-left:16px; font-weight: 700">概要信息</div>
|
||||
<div style="padding-left:16px;font-size:16px; font-weight: 700">概要信息</div>
|
||||
<a-row style="line-height: 30px">
|
||||
<a-col :span="5">
|
||||
<span style="margin-left: 15px">开课单位</span> :<span>{{ jxrwInfo?.value.kkyxmc }}</span>
|
||||
<span class="header-title" style="margin-left: 15px">开课单位</span> :<span class="header-title">{{ jxrwInfo?.value.kkyxmc }}</span>
|
||||
</a-col>
|
||||
<a-col :span="5">
|
||||
<span style="margin-left: 15px">课程类别</span> :<span>{{ jxrwInfo?.value.kclb }}</span>
|
||||
<span class="header-title" style="margin-left: 15px">课程类别</span> :<span class="header-title">{{ jxrwInfo?.value.kclb }}</span>
|
||||
</a-col>
|
||||
<a-col :span="5">
|
||||
<span style="margin-left: 15px">课程名称</span> :<span>{{ jxrwInfo?.value.kcmc }}</span>
|
||||
<span class="header-title" style="margin-left: 15px">课程名称</span> :<span class="header-title">{{ jxrwInfo?.value.kcmc }}</span>
|
||||
</a-col>
|
||||
<a-col :span="5">
|
||||
<span style="margin-left: 15px">课程负责人</span> :<span>{{ jxrwInfo?.value.teaxm }}</span>
|
||||
<span class="header-title" style="margin-left: 15px">课程负责人</span> :<span class="header-title">{{ jxrwInfo?.value.teaxm }}</span>
|
||||
</a-col>
|
||||
<a-col :span="4">
|
||||
<span style="margin-left: 15px">选课人数</span> :<span>{{ jxrwInfo?.value.jxbrs }}</span>
|
||||
<span class="header-title" style="margin-left: 15px">选课人数</span> :<span class="header-title">{{ jxrwInfo?.value.jxbrs }}</span>
|
||||
</a-col>
|
||||
</a-row>
|
||||
</div>
|
||||
|
@ -259,7 +259,7 @@ defineExpose({
|
|||
}
|
||||
}
|
||||
.selection-title{
|
||||
font-size:23px;
|
||||
font-size:18px;
|
||||
font-weight: 700;
|
||||
padding-left:10px;
|
||||
line-height: 30px;
|
||||
|
@ -269,10 +269,6 @@ line-height: 30px;
|
|||
border-radius:10px ;
|
||||
color: #1890ff;
|
||||
}
|
||||
.header-title{
|
||||
font-size: 12px;
|
||||
color: #777777;
|
||||
}
|
||||
.query-criteria{
|
||||
padding:15px 10px 15px 10px;
|
||||
border:1px solid #e4e9f2;
|
||||
|
@ -294,4 +290,8 @@ border:1px solid #e4e9f2;
|
|||
box-shadow: 2px 2px 10px 2px #e4e9f2;
|
||||
border-radius:4px;
|
||||
}
|
||||
.header-title{
|
||||
font-size:16px;
|
||||
color: #666;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue