|
@@ -28,7 +28,7 @@
|
|
|
</el-form>
|
|
|
<!-- ------------- 数据列表 ------------- -->
|
|
|
<el-table class="data-table" ref="data-table" :data="dataList" >
|
|
|
- <sa-td type="selection"></sa-td>
|
|
|
+ <sa-td type="index" name="序号"></sa-td>
|
|
|
<sa-td name="预申报编号" prop="platSeqNo" width="110px"></sa-td>
|
|
|
<sa-td name="申报单编号" prop="declareId" width="110px"></sa-td>
|
|
|
<sa-td name="申报人姓名" prop="declareName" ></sa-td>
|