|
@@ -84,7 +84,7 @@
|
|
type="warning" plain
|
|
type="warning" plain
|
|
v-hasPermi="['business:electronicDrawings:replace']">替换</el-button>
|
|
v-hasPermi="['business:electronicDrawings:replace']">替换</el-button>
|
|
</el-upload>
|
|
</el-upload>
|
|
-
|
|
|
|
|
|
+
|
|
<el-button
|
|
<el-button
|
|
v-if="(scope.row.status == 0 || scope.row.status == 1) && scope.row.abandoned == 0"
|
|
v-if="(scope.row.status == 0 || scope.row.status == 1) && scope.row.abandoned == 0"
|
|
link type="danger" v-hasPermi="['business:electronicDrawings:NG']"
|
|
link type="danger" v-hasPermi="['business:electronicDrawings:NG']"
|
|
@@ -156,6 +156,7 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script setup name="drawingDetails">
|
|
<script setup name="drawingDetails">
|