Merge branch 'feat-im-0607-xwk' into msb_test

msb_test
向文可 2 years ago
commit 98de01798b

@ -163,6 +163,10 @@
const config = reactive({ const config = reactive({
// //
columns: [ columns: [
{
type: 'selection',
width: 60,
},
{ {
label: '所属系统', label: '所属系统',
width: 160, width: 160,

@ -130,6 +130,10 @@
const config = reactive({ const config = reactive({
// //
columns: [ columns: [
{
type: 'selection',
width: 60,
},
{ {
label: '系统标识', label: '系统标识',
prop: 'client', prop: 'client',

@ -194,6 +194,10 @@
const config = reactive({ const config = reactive({
// //
columns: [ columns: [
{
type: 'selection',
width: 60,
},
{ {
label: '所属店铺', label: '所属店铺',
width: 160, width: 160,

Loading…
Cancel
Save