Browse Source

备注优化

master
nizongfeng 1 year ago
parent
commit
2418391425
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/admin/view/order_main/index.html

+ 1
- 1
application/admin/view/order_main/index.html View File

@@ -296,7 +296,7 @@
placeholder="请输入内容"
v-model="addMemo.memo">
</el-input>
<el-button type="primary" style="margin-top: 10px" @click="saveMemo(1)">+新增</el-button>
<el-button type="primary" style="margin-top: 10px" @click="saveMemo(1)">+新增备注</el-button>
</div>
<el-table ref="multipleTable" :data="memoList" border tooltip-effect="dark" style="font-size:12px;width: 100%;margin: 12px">
<el-table-column prop="create_time" label="时间" min-width="30" ></el-table-column>


Loading…
Cancel
Save