feat: 商品规格箭头左对齐
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
<page-content ref="contentRef" :content-config="contentConfig" @add-click="handleAddClick"
|
||||
@edit-click="handleEditClick" @export-click="handleExportClick" @search-click="handleSearchClick"
|
||||
@toolbar-click="handleToolbarClick" @operat-click="handleOperatClick" @filter-change="handleFilterChange">
|
||||
<template #deptName="scope">
|
||||
<div style="display: inline-block;width: 50px;">
|
||||
{{ scope.row.name }}
|
||||
</div>
|
||||
<!-- <el-text></el-text> -->
|
||||
</template>
|
||||
<template #status="scope">
|
||||
<el-tag :type="scope.row[scope.prop] == 1 ? 'success' : 'info'">
|
||||
{{ scope.row[scope.prop] == 1 ? "启用" : "禁用" }}
|
||||
|
||||
Reference in New Issue
Block a user