Explorar o código

Merge branch 'feature/0508-message' into develop

yuanliang hai 1 ano
pai
achega
21e6cfb33c

+ 4 - 0
src/views/message/message-template/message-template-list.tsx

@@ -107,6 +107,10 @@ export default defineComponent({
     const columns = (): any => {
       return [
         {
+          title: '编号',
+          key: 'id'
+        },
+        {
           title: '消息名称',
           key: 'description'
         },