lining 6 éve
szülő
commit
7b5e3f0f6f
1 módosított fájl, 0 hozzáadás és 55 törlés
  1. 0 55
      src/dashoo.cn/frontend_web/src/pages/index.vue

+ 0 - 55
src/dashoo.cn/frontend_web/src/pages/index.vue

@@ -124,61 +124,6 @@
           </el-tab-pane>
         </el-tabs>
 
-
-
-        <!--<el-row :gutter="5">-->
-          <!--<el-col :span="12">-->
-            <!--<el-card class="box-card" style="height: calc(100vh - 350px);" v-if="!allshow">-->
-              <!--<div slot="header">-->
-                <!--<legend style="color:#436EEE"></legend>-->
-                <!--<i class="icon icon-database"> 待办工作</i>-->
-              <!--</div>-->
-              <!--<el-table :data="WaitData" size="small" border height="calc(100vh - 470px)">-->
-                <!--<el-table-column label="待办工作跳转" width="100" align="center" fixed>-->
-                  <!--<template slot-scope="scope">-->
-                    <!--<el-button type="primary" plain size="mini" @click="gopage(scope.row)">详情</el-button>-->
-                  <!--</template>-->
-                <!--</el-table-column>-->
-                <!--<el-table-column prop="EntrustNo" sortable min-width="100" label="委托单号" align="center"></el-table-column>-->
-                <!--<el-table-column prop="CustomerName" sortable min-width="90" label="委托方名称" align="center"></el-table-column>-->
-                <!--<el-table-column prop="TestDetail" sortable min-width="100" label="检测项目" align="center"></el-table-column>-->
-                <!--<el-table-column prop="CheckStatus" sortable min-width="90" label="代办工作" align="center">-->
-                  <!--<template slot-scope="scope">-->
-                    <!--<el-tag size="small" v-show="scope.row.CheckStatus=='0'" type="danger">数据录入</el-tag>-->
-                    <!--<el-tag size="small" v-show="scope.row.CheckStatus=='1'" type="success">数据校核</el-tag>-->
-                    <!--<el-tag size="small" v-show="scope.row.CheckStatus=='2'" type="info">数据审批</el-tag>-->
-                    <!--<el-tag size="small" v-show="scope.row.ReportStatus=='4'" type="warning">报告签发</el-tag>-->
-                  <!--</template>-->
-                <!--</el-table-column>-->
-              <!--</el-table>-->
-            <!--</el-card>-->
-          <!--</el-col>-->
-
-          <!--<el-col :span="12">-->
-            <!--<el-card class="box-card" style="height: calc(100vh - 350px);" v-if="!allshow">-->
-              <!--<div slot="header">-->
-                <!--<legend style="color:#436EEE"></legend>-->
-                <!--<i class="icon icon-database"> 已办工作</i>-->
-              <!--</div>-->
-              <!--<el-table :data="DoneData" size="small" border height="calc(100vh - 470px)">-->
-                <!--<el-table-column prop="EntrustNo" sortable min-width="100" label="委托单号" align="center"></el-table-column>-->
-                <!--<el-table-column prop="CustomerName" sortable min-width="100" label="委托方名称" align="center"></el-table-column>-->
-                <!--<el-table-column prop="TestDetail" sortable min-width="100" label="检测项目" align="center"></el-table-column>-->
-                <!--<el-table-column prop="CheckStatus" sortable min-width="100" label="已办工作" align="center">-->
-                  <!--<template slot-scope="scope">-->
-                    <!--<el-tag size="small" v-show="scope.row.CreateUserId == user.id&&scope.row.CheckStatus=='1'" type="danger">数据录入</el-tag>-->
-                    <!--<el-tag size="small" v-show="scope.row.JHUserId == user.id&&(scope.row.CheckStatus=='2'||scope.row.CheckStatus=='3')"-->
-                            <!--type="success">数据校核</el-tag>-->
-                    <!--<el-tag size="small" v-show="scope.row.CheckUserId == user.id&&(scope.row.CheckStatus=='4'||scope.row.CheckStatus=='5')"-->
-                            <!--type="info">数据审批</el-tag>-->
-                    <!--<el-tag size="small" v-show="scope.row.ReportStatus != '0'" type="warning">报告签发</el-tag>-->
-                  <!--</template>-->
-                <!--</el-table-column>-->
-              <!--</el-table>-->
-            <!--</el-card>-->
-          <!--</el-col>-->
-        <!--</el-row>-->
-
       </div>
     </div>
   </no-ssr>