删除无用代码

This commit is contained in:
TOP糯米 2023-03-14 22:37:44 +08:00
parent ab92a5a2ee
commit c24b885545
1 changed files with 0 additions and 6 deletions

View File

@ -2,12 +2,6 @@ import Vue from "vue"
let prototype = Vue.prototype;
export default {
stateTextColor(listType, orderType, state) {
switch (state) {
default:
return '#000000';
}
},
stateText(listType, orderType, state) {
if (listType == 't1') {
switch (state) {