Przeglądaj źródła

去掉客户ID显示

qzyReal 2 lat temu
rodzic
commit
4e5cceb670

+ 0 - 5
sp-admin/sa-view/tb-deduction-record/tb-deduction-record-list.html

@@ -74,9 +74,6 @@
 				<!-- ------------- 数据列表 ------------- -->
 				<el-table class="data-table" ref="data-table" :data="dataList" >
 					<sa-td type="selection"></sa-td>
-					<sa-td name="主键" prop="id" v-if="false"></sa-td>
-					<sa-td name="业务id" prop="businessId" v-if="false"></sa-td>
-					<sa-td name="客户id" prop="customerId" ></sa-td>
 					<sa-td name="客户名称" prop="customerName" ></sa-td>
 					<sa-td name="合作伙伴" prop="partner" ></sa-td>
 					<sa-td name="业务单号" prop="businessNo" ></sa-td>
@@ -102,8 +99,6 @@
 							<el-button class="c-btn" type="primary" icon="el-icon-edit"
 									   v-if="s.row.reviewStatus!=1 && sa.isAuth('tb-deduction-record-list-review')"
 									   @click="toReview(s.row)">复审</el-button>
-<!--							<el-button class="c-btn" type="success" icon="el-icon-view" @click="get(s.row)">查看</el-button>-->
-<!--							<el-button class="c-btn" type="primary" icon="el-icon-edit" @click="update(s.row)">修改</el-button>-->
 						</template>
 					</el-table-column>
 				</el-table>