Browse Source

剧本列表查看不能对图片进行删除操作

dev
liuzewei 3 years ago
parent
commit
3c68259837
1 changed files with 1 additions and 0 deletions
  1. 1
      src/views/sce/sceInfo/index.vue

1
src/views/sce/sceInfo/index.vue

@ -381,6 +381,7 @@
label="图片"
prop="imgUrls"
style="width: 100%;"
:style="dialog.title != '查看剧本' ? '' : 'pointer-events:none'"
v-if="radioImg == 1"
>
<div v-for="(item, s) in imgData" :key="s" class="imgdata">

Loading…
Cancel
Save