|
@@ -93,10 +93,11 @@
|
|
|
</div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-button slot="reference">账单</el-button>
|
|
|
-
|
|
|
+ <!-- <el-button slot="reference">账单</el-button> -->
|
|
|
+ <span slot="reference" class="btn_css">账单</span>
|
|
|
</el-popover>
|
|
|
- <el-button @click="seeInfo(scope.row)">信息</el-button>
|
|
|
+ <!-- <el-button @click="seeInfo(scope.row)">信息</el-button> -->
|
|
|
+ <span class="btn_css">信息</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="authenticationStatus" label="身份证">
|