Commit 17012144 authored by zhengke's avatar zhengke

1

parent 60e7987e
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<q-chip color="teal" text-color="white" size="sm" v-if="props.row.CustomerState==1"> <q-chip color="teal" text-color="white" size="sm" v-if="props.row.CustomerState==1">
{{props.row.CustomerStateStr}} {{props.row.CustomerStateStr}}
</q-chip> </q-chip>
<q-chip color="red" text-color="white" size="sm" v-if="props.row.CustomerState==4"> <q-chip color="red" text-color="white" size="sm" v-else>
{{props.row.CustomerStateStr}} {{props.row.CustomerStateStr}}
</q-chip> </q-chip>
</q-td> </q-td>
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<q-chip color="teal" text-color="white" size="sm" v-if="props.row.ApproveState==1"> <q-chip color="teal" text-color="white" size="sm" v-if="props.row.ApproveState==1">
{{props.row.ApproveStateStr}} {{props.row.ApproveStateStr}}
</q-chip> </q-chip>
<q-chip color="red" text-color="white" size="sm" v-if="props.row.ApproveState==0"> <q-chip color="red" text-color="white" size="sm" v-else>
{{props.row.ApproveStateStr}} {{props.row.ApproveStateStr}}
</q-chip> </q-chip>
</q-td> </q-td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment