fix:修改版本号

This commit is contained in:
wyx
2023-03-10 19:54:59 +08:00
3 changed files with 6 additions and 5 deletions

View File

@@ -34,8 +34,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi";
const store = useStore(); const store = useStore();
const isLogin = ref(false); const isLogin = ref(false);
console.log("版本2.1.2------------"); console.log("版本2.1.3------------");
// 监听关闭浏览器 // 监听关闭浏览器
let time1 = ref(0); let time1 = ref(0);

View File

@@ -32,8 +32,8 @@
}}</span> }}</span>
</div> </div>
<div class="HWText"> <div class="HWText">
<span>作业附件</span> <span>作业附件{{isAppend?'':'暂无附件'}}</span>
<div class="hwText" v-if="workUploadAddress"> <div class="hwText" v-if="isAppend">
<div class="file_img"> <div class="file_img">
<img <img
v-if=" v-if="
@@ -168,6 +168,7 @@ export default {
workUploadAddress: null, workUploadAddress: null,
checkImgModalV: false, checkImgModalV: false,
pubLoading: true, pubLoading: true,
isAppend: true
}); });
const closeDrawer = () => { const closeDrawer = () => {
ctx.emit("update:CWvisible", false); ctx.emit("update:CWvisible", false);
@@ -193,6 +194,7 @@ export default {
state.workRequirement = res.data.data.workRequirement; state.workRequirement = res.data.data.workRequirement;
state.workSubmitContent = res.data.data.workSubmitContent; state.workSubmitContent = res.data.data.workSubmitContent;
state.workUploadAddressName = res.data.data.workUploadAddress; state.workUploadAddressName = res.data.data.workUploadAddress;
state.isAppend = res.data.data.workUploadAddress == '' || res.data.data.workUploadAddress == null ? false : true;
state.workUploadAddress = state.workUploadAddress =
process.env.VUE_APP_FILE_PATH + res.data.data.workUploadAddress; process.env.VUE_APP_FILE_PATH + res.data.data.workUploadAddress;
state.pubLoading = false; state.pubLoading = false;

View File

@@ -372,7 +372,7 @@
" "
value="授权" value="授权"
> >
<OwnerTableModelStudent :types="[10, 11, 12]" :id="record.id" <OwnerTableModelStudent :types="[10, 11, 12]" :id="record.id" :type="12"
>权限名单</OwnerTableModelStudent >权限名单</OwnerTableModelStudent
> >
<CommonStudent :type="10" :id="record.id" title="查看权" <CommonStudent :type="10" :id="record.id" title="查看权"