haoxuan
2023-09-15 7124c1d1d118877b0fc93c3ec85741d718ec34ef
手机号变星星  写死
1个文件已修改
12 ■■■■ 已修改文件
src/views/visualization.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/visualization.vue
@@ -1,7 +1,7 @@
<template>
  <div class="home">
    <!-- v-if="Object.keys(taskData).length > 0 && taskData.Procedure.ID" -->
    <!--  -->
    <template v-if="Tasks&&Tasks.length>0">
      <div class="left">
        <p class="title">
@@ -477,9 +477,12 @@
                style="font-size: 20px; font-weight: 600; margin-right: 10px"
                >{{ item.workerName || "" }}</span
              >
              <span>{{ item.phoneNum || "" }}</span>
              <!-- <span>{{ item.phoneNum || "" }}</span> -->
              <span class="color_yellow"><i class="el-icon-star-on" /><i class="el-icon-star-on" /><i class="el-icon-star-on" /><i class="el-icon-star-on" /><i class="el-icon-star-on" /></span>
            </dl>
          </div>
          <!-- <div
            style="
              width: 100%;
@@ -504,7 +507,7 @@
        </div>
      </div>
    </template>
    <!-- v-else -->
    <!--  -->
    <template v-else>
      <div class="home-img-box">
        <div class="bg-title">
@@ -986,6 +989,9 @@
</script>
<style lang="scss">
.color_yellow{
  color:yellow;
}
.active-one {
  width: 100%;
  height: calc(100% - 100px);