فهرست منبع

Format ERC = evcpId-00connectorId
https://dev.wormwood.com.sg/zentao/task-view-531.html

vbea 1 سال پیش
والد
کامیت
b65049128e
2فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 2 1
      Strides-Admin/src/views/charge/Connectors.vue
  2. 1 0
      Strides-Admin/src/views/notification/add.vue

+ 2 - 1
Strides-Admin/src/views/charge/Connectors.vue

@@ -92,7 +92,8 @@
         width="120"
         v-if="enableEVCPID">
         <template slot-scope="{row}">
-          <span>{{ (row.evcpId || "NA") + "-" + row.connectorId }}</span>
+          <span v-if="row.erc">{{row.erc}}</span>
+          <span v-else>{{ (row.evcpId || "NA") + "-00" + row.connectorId }}</span>
         </template>
       </el-table-column>
       <el-table-column

+ 1 - 0
Strides-Admin/src/views/notification/add.vue

@@ -53,6 +53,7 @@
                 :readonly="!isEdit"
                 type="textarea"
                 maxlength="1000"/>
+              <div>{{formInfo.message.length + "/1000"}}</div>
             </el-form-item>
           </el-col>
         </el-row>