Admin
2022-09-21 999cab6fb3fc6d2a288d365da991351c5a396bf0
src/views/specialWorkSystem/workAlert/alertRecord/index.vue
@@ -39,12 +39,12 @@
         </el-row>
         <div class="homeCard">
            <div class="main-card">
               <el-row class="cardTop">
                  <el-col :span="12" class="mainCardBtn">
<!--               <el-row class="cardTop">-->
<!--                  <el-col :span="12" class="mainCardBtn">-->
<!--                     <el-button type="primary" :icon="Plus" size="default" @click="dialogAddRecord = true">新增</el-button>-->
                  </el-col>
                  <el-button type="primary" :icon="Refresh" size="default" @click="reLoadData"/>
               </el-row>
<!--                  </el-col>-->
<!--                  <el-button type="primary" :icon="Refresh" size="default" @click="reLoadData"/>-->
<!--               </el-row>-->
               <el-table
                     ref="multipleTableRef"
                     :data="tableData"
@@ -97,7 +97,7 @@
               <el-input v-model="details.warningTypeDesc" readonly/>
            </el-form-item>
            <el-form-item label="图片" v-if="details.imagePaths && details.imagePaths.length>0">
               <el-image v-for="item in details.imagePaths" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" />
               <el-image v-for="item in details.imagePaths" :preview-src-list="details.imagePaths" style="width: 150px; height: 150px;margin-right: 50px;margin-bottom: 20px" :src="item" fit="cover" />
            </el-form-item>
            <el-form-item label="描述">
               <el-input v-model="details.warningInfo" type="textarea" readonly/>