多个功能修改

This commit is contained in:
2025-06-12 18:20:58 +08:00
parent 32dbc00bbe
commit 89c0f32aa6
12 changed files with 407 additions and 28 deletions

View File

@@ -25,6 +25,10 @@ Vue.directive('enterNumber', {
}
});
Vue.prototype.$getStatusText = function(statusMap, status) {
return statusMap[status] || '';
};
import store from '@/vuex/store.js'
const app = new Vue({