gaoluyang
4 天以前 8bb204ea6b9c73727ba50e9697a6940b53e5963d
src/views/safeProduction/safeQualifications/index.vue
@@ -82,7 +82,11 @@
                         show-overflow-tooltip />
        <el-table-column label="规程资质类型"
                         prop="type"
                         show-overflow-tooltip />
                         show-overflow-tooltip>
          <template #default="scope">
            {{ type_qualification.find(item => item.value === scope.row.type)?.label || '-' }}
          </template>
        </el-table-column>
        <el-table-column label="版本号"
                         prop="version"
                         width="180"