|
@@ -31,7 +31,7 @@
|
|
|
</span>
|
|
|
<span>
|
|
|
{{ $t("btOrder.orderStatus") }}:
|
|
|
- <el-select v-model="queryParams.orderStatus">
|
|
|
+ <el-select v-model="queryParams.model.orderStatus">
|
|
|
<el-option
|
|
|
v-for="item in statusOptions"
|
|
|
:key="item.value"
|
|
@@ -125,13 +125,12 @@
|
|
|
<el-table-column :label="$t('btOrder.orderStatus')" :show-overflow-tooltip="true" align="center"
|
|
|
|
|
|
prop="goodsCateStatus" width="80px">
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ scope.row.orderStatus === '0' ? $t("btOrder.status.wzf") : '' }}
|
|
|
- {{ scope.row.orderStatus === '1' ? $t("btOrder.status.yzf") : '' }}
|
|
|
- {{ scope.row.orderStatus === '2' ? $t("btOrder.status.yqx") : '' }}
|
|
|
- {{ scope.row.orderStatus === '3' ? $t("btOrder.status.scwc") : '' }}
|
|
|
- {{ scope.row.orderStatus === '4' ? $t("btOrder.status.yc") : '' }}
|
|
|
- {{ scope.row.orderStatus === '5' ? $t("btOrder.status.zrtk") : '' }}
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ scope.row.orderStatus === '1' ? $t("btOrder.status.dzf") : '' }}
|
|
|
+ {{ scope.row.orderStatus === '2' ? $t("btOrder.status.dsc") : '' }}
|
|
|
+ {{ scope.row.orderStatus === '3' ? $t("btOrder.status.dq") : '' }}
|
|
|
+ {{ scope.row.orderStatus === '4' ? $t("btOrder.status.ywc") : '' }}
|
|
|
+ {{ scope.row.orderStatus === '5' ? $t("btOrder.status.yqx") : '' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|