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 isLogin = ref(false);
console.log("版本2.1.2------------");
console.log("版本2.1.3------------");
// 监听关闭浏览器
let time1 = ref(0);

View File

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

View File

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