spring
3 天以前 8c6c7af632c3ef31cecf762dc4737d3655def90a
fix: 处理售后记录时,带出的问题描述展示在处理结果中
已修改1个文件
7 ■■■■ 文件已修改
src/views/customerService/afterSalesHandling/index.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/customerService/afterSalesHandling/index.vue
@@ -227,8 +227,13 @@
    },
    align: "center"
  },
  {
    {
    label: "问题描述",
    prop: "proDesc",
    width:300,
  },
  {
    label: "处理结果",
    prop: "disRes",
    width:300,
  },