int
This commit is contained in:
parent
6876f4659b
commit
67e99ecdb6
@ -81,7 +81,7 @@
|
||||
<!-- 排序 -->
|
||||
<template #info_article_order="scope">
|
||||
<el-input-number :disabled="loading" v-model='scope.row.info_article_order' controls-position="right"
|
||||
@change="handleEditOrder(scope.row)"></el-input-number>
|
||||
@change="handleEditOrder(scope.row)" :min="1"></el-input-number>
|
||||
</template>
|
||||
|
||||
<template #info_article_cover="scope">
|
||||
@ -162,7 +162,7 @@ import {
|
||||
import AddinfoArticleDialog from './components/AddinfoArticleDialog.vue';
|
||||
import EditinfoArticleDialog from './components/EditinfoArticleDialog.vue';
|
||||
import DetailinfoArticleDialog from './components/DetailinfoArticleDialog.vue';
|
||||
import createDraw from 'hyw-drag'
|
||||
// import createDraw from 'hyw-drag'
|
||||
|
||||
const tableRef = ref();
|
||||
const selectionData = ref([]);
|
||||
|
@ -68,7 +68,7 @@
|
||||
<!-- 排序 -->
|
||||
<template #info_article_type_sort="scope">
|
||||
<el-input-number :disabled="loading" v-model='scope.row.info_article_type_sort' controls-position="right"
|
||||
@change="handleEditOrder(scope.row)"></el-input-number>
|
||||
@change="handleEditOrder(scope.row)" :min="1"></el-input-number>
|
||||
</template>
|
||||
<template #chaoz="scope">
|
||||
<el-space>
|
||||
|
Loading…
Reference in New Issue
Block a user