瀏覽代碼

修复页面展现bug

oyq28 3 年之前
父節點
當前提交
26503c7e83

+ 1 - 1
imcs-ui/src/views/zuihou/prepareProductMgr/bomMgr/Index.vue

@@ -412,7 +412,7 @@ export default {
       }else if (column.property == "status"){
          return (row.status === '1')? "启用" : "冻结"
       }else if (column.property == "auditStatus"){
-         return (row.auditStatus === '0')? "新增" : (row.auditStatus === '1')? "审核":(row.auditStatus === '2')? "审核通过" : "审核未通过"
+         return (row.auditStatus === '0')? "新增" : (row.auditStatus === '1')? "审核":(row.auditStatus === '2')? "审核通过" : "审核未通过"
       }else{
          return row[column.property]
       }

+ 1 - 1
imcs-ui/src/views/zuihou/prepareProductMgr/technologyMgr/components/TechnologyTable.vue

@@ -30,7 +30,7 @@
 	      </template>
       </el-table-column>
       <el-table-column align="center" type="selection" width="50" :reserve-selection="true" />
-      <el-table-column v-for="item in tableData.titleList" :key="item.id" :prop="item.field" :label='item.text' :show-overflow-tooltip="true" width="180px"></el-table-column>
+      <el-table-column v-for="item in tableData.titleList" :key="item.id" :prop="item.field" :label='item.text' :show-overflow-tooltip="true" ></el-table-column>
     </el-table>
     
     <!-- 【分页】组件 -->