Commit 6485f965 by 无尘

fix: 修改导购

parent 912361cd
.task-set-content[data-v-596ebca0]{-webkit-box-sizing:border-box;box-sizing:border-box}.task-set-content .w-105[data-v-596ebca0]{width:105px}.task-set-content .w-120[data-v-596ebca0]{width:120px}.task-set-content .w-161[data-v-596ebca0]{width:161px}.task-set-content .m-b-15[data-v-596ebca0]{margin-bottom:15px}.task-set-content .p-l-8[data-v-596ebca0]{padding-left:8px}.task-set-content .p-l-18[data-v-596ebca0]{padding-left:18px}.task-set-content .p-l-24[data-v-596ebca0]{padding-left:24px}.task-set-content .p-l-175[data-v-596ebca0]{padding-left:175px}.task-set-content .color-1890ff[data-v-596ebca0]{color:#2f54eb}.task-set-content .color-f5222d[data-v-596ebca0]{color:#f5222d}.task-set-content .colorFirst[data-v-596ebca0]{color:#303133;font-weight:600}
\ No newline at end of file
.p-l-35[data-v-3252ed38]{padding-left:35px}.w-100[data-v-3252ed38]{width:100px}
\ No newline at end of file
.p-l-35[data-v-0fb279d8]{padding-left:35px}.w-100[data-v-0fb279d8]{width:100px}
\ No newline at end of file
.task-set-content[data-v-74cc1f3a]{-webkit-box-sizing:border-box;box-sizing:border-box}.task-set-content .w-105[data-v-74cc1f3a]{width:105px}.task-set-content .w-120[data-v-74cc1f3a]{width:120px}.task-set-content .w-161[data-v-74cc1f3a]{width:161px}.task-set-content .m-b-15[data-v-74cc1f3a]{margin-bottom:15px}.task-set-content .p-l-8[data-v-74cc1f3a]{padding-left:8px}.task-set-content .p-l-18[data-v-74cc1f3a]{padding-left:18px}.task-set-content .p-l-24[data-v-74cc1f3a]{padding-left:24px}.task-set-content .p-l-175[data-v-74cc1f3a]{padding-left:175px}.task-set-content .color-1890ff[data-v-74cc1f3a]{color:#2f54eb}.task-set-content .color-f5222d[data-v-74cc1f3a]{color:#f5222d}.task-set-content .colorFirst[data-v-74cc1f3a]{color:#303133;font-weight:600}
\ No newline at end of file
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:48:40
* @LastEditors: 无尘
* @LastEditTime: 2020-11-25 15:04:35
* @LastEditTime: 2020-11-26 10:52:29
-->
<template>
<div class="common-app-right">
......@@ -21,7 +21,7 @@
</div>
</div>
<div class="saler-set-table">
<el-table class="select-table" ref="multipleTable" :span-method="objectSpanMethod" :data="tableData" tooltip-effect="dark" :style="{ width: '100%', minHeight: tableH }">
<el-table class="select-table" ref="multipleTable" border :span-method="objectSpanMethod" :data="tableData" tooltip-effect="dark" :style="{ width: '100%', minHeight: tableH }">
<el-table-column label="导购">
<template slot-scope="scope">
<div>{{ scope.row.clerkName }}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment