@@ -264,25 +264,15 @@ export default {
data() {
const statusOptions = [
{
- dictLabel: "待销售审批",
+ dictLabel: "待审批",
dictValue: 0,
type: ''
},
- dictLabel: "销售审批拒绝",
+ dictLabel: "审批拒绝",
dictValue: 1,
type: 'danger'
- {
- dictLabel: "待总后台审核",
- dictValue: 2,
- type: ''
- },
- dictLabel: "总后台审核拒绝",
- dictValue: 3,
- type: 'danger'
dictLabel: "审核通过",
dictValue: 4,