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