WXL
2025-06-27 0d18860da4a69be52e8f312fdaade87edff191b9
测试完成
已修改2个文件
28 ■■■■■ 文件已修改
src/api/AiCentre/indicator.js 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/discharge/index.vue 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/AiCentre/indicator.js
@@ -31,13 +31,6 @@
    data: data,
  });
}
// 指标统计
export function Labelstatistics(Id) {
   return request({
    url: "/smartor/serviceSubtaskDetail/countPatByTarget/" + Id,
    method: "get",
   });
  }
// 新增指标
export function addtarget(data) {
src/views/followvisit/discharge/index.vue
@@ -17,7 +17,7 @@
                  font-weight: 600;
                "
              >
                {{ item.value ? item.value : 0 }}
                {{ item.value ? item.value : 0 ? item.value : 0 }}
              </div>
            </div>
          </el-card>
@@ -784,7 +784,24 @@
      },
      value: [],
      list: [],
 topicoptionssort: [
        {
          value: 0,
          label: "出院时间(正序)",
        },
        {
          value: 1,
          label: "出院时间(倒序)",
        },
        {
          value: 2,
          label: "发送时间(正序)",
        },
        {
          value: 3,
          label: "发送时间(倒序)",
        },
      ],
      sourcetype: [
        {
          value: 1,