|
@@ -157,7 +157,7 @@
|
|
|
v-if="row.blueprint"
|
|
|
:src="row.blueprint"
|
|
|
@click="openFile(row.blueprint)" />
|
|
|
- <div style="display: flex">
|
|
|
+ <div style="display: flex" v-if="!(route.query && route.query.detailId)">
|
|
|
<el-button type="primary" @click="clickDrawingFile(index)" text>选择图稿</el-button>
|
|
|
<el-upload
|
|
|
:show-file-list="false"
|
|
@@ -185,7 +185,7 @@
|
|
|
v-if="row.productionDocument">
|
|
|
{{ row.productionDocument }}
|
|
|
</a>
|
|
|
- <div style="display: flex">
|
|
|
+ <div style="display: flex" v-if="!(route.query && route.query.detailId)">
|
|
|
<el-button type="primary" @click="clickDrawingFile(index)" text>选择图稿</el-button>
|
|
|
<el-upload
|
|
|
:show-file-list="false"
|