lkk
2024-10-24 b06a903d08d6f5432105d12686ccaf074b45323a
src/views/hosp/order/index.vue
@@ -246,8 +246,9 @@
          :show-overflow-tooltip="true"
        >
          <template slot-scope="scope">
            <span v-if="scope.row.tjType == '2'">个人</span>
            <span v-if="scope.row.tjType == '1'">团队</span>
            <dict-tag :options="dict.type.dict_team" :value="scope.row.tjType" />
            <!-- <span v-if="scope.row.tjType == '2'">个人</span>
            <span v-if="scope.row.tjType == '1'">团队</span> -->
          </template>
        </el-table-column>
        <el-table-column
@@ -1425,7 +1426,7 @@
  components: {
    ViewPdf,
  },
  dicts: ["dict_pay_type"],
  dicts: ["dict_pay_type","dict_team"],
  name: "Order",
  data() {
    return {