licailing 4 سال پیش
والد
کامیت
47e21b0ff1
1فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 8 1
      src/main/vue/src/views/performance/ProgrammeOrgList.vue

+ 8 - 1
src/main/vue/src/views/performance/ProgrammeOrgList.vue

@@ -249,7 +249,14 @@
                     <span v-if="row.programmeStatus == 'REVIEW_FAILED'">复审未通过</span>
                 </template>
             </el-table-column>
-            <el-table-column prop="award" label="奖项" min-width="80" v-if="showAward"> </el-table-column>
+            <el-table-column prop="awardId" label="奖项" min-width="80" v-if="showAward">
+                <template slot="header" slot-scope="{ column }">
+                    <sortable-header :column="column" :current-sort="sort" @changeSort="changeSort"> </sortable-header>
+                </template>
+                <template slot-scope="{ row }">
+                    <span>{{ row.award }}</span>
+                </template>
+            </el-table-column>
             <el-table-column label="操作" align="center" fixed="right" min-width="300">
                 <template slot-scope="{ row, $index }">
                     <el-button @click="showRow(row)" size="mini" plain>查看</el-button>