Parcourir la source

修改模板名称

haojianlong il y a 5 ans
Parent
commit
bc689d9bf6
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      src/views/point/config_point/steps/step1.vue

+ 4 - 4
src/views/point/config_point/steps/step1.vue

@@ -22,8 +22,8 @@
         <own-dialog :width="'500px'" :index="true" title="导出excel模板" :dialogVisible="downloadExcel" :footer="footer" @cancel="close" @confirm="download">
             <span>请选择要导出的模板</span>
             <el-select v-model="exportTemplate" placeholder="请选择模板">
-                <el-option label="模板一" value="0"></el-option>
-                <el-option label="模板二" value="1" :disabled="protocolType!='common'"></el-option>
+                <el-option label="标准模版" value="0"></el-option>
+                <el-option label="设备采集多个参数模版" value="1" :disabled="protocolType!='common'"></el-option>
             </el-select>
         </own-dialog>
         <own-dialog :width="'500px'" :index="true" :footer="footer" title="导入excel" :dialogVisible="updateExcel" @confirm="sureOfUpload" @cancel="close">
@@ -34,8 +34,8 @@
             <div>
                 <span>请选择要导入的模板</span>
                 <el-select v-model="importTemplate" placeholder="请选择模板">
-                    <el-option label="模板一" value="0"></el-option>
-                    <el-option label="模板二" value="1" :disabled="protocolType!='common'"></el-option>
+                    <el-option label="标准模版" value="0"></el-option>
+                    <el-option label="设备采集多个参数模版" value="1" :disabled="protocolType!='common'"></el-option>
                 </el-select>
             </div>
             <div>