Ver código fonte

通知资料下载

ljm 6 anos atrás
pai
commit
7190c5a129
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/dashoo.cn/frontend_web/src/pages/login.vue

+ 3 - 3
src/dashoo.cn/frontend_web/src/pages/login.vue

@@ -60,14 +60,14 @@
 
     <div class="components-container home-wrapper">
       <el-card style="width: 1400px; background-color: #F1F3F7">
-        <el-table fit :data="noticeList"  style="width: 100%; background-color: #F1F3F7" max-height="550" >
+        <el-table fit :data="noticeList"  style="width: 100%; background-color: #F1F3F7" max-height="550" @row-click="DownloadFile">
           <el-table-column prop="Name" label="通知标题">
             <template slot-scope="scope">
               <i class="el-icon-caret-right"></i>
-              <span style="margin-left: 5px">{{ scope.row.Name }}</span>
+              <a style="margin-left: 5px">{{ scope.row.Name }}</a>
             </template>
           </el-table-column>
-          <el-table-column prop="CreateOn" label="时间" width="160">
+          <el-table-column prop="CreateOn" label="时间" width="141">
             <template slot-scope="scope">
               {{ jstimehandle(scope.row.CreateOn+'') }}
             </template>