Back to browse
'''Vue Filter Check''' This phrase is written in English and does not require translation.
In Vue, use `that.payInfo.estLists.filter` to determine the field `estSt`. Check if it exists and is not included in the array `let HAVE_ESTS=['已批','不批','报废','…
Added May 19, 20260 views0 copies
Prompt
In Vue, use `that.payInfo.estLists.filter` to determine the field `estSt`. Check if it exists and is not included in the array `let HAVE_ESTS=['已批','不批','报废','不报']`.
Replace text in [BRACKETS] with your own values before pasting.