Browse Source

Merge branch 'pre' of http://git.dgtis.com/sunlupeng/pointsMall

sunlupeng 1 year ago
parent
commit
50309334bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/HomeView/EarnPoints.vue

+ 1 - 1
src/views/HomeView/EarnPoints.vue

@@ -319,7 +319,7 @@
             <el-button size="small" type="primary">点击上传</el-button>
           </el-upload>
         </el-form-item>
-        <el-form-item v-if="dialogStatus!='view'" label="备注:">
+        <el-form-item v-if="dialogStatus!='view'" label="上传说明:">
           <el-card shadow="never" style="width: 95%;padding: 0;min-height: 100px;line-height: normal;">
             <div v-html="remarkHtml"></div>
           </el-card>