zhaojiale
2022-08-04 2e76881491ddf4d15881c9112fffc7caebd55650
src/views/accidentManagementSystem/workInjuryDeclaration/index.vue
@@ -54,9 +54,9 @@
            <el-table-column prop="visitHospital" label="就诊医院" show-overflow-tooltip sortable></el-table-column>
            <el-table-column label="操作" width="260" align="center" fixed="right">
               <template #default="scope">
                  <el-button size="small" text disabled>
                     <el-icon style="margin-right: 5px"> <Upload /> </el-icon>上报
                  </el-button>
                  <!--<el-button size="small" text disabled>-->
                     <!--<el-icon style="margin-right: 5px"> <Upload /> </el-icon>上报-->
                  <!--</el-button>-->
            <el-button size="small" text type="primary" @click="onEdit('详情',scope.row.id)">
              <el-icon style="margin-right: 5px"> <View /> </el-icon>查看
            </el-button>