wente
2023-11-15 38d3e5b8e69a8480840d6636b404c75cd13825c6
项目表
1个文件已修改
12 ■■■■ 已修改文件
web/src/views/modules/project/SoftwareTestOrder.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/modules/project/SoftwareTestOrder.vue
@@ -28,12 +28,12 @@
        <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>
        <!-- 弹窗, 新增 / 修改 -->