| | |
| | | <el-table v-loading="table.dataLoading" |
| | | :data="table.dataList" |
| | | height="100px" |
| | | v-adaptive="{bottomOffset:120}" |
| | | v-adaptive="{bottomOffset:150}" |
| | | @row-dblclick="selectedProject" |
| | | border @selection-change="table.selectionChangeHandle"> |
| | | <el-table-column type="selection" align="center" width="40"/> |
| | |
| | | <zt-table-column-dict prop="secretClass" label="密级" dict="secret_class"/> |
| | | <zt-table-column-dict prop="criticalLevel" label="关键等级" dict="critical_level"/> |
| | | <!--<zt-table-column-dict prop="testLevel" label="测试级别" dict="test_level"/>--> |
| | | <zt-table-column-dict prop="softwareType" label="软件类型" dict="software_type"/> |
| | | <zt-table-column-dict prop="softwareType" width="150px" label="软件类型" dict="software_type"/> |
| | | <el-table-column prop="projectLeader" label="项目负责人"/> |
| | | <zt-table-column-dict prop="isContract" label="是否签署合同" dict="is_or_not"/> |
| | | </el-table> |