Commit a41faa4d by linjinhong Committed by qinjianhui

fix:修改物流方式

parent aea11bab
......@@ -418,6 +418,9 @@ const formConfig = computed<IFormConfig[]>(() => [
required: true,
message: '请输入物流名称',
trigger: 'blur',
validator: (rule, value, callback) => {
if (value) callback()
},
},
]}
>
......@@ -462,7 +465,7 @@ const formConfig = computed<IFormConfig[]>(() => [
{index >= 1 && (
<el-button
style="margin-left: 10px"
type="primary"
type="danger"
onClick={() => deleteCol(index)}
>
删除
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment