| | |
| | | <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" align="center" width="40"/> |
| | | <el-table-column prop="softwareName" label="软件名称"/> |
| | | <el-table-column prop="code" min-width="270" label="委托单编号"/> |
| | | <el-table-column prop="softwareIdentity" label="项目标识"/> |
| | | <zt-table-column-dict prop="testBasis" label="测试依据" dict="test_basis"/> |
| | | <zt-table-column-dict prop="testStandard" width="370px" label="测试标准" dict="test_standard"/> |
| | | <zt-table-column-dict prop="articleNature" label="物品性质" dict="article_nature"/> |
| | | <el-table-column prop="softwareName" width="250px" label="软件名称"/> |
| | | <el-table-column prop="code" width="270" label="委托单编号"/> |
| | | <el-table-column prop="softwareIdentity" width="150px" label="项目标识"/> |
| | | <zt-table-column-dict prop="testBasis" width="150px" label="测试依据" dict="test_basis"/> |
| | | <zt-table-column-dict prop="testStandard" min-width="420" label="测试标准" dict="test_standard"/> |
| | | <zt-table-column-dict prop="articleNature" width="120px" label="物品性质" dict="article_nature"/> |
| | | <zt-table-column-handle :table="table" edit-perm="project:update" delete-perm="project::delete"/> |
| | | </el-table> |
| | | <!-- 弹窗, 新增 / 修改 --> |