马宇豪
2024-12-16 0d70a4477475465be490f8f9b45387765b6eac0a
src/views/safetyReview/expertManage/postEvaluation/index.vue
@@ -50,7 +50,7 @@
        <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
          <template #default="scope">
            <el-button type="primary" v-if="scope.row.evaluationState == 0" link @click="openDialog('edit',scope.row)">开始评估</el-button>
            <el-button type="primary" v-if="scope.row.evaluationState == 1" link @click="openDialog('edit',scope.row)">修改评估</el-button>
            <el-button type="primary" v-if="scope.row.evaluationState == 1" link @click="openDialog('edit',scope.row)">查看</el-button>
          </template>
        </el-table-column>
      </el-table>