|
@@ -255,51 +255,51 @@
|
|
|
:max="totalLength"
|
|
|
label="请输入期数"
|
|
|
@change="getInfo"
|
|
|
+ size="small"
|
|
|
></el-input-number>
|
|
|
+ <br />
|
|
|
</template>
|
|
|
- <template v-else>
|
|
|
- <b v-if="orderTotalNumber !== 10000"
|
|
|
- >{{ info.issue_no_begin }} - {{ info.issue_no_end }}</b
|
|
|
- >
|
|
|
- <b v-else>已选 {{ customOrderNumberList.length }} 期</b>
|
|
|
- <el-tooltip placement="bottom" style="height: 32px">
|
|
|
- <div slot="content">
|
|
|
- <el-table
|
|
|
- class="order-table"
|
|
|
- :data="orderTable"
|
|
|
- max-height="200px"
|
|
|
- style="width: 317px"
|
|
|
+ <b v-if="orderTotalNumber !== 10000"
|
|
|
+ >{{ info.issue_no_begin }} - {{ info.issue_no_end }}</b
|
|
|
+ >
|
|
|
+ <b v-else>已选 {{ customOrderNumberList.length }} 期</b>
|
|
|
+ <el-tooltip placement="bottom" style="height: 32px">
|
|
|
+ <div slot="content">
|
|
|
+ <el-table
|
|
|
+ class="order-table"
|
|
|
+ :data="orderTable"
|
|
|
+ max-height="200px"
|
|
|
+ style="width: 317px"
|
|
|
+ >
|
|
|
+ <el-table-column label="#" type="index" width="40">
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ property="issue_no"
|
|
|
+ label="期"
|
|
|
+ width="112"
|
|
|
>
|
|
|
- <el-table-column label="#" type="index" width="40">
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- property="issue_no"
|
|
|
- label="期"
|
|
|
- width="112"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- property="shelve_date"
|
|
|
- label="发行日期"
|
|
|
- width="100"
|
|
|
- >
|
|
|
- </el-table-column>
|
|
|
- <el-table-column
|
|
|
- property="price"
|
|
|
- label="价格"
|
|
|
- width="75"
|
|
|
- >
|
|
|
- <template slot-scope="scope">
|
|
|
- {{ scope.row.price | cutMoneyFiter }}
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
- </el-table>
|
|
|
- </div>
|
|
|
- <el-button class="tooltip-btn"
|
|
|
- ><svg-icon icon-class="icon-mark"></svg-icon
|
|
|
- ></el-button>
|
|
|
- </el-tooltip>
|
|
|
- </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ property="shelve_date"
|
|
|
+ label="发行日期"
|
|
|
+ width="100"
|
|
|
+ >
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column
|
|
|
+ property="price"
|
|
|
+ label="价格"
|
|
|
+ width="75"
|
|
|
+ >
|
|
|
+ <template slot-scope="scope">
|
|
|
+ {{ scope.row.price | cutMoneyFiter }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ </el-table>
|
|
|
+ </div>
|
|
|
+ <el-button class="tooltip-btn"
|
|
|
+ ><svg-icon icon-class="icon-mark"></svg-icon
|
|
|
+ ></el-button>
|
|
|
+ </el-tooltip>
|
|
|
</template>
|
|
|
</div>
|
|
|
</div>
|