mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
fix:修改版本号
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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="查看权"
|
||||||
|
|||||||
Reference in New Issue
Block a user