项目类型和合作类型中的文字补充完整,与四算表中显示一致
parent
9cbf498f01
commit
c9b24fea97
|
@ -8,8 +8,8 @@ package cn.palmte.work.model.enums;
|
||||||
*/
|
*/
|
||||||
public enum CooperationType implements Enumerable<Integer> {
|
public enum CooperationType implements Enumerable<Integer> {
|
||||||
|
|
||||||
STRATEGIC_COOPERATION(1, "战略合作"),
|
STRATEGIC_COOPERATION(1, "战略合作类"),
|
||||||
NOT_STRATEGIC_COOPERATION(2, "非战略合作");
|
NOT_STRATEGIC_COOPERATION(2, "非战略合作类");
|
||||||
|
|
||||||
private final int value;
|
private final int value;
|
||||||
private final String description;
|
private final String description;
|
||||||
|
|
|
@ -8,9 +8,9 @@ package cn.palmte.work.model.enums;
|
||||||
*/
|
*/
|
||||||
public enum ProjectType implements Enumerable<Integer> {
|
public enum ProjectType implements Enumerable<Integer> {
|
||||||
|
|
||||||
ENGINEERING_INTEGRATION(1, "工程集成"),
|
ENGINEERING_INTEGRATION(1, "工程集成类"),
|
||||||
DEVICE_INTEGRATION(2, "设备集成"),
|
DEVICE_INTEGRATION(2, "设备集成类"),
|
||||||
STRATEGIC_COOPERATION(3, "战略合作");
|
STRATEGIC_COOPERATION(3, "战略合作类");
|
||||||
|
|
||||||
private final int value;
|
private final int value;
|
||||||
private final String description;
|
private final String description;
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
<div class="admin-content" id="app">
|
<div class="admin-content" id="app">
|
||||||
<div class="admin-content-body">
|
<div class="admin-content-body">
|
||||||
<div class="am-cf am-padding">
|
<div class="am-cf am-padding">
|
||||||
<div class="am-fl am-cf"><strong class="am-text-primary am-text-lg">{{title}}</strong> /
|
<div class="am-fl am-cf" v-cloak><strong class="am-text-primary am-text-lg">{{title}}</strong> /
|
||||||
<small v-cloak>{{subTitle}}</small></div>
|
<small v-cloak>{{subTitle}}</small></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue