|
|
@@ -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> |
|
|
|