|
@@ -1791,7 +1791,7 @@
|
|
|
header-align="center"
|
|
|
align="center"
|
|
|
width="130px"
|
|
|
- label="结算方式"
|
|
|
+ label="结算1方式"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
<el-select
|
|
@@ -1800,7 +1800,7 @@
|
|
|
:disabled="browseStatus"
|
|
|
>
|
|
|
<el-option
|
|
|
- v-for="dict in fStltypeidOptions"
|
|
|
+ v-for="dict in fStltypeOptions"
|
|
|
:key="dict.dictValue"
|
|
|
:label="dict.dictLabel"
|
|
|
:value="parseInt(dict.dictValue)"
|
|
@@ -2146,7 +2146,7 @@
|
|
|
:disabled="browseStatus"
|
|
|
>
|
|
|
<el-option
|
|
|
- v-for="dict in fStltypeidOptions"
|
|
|
+ v-for="dict in fStltypeOptions"
|
|
|
:key="dict.dictValue"
|
|
|
:label="dict.dictLabel"
|
|
|
:value="parseInt(dict.dictValue)"
|