第三方对接,,,

fengcang
anthonyywj2 3 years ago
parent f3552f79dd
commit 6f3fb8728a

@ -86,6 +86,13 @@
show-overflow-tooltip
:formatter="formatterThirdSys"
></el-table-column>
<el-table-column
label="备注"
prop="remark"
show-overflow-tooltip
></el-table-column>
<el-table-column
label="状态"
prop="status"

@ -98,6 +98,11 @@
>
</template>
</el-table-column>
<el-table-column
label="备注"
prop="remark"
show-overflow-tooltip
></el-table-column>
<el-table-column label="操作" fixed="right" width="160">
<template slot-scope="scope">
<el-button

@ -99,6 +99,12 @@
>
</template>
</el-table-column>
<el-table-column
label="备注"
prop="remark"
show-overflow-tooltip
></el-table-column>
<el-table-column label="操作" fixed="right" width="160">
<template slot-scope="scope">
<el-button

@ -96,6 +96,13 @@
>
</template>
</el-table-column>
<el-table-column
label="备注"
prop="remark"
show-overflow-tooltip
></el-table-column>
<el-table-column label="操作" fixed="right" width="160">
<template slot-scope="scope">
<el-button

Loading…
Cancel
Save