|
@@ -4,7 +4,7 @@
|
|
|
<studentProjectWordShow v-if="isupload!=0" :downWordData="downWordData" :reversedMessage="reversedMessage"/>
|
|
|
<div style="width: 300px;margin: 20px auto;display: flex;justify-content: space-between;">
|
|
|
<el-button style="width: 120px;margin: 20px auto;" @click="downloadDig=true" type="primary">下载文档</el-button>
|
|
|
- <el-button style="width: 120px;margin: 20px auto;" @click="test" type="primary" v-if="isupload==0 && $store.state.userInfo.type!=0">立即修改</el-button>
|
|
|
+ <el-button style="width: 120px;margin: 20px auto;" @click="test" type="primary" v-if="isupload==0">立即修改</el-button>
|
|
|
</div>
|
|
|
<!-- 立即修改开始 -->
|
|
|
<el-dialog
|