From 422f79125a3bdccc1e6444c8624451d0decb3dc6 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期三, 01 一月 2025 18:06:19 +0800 Subject: [PATCH] 测试 --- src/books/aviationEtiquette/view/components/chapter004.vue | 124 ++++++++++++++++++++-------------------- 1 files changed, 62 insertions(+), 62 deletions(-) diff --git a/src/books/aviationEtiquette/view/components/chapter004.vue b/src/books/aviationEtiquette/view/components/chapter004.vue index 70def05..1432871 100644 --- a/src/books/aviationEtiquette/view/components/chapter004.vue +++ b/src/books/aviationEtiquette/view/components/chapter004.vue @@ -57,7 +57,7 @@ <textarea v-model="questionData.askAbout.one" placeholder="璇疯緭鍏ュ唴瀹�" - rows="2" + rows="4" class="fz-16 textarea-box" @change="setBookQuestion" ></textarea> @@ -67,7 +67,7 @@ <textarea v-model="questionData.askAbout.two" placeholder="璇疯緭鍏ュ唴瀹�" - rows="2" + rows="4" class="fz-16 textarea-box" @change="setBookQuestion" ></textarea> @@ -434,7 +434,7 @@ <textarea v-model="questionData.askAbout.five" placeholder="璇疯緭鍏ュ唴瀹�" - rows="2" + rows="4" class="fz-16 textarea-box" @change="setBookQuestion" ></textarea> @@ -442,7 +442,7 @@ <textarea v-model="questionData.askAbout.six" placeholder="璇疯緭鍏ュ唴瀹�" - rows="2" + rows="4" class="fz-16 textarea-box" @change="setBookQuestion" ></textarea> @@ -1090,8 +1090,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QThree" :disabled="questionData.isComplete" value="A" id="3" @@ -1101,8 +1101,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QThree" :disabled="questionData.isComplete" value="B" id="3" @@ -1112,8 +1112,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QThree" :disabled="questionData.isComplete" value="C" id="3" @@ -1123,8 +1123,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QThree" :disabled="questionData.isComplete" value="D" id="3" @@ -1136,7 +1136,7 @@ <p> <input type="checkbox" - name="ball2" + name="QFour" :disabled="questionData.isComplete" value="A" id="4" @@ -1147,7 +1147,7 @@ <p> <input type="checkbox" - name="ball2" + name="QFour" :disabled="questionData.isComplete" value="B" id="4" @@ -1158,7 +1158,7 @@ <p> <input type="checkbox" - name="ball2" + name="QFour" :disabled="questionData.isComplete" value="C" id="4" @@ -1169,7 +1169,7 @@ <p> <input type="checkbox" - name="ball2" + name="QFour" :disabled="questionData.isComplete" value="D" id="4" @@ -1180,8 +1180,8 @@ <p>5.閰掓按鏈嶅姟绀间华涓紝绾㈣憽钀勯厭搴斿�掓弧鏉瓙鐨勶紙銆�銆�锛夈��</p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QFive" :disabled="questionData.isComplete" value="A" id="5" @@ -1191,8 +1191,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QFive" :disabled="questionData.isComplete" value="B" id="5" @@ -1202,8 +1202,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QFive" :disabled="questionData.isComplete" value="C" id="5" @@ -1535,8 +1535,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QusOne" :disabled="questionData.isComplete" value="A" id="1" @@ -1546,8 +1546,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QusOne" :disabled="questionData.isComplete" value="B" id="1" @@ -1557,8 +1557,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QusOne" :disabled="questionData.isComplete" value="C" id="1" @@ -1568,8 +1568,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QusOne" :disabled="questionData.isComplete" value="D" id="1" @@ -1600,8 +1600,8 @@ <p>2.寮�绠卞寘妫�鏌ユ椂锛屼互涓嬪摢浜涗笉鏄彲鐤戠墿鍝侊紵锛堛��銆�锛夛紙鍗曢�夐锛�</p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QusTwo" :disabled="questionData.isComplete" value="A" id="2" @@ -1611,8 +1611,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QusTwo" :disabled="questionData.isComplete" value="B" id="2" @@ -1622,8 +1622,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QusTwo" :disabled="questionData.isComplete" value="C" id="2" @@ -1633,8 +1633,8 @@ </p> <p> <input - type="checkbox" - name="ball2" + type="radio" + name="QusTwo" :disabled="questionData.isComplete" value="D" id="2" @@ -1646,7 +1646,7 @@ <p> <input type="checkbox" - name="ball2" + name="QusThree" :disabled="questionData.isComplete" value="A" id="3" @@ -1657,7 +1657,7 @@ <p> <input type="checkbox" - name="ball2" + name="QusThree" :disabled="questionData.isComplete" value="B" id="3" @@ -1668,7 +1668,7 @@ <p> <input type="checkbox" - name="ball2" + name="QusThree" :disabled="questionData.isComplete" value="C" id="3" @@ -1679,7 +1679,7 @@ <p> <input type="checkbox" - name="ball2" + name="QusThree" :disabled="questionData.isComplete" value="D" id="3" @@ -1764,13 +1764,13 @@ </div> <div class="bj3"> <p>1.浣滀负鏉庨潤鐨勫濡癸紝闈㈠闅捐繃鐨勬潕闈欙紝鏉庝附鍙互璺熷ス璇翠簺浠�涔堬紵</p> - <textarea v-model="questionData.askAbout.twentyOne" placeholder="璇疯緭鍏ュ唴瀹�" rows="2" + <textarea v-model="questionData.askAbout.twentyOne" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box" @change="setBookQuestion"></textarea> <p>2.鍏充簬涔樺姟鍛樿埅鍓嶇殑浠浠〃瑙勮寖锛屾垜浠簡瑙e灏戝憿锛�</p> - <textarea v-model="questionData.askAbout.twentyTwo" placeholder="璇疯緭鍏ュ唴瀹�" rows="2" + <textarea v-model="questionData.askAbout.twentyTwo" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box" @change="setBookQuestion"></textarea> <p>3.鑸墠鍑嗗闃舵杩橀渶瑕佹帉鎻″摢浜涚ぜ浠鑼冨憿锛�</p> - <textarea v-model="questionData.askAbout.twentyThree" placeholder="璇疯緭鍏ュ唴瀹�" rows="2" + <textarea v-model="questionData.askAbout.twentyThree" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box" @change="setBookQuestion"></textarea> </div> </div> @@ -1961,10 +1961,10 @@ 鍒樻収鏄煇鑸┖鍏徃鐨勪箻鍔″憳锛屽湪閲嶅簡椋炲線涓変簹鐨勮埅鐝笂锛屼箻鍔¢暱灏嗗垬鎱у畨鎺掑湪鍓嶇櫥鏈洪棬澶勮繋瀹€�傜敱浜庢鍊间笁浜氭梾娓告椇瀛o紝姝よ埅鐝梾瀹㈤潪甯稿銆傜珯鍦ㄨ埍闂ㄥ彛杩庡鐨勫垬鎱ц寰楀緢鐑紝娌$珯涓�浼氬効鍒樻収灏卞紑濮嬩笉鑰愮儲浜嗭紝鍙槸姝ゆ椂鎵嶅彧鏈変竴灏忛儴鍒嗘梾瀹㈢櫥鏈恒�傚湪鎺ヤ笅鏉ョ殑杩庡涓紝鍒樻収鑴镐笂鐨勫井绗戞參鎱㈡秷澶憋紝闈㈠鏃呭鐨勮闂紝濂逛篃鍙槸闅忔墜涓�鎸囷紝涓�鍓噿鏁d笉鑰愮儲鐨勬牱瀛愩�� </p> <p>1.浣犺寰楀垬鎱у仛寰楀鍚楋紵</p> - <textarea v-model="questionData.askAbout.twentyFour" placeholder="璇疯緭鍏ュ唴瀹�" rows="2" + <textarea v-model="questionData.askAbout.twentyFour" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box" @change="setBookQuestion"></textarea> <p>2.瀵逛簬杩庡鐨勭ぜ浠鑼冿紝浣犵煡閬撳灏戯紵</p> - <textarea v-model="questionData.askAbout.twentyFive" placeholder="璇疯緭鍏ュ唴瀹�" rows="2" + <textarea v-model="questionData.askAbout.twentyFive" placeholder="璇疯緭鍏ュ唴瀹�" rows="4" class="fz-16 textarea-box" @change="setBookQuestion"></textarea> </div> </div> @@ -2443,8 +2443,8 @@ </p> <p> <input - type="checkbox" - name="ball1" + type="radio" + name="Qusfour" :disabled="questionData.isComplete" value="A" id="4" @@ -2454,8 +2454,8 @@ </p> <p> <input - type="checkbox" - name="ball1" + type="radio" + name="Qusfour" :disabled="questionData.isComplete" value="B" id="4" @@ -2485,8 +2485,8 @@ <div class="bodystyle"> <p> <input - type="checkbox" - name="ball1" + type="radio" + name="Qusfour" :disabled="questionData.isComplete" value="C" id="4" @@ -2499,8 +2499,8 @@ </p> <p> <input - type="checkbox" - name="ball1" + type="radio" + name="Qusfive" :disabled="questionData.isComplete" value="A" id="5" @@ -2510,8 +2510,8 @@ </p> <p> <input - type="checkbox" - name="ball1" + type="radio" + name="Qusfive" :disabled="questionData.isComplete" value="B" id="5" @@ -2521,8 +2521,8 @@ </p> <p> <input - type="checkbox" - name="ball1" + type="radio" + name="Qusfive" :disabled="questionData.isComplete" value="C" id="5" @@ -2635,7 +2635,7 @@ value: [], }, three: { - value: [], + value: "", }, four: { value: [], @@ -2687,10 +2687,10 @@ value: [], }, four: { - value: [], + value: "", }, five: { - value: [], + value: "", }, six: { value: "", -- Gitblit v1.9.1