指数行情
展开
{{ scope.row.INDEXNAME }}
{{ handleDataPrecision(scope.row.LASTPRICE, 2) }}
{{ handleDataPrecision(scope.row.OPENPRICE, 2) }}
{{ handleDataPrecision(scope.row.HIGHESTPRICE, 2) }}
{{ handleDataPrecision(scope.row.LOWESTPRICE, 2) }}
{{ handleDataPrecision(scope.row.CLOSEPRICE, 2) }}
{{ handleDataPrecision(scope.row.PRECLOSEPRICE, 2) }}
{{ ( scope.row.CLOSEPRICE !== ''&& scope.row.CLOSEPRICE !== null && scope.row.CLOSEPRICE !== undefined ) ? handleDataPrecision((scope.row.CLOSEPRICE - scope.row.PRESETTLEMENTPRICE), 2) : '' }}
{{ ( scope.row.SETTLEMENTPRICE !== ''&& scope.row.SETTLEMENTPRICE !== null && scope.row.SETTLEMENTPRICE !== undefined ) ? handleDataPrecision((scope.row.SETTLEMENTPRICE - scope.row.PRESETTLEMENTPRICE), 2) : '' }}
{{ handleDataPrecision(scope.row.SETTLEMENTPRICE, 2) }}