2
lkk
2025-04-09 7db11f1ecbe7df37eb1a8adfdfadc8b654d46522
src/views/picture/picture/index.vue
@@ -242,7 +242,7 @@
            prop="bcupdateTime"
            min-width="160"
          />
          <el-table-column label="操作" align="center" min-width="120px">
          <!-- <el-table-column label="操作" align="center" min-width="120px">
            <template slot-scope="scope">
              <el-button
                size="mini"
@@ -262,9 +262,8 @@
                @click="queryResultone(scope.row)"
                >结果</el-button
              >
              <!--  @click="chaxun(scope.row) " -->
            </template>
          </el-table-column>
          </el-table-column> -->
          <!-- <el-table-column type="selection" width="40" align="center" />
          <el-table-column label="收费项目" align="center" prop="proName" />
@@ -340,7 +339,14 @@
      />
    </div>
    <Public ref="aaa" :check-status="checkStatus" :pro-result="form.proResult" :conclusion="form.conclusion" @add="handleChanges" />
    <Public
      ref="aaa"
      :check-status="checkStatus"
      :pro-result="form.proResult"
      :conclusion="form.conclusion"
      @add="handleChanges"
      :project-list="projectList"
    />
    <!--  :last-desc="form.conclusion" -->
  </div>
</template>
@@ -413,6 +419,7 @@
      pictureList: [],
      tableList: [],
      CompanyList: [],
      projectList: [],
      // 弹出层标题
      title: "",
      // 是否显示弹出层
@@ -646,6 +653,7 @@
        this.loading = false;
      }); */
    },
    // 取消按钮
    cancel() {
      this.open = false;
@@ -880,6 +888,10 @@
      });
    },
    handleChange(selection) {
      this.projectList = selection.map((item) => ({
        proId: item.proId,
        proName: item.proName,
      }));
      if (selection && selection.length > 0) {
        const proId = selection[0].proId;