jinlin
2024-01-23 52a302b11c08cbc564ff3931038ae57a305a95d6
web/src/views/modules/riskTraceRecord/RiskTraceItem.vue
@@ -18,7 +18,7 @@
        </el-form>
        <el-table v-loading="table.dataLoading" :data="table.dataList" height="100px" v-adaptive="{bottomOffset:70}"
                  border @selection-change="table.selectionChangeHandle">
          <el-table-column type="selection" width="40"/>
          <el-table-column type="selection" align="center" width="40"/>
          <el-table-column prop="softwareName" label="项目名称"/>
          <el-table-column prop="softwareIdentity" label="项目标识"/>
          <zt-table-column-handle :table="table" edit-perm="riskTraceRecord:update"