zhouwx
2024-06-14 137910cf4fc73a3a2787a3a02718f1e1f637c368
src/views/safetyReview/projectManage/components/siteCheckRcd.vue
@@ -13,10 +13,10 @@
      <el-row :gutter="30" style="margin-bottom: 30px" v-if="state.data.length>0">
        <el-col :span="28">
          <div style="display: flex;align-items: center">
            <span style="font-size: 22px;font-weight: 600">记录编号:{{ chooseItem.index }}(提交时间:{{chooseItem.createTime}})</span>
            <span style="font-size: 22px;font-weight: 600;margin-top: 10px;">记录编号:{{ chooseItem.index }}(提交时间:{{chooseItem.createTime}})</span>
            <div style="display: flex;align-items: center;flex-wrap: wrap">
              <div v-for="(item,index) in state.data">
                <el-check-tag style="margin-left: 20px;margin-top:10px;cursor: pointer" :checked="chooseItem.id === item.id" type="primary" @click="chooseRecord(item,index)">记录编号{{ index+1 }}</el-check-tag>
                <el-check-tag style="margin-left: 20px;margin-top:10px;cursor: pointer;padding: 15px 25px" :checked="chooseItem.id === item.id" size="large" @click="chooseRecord(item,index)">记录编号{{ index+1 }}</el-check-tag>
              </div>
            </div>
          </div>
@@ -42,7 +42,9 @@
                v-model="state.formData.location"
                size="large"
                placeholder="请填写现场勘验位置"
                @focus="openLocation"
            >
              <template #append>
                <el-button :icon="Search" @click="openLocation"/>
              </template>