spring
8 天以前 b7924c34a4f66406c181c712e3546d3a47cbfc4f
fix: 优化绞线报工台账字段
已修改2个文件
2 ■■■■■ 文件已修改
src/components/product_card/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/production/detail/twistDetail.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/product_card/index.vue
@@ -4,6 +4,7 @@
      <view class="flex justify-between w-full">
        <text class="font-medium text-[#252525]">设备编号: {{ data[map.deviceModel] }}</text>
        <wd-tag
          v-if="data.type !== '绞线'"
          :color="data[map.isMonofil] == 1 ? '#0D867F' : '#e6a23c'"
          :bg-color="data[map.isMonofil] == 1 ? '#E7F4EC' : '#fdf6ec'"
        >
src/pages/production/detail/twistDetail.vue
@@ -47,6 +47,7 @@
const paramsId = ref();
const cardData = reactive({
  type: "绞线",
  deviceModel: undefined,
  model: undefined,
  systemNo: undefined,