yyb
2026-04-01 154f3f8e6e8a98e0472d9cc02e7a11dc6bc2b0eb
src/views/productionManagement/productionProcess/index.vue
@@ -562,8 +562,8 @@
      label: "是否必填",
      prop: "isRequired",
      dataType: "tag",
      formatType: row => (row.isRequired === true ? "success" : "info"),
      formatData: row => (row.isRequired === true ? "是" : "否"),
      formatType: params => (params == true ? "success" : "info"),
      formatData: params => (params == true ? "是" : "否"),
    },
    {
      label: "操作",