|
@@ -13,14 +13,15 @@
|
|
|
</g>
|
|
|
<g @click="toFilePage('创新点梳理', 1,'任务')">
|
|
|
<text x="120" y="45">任务:</text>
|
|
|
- <circle cx="180" cy="40" r="16" stroke-width="1" stroke="#fff" :fill="getColor('创新点梳理',1)" />
|
|
|
- <text :x="getNumber('创新点梳理',1) > 9 ? '170' : '175'" y="45" fill="#fff">{{ getNumber('创新点梳理',1, 'taskCount') }}</text>
|
|
|
+ <circle cx="180" cy="40" r="16" stroke-width="1" stroke="#fff" :fill="getColor('创新点梳理',1)"/>
|
|
|
+ <text :x="getNumber('创新点梳理',1) > 9 ? '175' : '170'" y="45" fill="#fff">{{ getNumber('创新点梳理',1, 'taskCount') }}</text>
|
|
|
+
|
|
|
<line x1="200" y1="60" x2="350" y2="60" stroke='#333'></line>
|
|
|
</g>
|
|
|
<g @click="toFilePage('创新点梳理', 1,'文件')">
|
|
|
<text x="120" y="85">文件:</text>
|
|
|
<circle cx="180" cy="80" r="16" stroke-width="1" stroke="#fff" :fill="getColor('创新点梳理',1)" />
|
|
|
- <text :x="getNumber('创新点梳理',1) > 9 ? '170' : '175'" y="85" fill="#fff">{{ getNumber('创新点梳理',1 , 'fileCount') }}</text>
|
|
|
+ <text :x="getNumber('创新点梳理',1) > 9 ? '175' : '175'" y="85" fill="#fff">{{ getNumber('创新点梳理',1 , 'fileCount') }}</text>
|
|
|
<line x1="200" y1="60" x2="350" y2="60" stroke='#333'></line>
|
|
|
</g>
|
|
|
<polygon points="350,55,360,60,350,65"></polygon>
|