Sfoglia il codice sorgente

fix(问卷问题编辑器): 将按钮文本从"管理选项"改为"新增选项"

yz 1 mese fa
parent
commit
b64cb310ea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/survey-question-editor/index.vue

+ 1 - 1
src/components/survey-question-editor/index.vue

@@ -56,7 +56,7 @@
                 @click="handleAddOption(question)"
                 :loading="loading"
               >
-                管理选项
+                新增选项
               </el-button>
             </div>
           </div>