...
|
...
|
@@ -68,8 +68,8 @@ func LoadPerformanceDimensions(rows [][]string) ([]*PerformanceDimension, error) |
|
|
//权重
|
|
|
if len(item) > 6 && item[6] != "" {
|
|
|
weightName = item[6]
|
|
|
form.Weight = weightName
|
|
|
}
|
|
|
form.Weight = weightName
|
|
|
//标准
|
|
|
if len(item) > 7 && item[7] != "" {
|
|
|
standardName = item[7]
|
...
|
...
|
|