From 7124c1d1d118877b0fc93c3ec85741d718ec34ef Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 15 九月 2023 11:15:46 +0800 Subject: [PATCH] 手机号变星星 写死 --- src/views/visualization.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/visualization.vue b/src/views/visualization.vue index 3745c30..2698fd1 100644 --- a/src/views/visualization.vue +++ b/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); -- Gitblit v1.8.0