Browse Source

修改bug

chenrui 10 months ago
parent
commit
528f70c8dc
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/views/promotionManagement/promotionInfo/detailModal.vue

+ 0 - 3
src/views/promotionManagement/promotionInfo/detailModal.vue

@@ -41,9 +41,6 @@
             <a-form-model-item label="内容" prop="content" >
             <a-form-model-item label="内容" prop="content" >
               <div class="box" v-html="form.content"></div>
               <div class="box" v-html="form.content"></div>
             </a-form-model-item>
             </a-form-model-item>
-            <a-form-model-item label="是否发布" prop="publishFlag" >
-              {{ form.publishFlag?form.publishFlag==='1'?'是':'否':'--' }}
-            </a-form-model-item>
           </div>
           </div>
           <div v-if="form.contentType==='VIDEO'">
           <div v-if="form.contentType==='VIDEO'">
             <a-form-model-item label="内容" prop="content" >
             <a-form-model-item label="内容" prop="content" >