删除无用代码
This commit is contained in:
parent
ab92a5a2ee
commit
c24b885545
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue