|
@@ -221,14 +221,10 @@
|
|
|
<img class="preImg" :src="previewUrl" :alt="previewTitle" />
|
|
|
</div>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
- <el-button
|
|
|
- type="primary"
|
|
|
- @click="catOperationInstructionBoolean = false"
|
|
|
- >确 定</el-button
|
|
|
- >
|
|
|
- <el-button @click="catOperationInstructionBoolean = false"
|
|
|
+ <el-button type="primary" @click="previewShow = false">关 闭</el-button>
|
|
|
+ <!-- <el-button @click="previewShow = false"
|
|
|
>取 消</el-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</div>
|