Skip to content

Commit

Permalink
minor: password tag错误提示换行处理
Browse files Browse the repository at this point in the history
  • Loading branch information
luofann committed Sep 13, 2023
1 parent 4074ac3 commit 65f91c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
<bk-select v-else class="select-var" :value="localVal.value" @selected="handleSelectVariable">
<bk-option v-for="item in variables" :key="item.id" :id="item.id" :name="item.id"></bk-option>
</bk-select>
<span v-show="!validateInfo.valid" class="common-error-tip error-info">{{validateInfo.message}}</span>
</div>
<span v-else class="rf-view-value">{{(value.password === 'undefined' || value.password === '') ? '--' : '******'}}</span>
<div v-show="!validateInfo.valid" class="common-error-tip error-info">{{validateInfo.message}}</div>
</div>
</template>
<script>
Expand Down

0 comments on commit 65f91c9

Please sign in to comment.