wangmengwei 4 mesiacov pred
rodič
commit
0d06f18324

+ 0 - 21
ruoyi-ui-wuguan/src/views/wuguan/yuangongpx/index.vue

@@ -115,27 +115,6 @@
               </el-row>
               </el-row>
                <el-table :max-height="tableMaxHeight" v-loading="loading" :data="manualList" @selection-change="handleSelectionChange">
                <el-table :max-height="tableMaxHeight" v-loading="loading" :data="manualList" @selection-change="handleSelectionChange">
                  <el-table-column label="标题" align="center" prop="manualTitle" width="120" show-overflow-tooltip />
                  <el-table-column label="标题" align="center" prop="manualTitle" width="120" show-overflow-tooltip />
-                 <!-- <el-table-column label="内容" align="center" prop="manualContent"  width="180" show-overflow-tooltip>
-                 <template slot-scope="scope">
-                     <div v-html="scope.row.manualContent">
-                     </div>
-                   </template>
-                 </el-table-column> -->
-                 <!-- <el-table-column label="类型" align="center" prop="manualType" >
-                   <template slot-scope="scope">
-                     <dict-tag :options="dict.type.publication_type" :value="scope.row.manualType"/>
-                   </template>
-                 </el-table-column> -->
-                 <!-- <el-table-column label="是否启用" align="center" key="status" >
-                   <template slot-scope="scope">
-                     <el-switch
-                       v-model="scope.row.status"
-                       active-value="1"
-                       inactive-value="2"
-                       @change="handleStatusChange(scope.row)"
-                     ></el-switch>
-                   </template>
-                 </el-table-column> -->
                  <el-table-column label="发布时间" align="center" prop="publishTime" width="180">
                  <el-table-column label="发布时间" align="center" prop="publishTime" width="180">
                    <template slot-scope="scope">
                    <template slot-scope="scope">
                      <span>{{scope.row.publishTime}}</span>
                      <span>{{scope.row.publishTime}}</span>