Merge branch 'master' of https://gitee.com/guochang-hongyun/warm-kingdom-vue3-oa
commit
1aa9884af7
|
|
@ -37,7 +37,7 @@
|
|||
<dict-tag :type="DICT_TYPE.CRM_PRODUCT_UNIT" :value="scope.row.productUnit" />
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="线上(元)" align="center" fixed="right" min-width="100">
|
||||
<el-table-column label="自助下单(元)" align="center" fixed="right" min-width="100">
|
||||
<template #default="{ row, $index }">
|
||||
<el-form-item :prop="`${$index}.onlinePrice`" :rules="formRules.onlinePrice" class="mb-0px!" v-if="!disabled">
|
||||
<el-input
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
<div v-else>{{row.onlinePrice}}</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="线下(元)" align="center" fixed="right" min-width="100">
|
||||
<el-table-column label="客服代订(元)" align="center" fixed="right" min-width="100">
|
||||
<template #default="{ row, $index }">
|
||||
<el-form-item :prop="`${$index}.offlinePrice`" :rules="formRules.offlinePrice" class="mb-0px!" v-if="!disabled">
|
||||
<el-input
|
||||
|
|
|
|||
Loading…
Reference in New Issue