瀏覽代碼

弹框更换宽度

bding 1 年之前
父節點
當前提交
fcc32fedb3

+ 1 - 1
src/views/rai_manage/activityManage/components/ThemeSurvey/voteDlg.vue

@@ -9,7 +9,7 @@
       :append-to-body="true"
       :visible.sync="initiateVotingDlg"
       :before-close="closeHandler"
-      width="600px"
+      width="800px"
     >
       <div class="vote-dlg-container-theme-survey">
         <el-form :model="votingForm" :rules="votingRules" ref="votingForm" class="demo-ruleForm">

+ 1 - 1
src/views/rai_manage/activityManage/themeSurveyPage.vue

@@ -29,7 +29,7 @@
           </el-table-column>
           <el-table-column align="center" prop="RealName" key="name" label="操作">
             <template slot-scope="{ row }">
-              <span class="editsty" @click="lookResultHandler(row, '编辑')">编辑</span>
+              <span v-if="row.State == '发布中'" class="editsty" @click="lookResultHandler(row, '编辑')">编辑</span>
             </template>
           </el-table-column>
         </el-table>