vue3:review 短信渠道、短信模板、短信日志、错误码管理、敏感词管理

This commit is contained in:
YunaiV
2022-11-26 22:46:50 +08:00
parent 387cdc4295
commit c5f1cad033
6 changed files with 8 additions and 1 deletions

View File

@ -17,6 +17,7 @@ export const rules = reactive({
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: 'seq',
primaryTitle: '渠道编号',
action: true,
columns: [
{

View File

@ -8,6 +8,7 @@ const { t } = useI18n() // 国际化
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: 'seq',
primaryTitle: '日志编号',
action: true,
columns: [
{

View File

@ -20,6 +20,7 @@ export const rules = reactive({
const crudSchemas = reactive<VxeCrudSchema>({
primaryKey: 'id',
primaryType: 'seq',
primaryTitle: '模板编号',
action: true,
actionWidth: '280',
columns: [